If you just got her, she starts off underage so you have to wait til her 18th birthday.Hey guys, I can't seem to do anything with adrienne. No threesome with michelle, nothing. Did she get her content turned off or something?
Oh.. Well, I very dumbly gave her some revital (I thought she started at 18 for some reason) BUT for anyone else who has this problem there is a button in the actions tab under "tasks & locations" that says Age +1 which... takes her to 18! Yay.If you just got her, she starts off underage so you have to wait til her 18th birthday.
Thanks, I'll remember that second condition thingyAh, yes, my brilliant design choice to make clickButton function non-case sensitive and to accept partial matches... In no way has this casued more head ache than it solved
I will update it to first attempt exact match, and only if that fails it should attempt partial match, to avoid such issues, in the next version.
Edit: In the meantime you can also do like this: await clickButton("Something", 2) to press the second button matching the condition... Which will of course stop working after I modify the function to look for exact match and suddenly the first match is the correct one... Yes, no head aches at all caused by this...
I missed the updates, I will have to take a look and see what changed.Is there an update? For some reason my slave thingy doesn't work![]()
might need automation mod, hover over and check the girl's idIs there an update? For some reason my slave thingy doesn't work![]()
Well some people like me love to either start overpowered or hate grinding. Or hate missing out on traits. So thank you for it.By editing the html. Find and replace all.
But, word of warning, I can't personally see that the game would be any fun to play like that. But for experiments it might make sense.
That option will indeed save some space. I would personally add take to dungeon on drag and drop for single character and maybe option to increase arousal with bathing.I was thinking more like this:
At home:
|Take to Foreplay| |Take to Dungeon| |Something else|
In Foreplay, dungeon or battle, buttons replaced:
|Do Something| |Do Something| |Do Something|
In total 3 buttons, with different functionality depending on the situation.
Edit: It may seem strange that I want to minimize the number of buttons, when there is still room for more, but the reason is that I want to have additional space for possible future things like a quick world navigator or a mod console, where you could get some feedback or enter cheat codes.
If you are at the end of the current quest line it should say in the journal W.I.P. meaning it's still being worked on.I'm lost on the last relative quest I finished all the dialogue with Stacey and I can sell her artifacts but what am I supposed to do now?
nope
its says "its a key to open up some kind of lock or start up some machinery" I dont see wip anywhereIf you are at the end of the current quest line it should say in the journal W.I.P. meaning it's still being worked on.
Yes, it is a bug in the mod, that it incorrectly assumes all less than 18 years old npcs to have a child version of their portrait called edu_goodsmall_kid.pngThanks, I'll remember that second condition thingy
By the way, would you happen to know why adrienne's pic does not show in the little sidebar?
Here is an updated version:Is there an update? For some reason my slave thingy doesn't work![]()
var cheatgirlname = "zahira"
var cheatgirl
for (const [key, value] of Object.entries(SugarCube.State.active.variables.npc)) {
if (value.hasOwnProperty("girlname")) {
if (value.girlname.toLowerCase() == cheatgirlname.toLowerCase()) {
cheatgirl = eval("SugarCube.State.active.variables.npc."+key)
console.log(value.girlname+' identified as SugarCube.State.active.variables.npc.'+key)
console.log('Modify like this: SugarCube.State.active.variables.npc.'+key+'.age = 40')
console.log('Or like this: cheatgirl.age = 40')
}
}
}
Yes, one thing that I have observed when actually playing with the mod is to that it would be nice to have an option for mc to automatically shower with or without a slave when fithly or flacid and also to attempt increase arousal of non-aroused, non-loving, non-corrupted npcs by bathing together.That option will indeed save some space. I would personally add take to dungeon on drag and drop for single character and maybe option to increase arousal with bathing.
I will probably add a way to do some basic routines like morning blowjob, followed by hunting, academy work or educating npc, followed by training, followed by beer / pool party. It wouldn't necessarily be very complicated to implement. But figuring out a simple and intuitive way of doing it might need some brain work.Something that will take time is automating the mundane daily tasks for repeatative days. Like adding Empty box and for example adding hunting to first slot, academy to 2nd or talking to some npc or training or assigning followers so on. This day option will one click execute the options in row. This could potentially make the game too automatic but it is better to have an option than not. However, I think this could be tricky to implement.