Mar 5, 2024
15
1
13
Version 0.8.4.7 (A2.5) has been released (Acolyte+)!


Mayor's office interactions

  • You can now interact with Arizona at Town Hall (once per day) with a chance of scoring +1 to either WILLPOWER, INT or Academics (cap: 100) or an Influence (+200) boost.
  • You can now have sex with Arizona at the mayor's office (once per day), with a chance of scoring +1 to Copulation (cap: 100) and/or increase Arizona's Vaginal xp (cap: 100). This might also come with various debuffs/buffs to Ikaanos' PV or a City Corruption boost (low chance). Features one unique sex scene. Arizona will only accept sex at Town Hall if her Affection is Soulmate+, her Corruption is 80+ or her WILLPOWER is below 15.
Tweaks and features

  • Added a new "Married (days)" script/variable for wives.
  • The MC can now repair his Household (Manage House > Repair).
  • Arizona now receives a -5 penalty to her mayorly duties if her WILLPOWER is below 15.
  • The MC's SMR wedding speech now checks for Manipulate+Charisma/2 instead of just Manipulate.
  • Added Vice-Chancellor to the MC's title variable checker (post SMR).
  • Added 3 new political events (post SMR).
  • Minor UI adjustments for combat special attacks/tendstim/occult spell buttons.
  • Arizona and Louisiana will no longer accept Arena assignments if their WILLPOWER is 15+.
Art

  • Added Arizona's riding scenes (4 renders).
  • Added 14 training room scenes (Arizona).
  • Added 5 gymnastic scenes (poll winners + Eliana and Borsow).
  • Added Arizona's combat sprites.
  • Added Louisiana's missing "plugged" pic.
Bug fixes

  • Fixed a "virgin take" (Masters of Virgins trait) variable bug (SMR quest).
  • Fixed various time-synching bugs.
  • Fixed a red error bug related to Aria's memories/events (dinner).
  • Fixed an unset _girl variable during dinner events.
  • Fixed a crafting resource bug (coil ammo).
  • Fixed various typos.
Old Download links are still valid. PM me if you need a new one or grab the latest hotfix from our Discord.
Can’t you send a link to download this version for free please
 
Last edited:

Leobbb

Member
May 24, 2019
240
663
230
:unsure: What about Sofia Ortega, though...?

She always starts out with Dominant.
Yes you are right, I've seen that line and though it was for Kansas, without checking who has id 9, but it is actually Sofia. Not using her myself so didn't know about her being dominant.
Apparently Kansas has his dominant set up in a different way, defined in a js object with "traitdom: 100" instead of the setter "traitdom to 100" like other 3. So there are actually 4 preset dominant npcs.
 

burned01

Member
Jun 3, 2024
259
150
129
So that actually means that the entry in the MoR - Wiki is wrong?

Yes, as far as I can tell. The is no "traitdom-=" in the 0.8.4.6 code other than the debug code that ships with tier 4. Don't know when this changed, but it was that way in 0.8.4.1, which is the earliest version I have around to check.
 
Last edited:

-Aureus-

Member
Mar 6, 2019
398
186
160
New simplified way of cheating via console:
1. Open console (CTRL + SHIFT + J in Chrome / Edge)
2. Copy and paste below code blob into the console and press enter.
Code:
function cheatShortcuts() {
  let slots = SugarCube.State.active.variables.slot
  for (let i = 1; i < slots.length; i++) {
    if (slots[i] > 0) {
      let npc = eval("SugarCube.State.active.variables.npc.av" + slots[i])
      let girlname = npc.girlname
      girlname = girlname.replace(/\W/,"") //Get rid of non-alpha-numerics
      window[girlname] = npc
      window[girlname.toLowerCase()] = npc
    }
  }
  window["mc"] = SugarCube.State.active.variables
  window["Mc"] = SugarCube.State.active.variables
  window["MC"] = SugarCube.State.active.variables
}

function startTimer() {
  autoRefreshTimer = setInterval(function () {
    cheatShortcuts()
  }, 1000)
}
clear()
cheatShortcuts()
console.log("Cheat shortcuts added. Examples:\nLovisa.virgin = true\nMaiLynn.traitscav = 100\nmc.cash = 1000000")
startTimer()
Result:
View attachment 3896575


Note: It automatically updates the shortcuts every second. You only need to repeat the code blob again after reloading page.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Link to additional cheats


Latest bug fix: 2024-09-12; npc name filter improved by JacksWastedLife 2024-11-08
Doesn't work anymore when I press enter in the code after copy and pasting.
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,932
1,351
338
Tho the pop-up of the results show up.. the cheat won't be applied because it's considered undefined.
Are you trying to add the desired cheat code to the end of that code blob or something...?

Just add the code blob and hit enter, you'll get the pop-up result, AND THEN try to enter the desired cheat.
 

-Aureus-

Member
Mar 6, 2019
398
186
160
Are you trying to add the desired cheat code to the end of that code blob or something...?

Just add the code blob and hit enter, you'll get the pop-up result, AND THEN try to enter the desired cheat.
Okay I have no knowledge about this at all since it's my first time messing with the consoles Lol.

But isn't in the console already said 1000000 money? But it doesn't change mine is still 3000
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,932
1,351
338
Okay I have no knowledge about this at all since it's my first time messing with the consoles Lol.

But isn't in the console already said 1000000 money? But it doesn't change mine is still 3000
No, those are part of the pop up, examples of what types of cheats you can now use (as long as you don't refresh the page).

Paste the code blob (and nothing else), hit enter (the pop-up will come up) and then write mc.cash = 100000

And then hit enter.

Now you might have to move to a different location on the game map for the cash amount to be updated.
 

-Aureus-

Member
Mar 6, 2019
398
186
160
Are you trying to add the desired cheat code to the end of that code blob or something...?

Just add the code blob and hit enter, you'll get the pop-up result, AND THEN try to enter the desired cheat.
How do I enter the desired cheat?
I know there's supposed to be an arrow but.. they're undefined.
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,932
1,351
338
How do I enter the desired cheat?
I know there's supposed to be an arrow but.. they're undefined.
You write the cheat in the console, the same place you pasted that code blob.

But you write it AFTER you've pasted the code blob and hit enter.

Though I will recommend making copies of your saves before attempting anything.

And I have no idea what "arrow" you're referring to, so I have to assume you're mistaken/confused somehow.
 

-Aureus-

Member
Mar 6, 2019
398
186
160
Are you sure?

That's my preferred method of cheating and it has worked for me thus far.

User error is far more likely.
Are there any codes to increase affection for the NPCs, Power, Reputation etc. and stats for the MC?
Because I tried Strength: masterstrength and it didnt work Lol
 

Zarkhy

Well-Known Member
Nov 4, 2018
1,932
1,351
338
Are there any codes to increase affection for the NPCs, Power, Reputation etc. and stats for the MC?
Because I tried Strength: masterstrength and it didnt work Lol
All the cheats are what are listed there.

And the cheat for strength should be:

mc.masterstrength = [insert number]

And you might need to move to a different location, open and close the journal for the number to update.

Edit: and in case it's not obvious, just put a number there, don't add the brackets [ ].

2nd edit: I think you did also need to add the mc. before the masterstrength, whoops :ROFLMAO:
 
Last edited:

Zarkhy

Well-Known Member
Nov 4, 2018
1,932
1,351
338
How to make a 89 willpoper girl obey? I'm so confused
Lower their willpower, increase affection, increase your charisma/manipulation stats...

If you start out with low Charisma/Manipulation, there is a fair chance you *can't* make a 89 willpower girl obey. Not very well, at least.
 
  • Like
Reactions: Riujin
4.50 star(s) 169 Votes