Nadekai

Booty Pirate
Donor
Aug 18, 2021
2,201
6,931
Any way to unlock the MOR Advanced option? I can' unlock it (the options to create characters are INSANE)
View attachment 4621376
Back-up your game's start_game.html, replace it with this one, create the character, do the "inheritance" and "last relative" quest, switch out for the start_game.html which you've back-upped.

And you're all set, alternatively, if all you seek is the experience points, you can use console.

Here are some more useful commands:
JavaScript:
SugarCube.State.variables.back_doc = 3;
SugarCube.State.variables.back_aca = 3;
SugarCube.State.variables.back_hunt = 3;
SugarCube.State.variables.back_sold = 3;
SugarCube.State.variables.back_bus = 3;
SugarCube.State.variables.back_slave = 3;
This sets all background to max.



This script let's you find a variable which has a value of x.


JavaScript:
var x = {insert numerical value};

for (var varName in SugarCube.State.active.variables) {
    if (SugarCube.State.active.variables.hasOwnProperty(varName)) {
        if (typeof SugarCube.State.active.variables[varName] === "number" &&
            SugarCube.State.active.variables[varName] === x) {
            console.log(varName);
        }
    }
}

EDIT:
Note: Finishing 'Last Relative' and 'Inheritance' is because you cannot finish it with public .html
 
  • Like
Reactions: Piñon

Zarkhy

Well-Known Member
Nov 4, 2018
1,265
839
Off the top of my head I remember the wiki stating something about slaves being less effective at staff workshops, and in game accountants and heralds definitely are stated as being affected
I have no info whatsoever about slaves being less effective at workshops, but Herald and Accountant do have some penalties for being a slave. Those are two individual jobs, however, you can't assign more than 1 person to each job.
 
Jun 22, 2019
102
17
reg. Secret Garden:
1741452388094.png
This is what the Journal is telling me to do. And this is the girl Im sending:
1741452453934.png
High will, no corruption to speak of but undying affection. Acc. to the journal this should work. But it doesnt.
 

Turin

Newbie
Donor
Dec 1, 2017
93
586
reg. Secret Garden:

This is what the Journal is telling me to do. And this is the girl Im sending:

High will, no corruption to speak of but undying affection. Acc. to the journal this should work. But it doesnt.
Are you on an older version, cause this is the quest description in 8.4:

Screenshot 2025-03-08 165407.png

Anyway, quest also needs 50+ Int, that's probably why you see no progress. Just send Juno if you have her.
 

Xythurr

Well-Known Member
Oct 29, 2017
1,355
2,751
Have any of yall heard whether or not the image mod will be getting any kind of update ever?
 

ranae

Newbie
Jul 12, 2019
30
36
"See journal for further information". Ok. Where is it? Oh, right - you need to figure out that you can click on the character sheet circle and the journal hides inside it (for some reason). Why can't I use the diary outside the house? Whyyyyyyyy?
 
  • Like
Reactions: KingArthur101

Zarkhy

Well-Known Member
Nov 4, 2018
1,265
839
"See journal for further information". Ok. Where is it? Oh, right - you need to figure out that you can click on the character sheet circle and the journal hides inside it (for some reason). Why can't I use the diary outside the house? Whyyyyyyyy?
What do you mean you can't access the journal outside the house?

Just click on the character sheet, where ever you are?
 
4.50 star(s) 157 Votes