Below 50 hearts or 50 purity? cause if its the latter then Im confused. The only way to get to below 50 purity is to play the broken wings event and that won't trigger. Plus, I can't put it lower than 50, it's locked.You need to be BELOW 50 for the next event. That equal sign shouldn't be there. I had the same problem with it before figuring that out.
where do you find these foldersThe triggers for Sasha's foot massage event are in thewatchfile in theacfolder, underwatch_tv_with(*people). Here's the line of code for the first check of the trigger.
if hero.is_male and len(people) == 1 and sasha in people and hero.has_skill("massage") and (1 <= game.week_day <= 5) and game.hour > 20:
This is a two step check the checks that come after this check just checks Sasha's sub score (Sasha needs to be dominant) and how many time's you've given her a foot rub so it can play the right event.
The rest of the event(s) past the trigger are located atch/sashain the file labeledbaseunder the corresponding names.
The foot job scene however it's trigger is in the same file as the foot message scenes(ch/sashain the file labeledbase). Here's the trigger.
You don't have permission to view the spoiler content. Log in or register now.
Have you done the rollerskating date yet? If so that might be the problem since she needs the purity lowered before that and I know that was the 50 lp event.Below 50 hearts or 50 purity? cause if its the latter then Im confused. The only way to get to below 50 purity is to play the broken wings event and that won't trigger. Plus, I can't put it lower than 50, it's locked.
View attachment 4363083
In the folder literally namedwhere do you find these folders
game you'll find a bunch of RPA files. with programs such as UnRen.bat,
zip file. After you've extracted the RPAs you'll find all the folders I've mentioned in my previous messages.RPAs you'll need to find a program like
RPYCs into RPYs.Just remove your access to the console. If you used UnRen.bat it's as simple as deleting the filesHello, i just discover this hot game recently and after having a lot of fun, i needed to open console to change a missed action, i got it repair but now i got this line of code on neerly every images when i play. How can i remove them, or what should i write in the console to make them dissapear thank you
View attachment 4365591
unren-dev.rpy and unren-dev.rpyc located in the folder game.ahh i see thank you very muchYou need to get a job in Dark alley, before the event where Lexi says that she needs money.
Here you go.can someone help fixing kleio root using unren? since i didnt join the band i cant progress
This first command is for if the studio isn't on the map.
Room.find("studio").unhide()
As for joining the band it seemsgame.flags.band = xcontrols that.1being the value it's set to if you doYou must be registered to see the linkswith theYou must be registered to see the linksand2being the value it's set to when youYou must be registered to see the links.
game.flags.bandcrossdress = Trueis for if you wanna cross-dress.
Below are all the triggers that checkgame.flags.band.
You don't have permission to view the spoiler content. Log in or register now.
Don't worry about that, as long as no red text appears under the command (indicating an error of some kind) it will be fine. If you need proof the command worked, on Friday and Wednesday at
18:00-00:00 the studio stud should appear in roughly the bottom left of the map.thanks, but one more thing is there a way to unlock lexi when i already rejected her?Don't worry about that, as long as no red text appears under the command (indicating an error of some kind) it will be fine. If you need proof the command worked, on Friday and Wednesday at18:00-00:00the studio stud should appear in roughly the bottom left of the map.
I'll be honest with you I haven't really had any excuse to figure out of to set someone as notthanks, but one more thing is there a way to unlock lexi when i already rejected her?
gone_forever, I think lexi.unset_gone_forever() will work but haven't tested.name.hide() and since the command to undo name.hide() is literally just name.unhide() maybe name.set_gone_forever() fallows the same rules.del lexi.set_gone_forever() will do it, but I'm less confident in this one just cause I'm pretty sure del is for removing stuff from lists and name.set_gone_forever() doesn't appear to be a list like in the case of DONE["event_name"].lexi.unhide(), then remove every instance of Not(IsGone()), that are under PersonTarget(lexi, from the code. To learn to edit the code just search for messages by me in this thread that mention RPA.in which file do i need to change code exatcly?I'll be honest with you I haven't really had any excuse to figure out of to set someone as notgone_forever, I thinklexi.unset_gone_forever()will work but haven't tested.
My working theory is it's likename.hide()and since the command to undoname.hide()is literally justname.unhide()maybename.set_gone_forever()fallows the same rules.
If that doesn't work maybedel lexi.set_gone_forever()will do it, but I'm less confident in this one just cause I'm pretty suredelis for removing stuff from lists andname.set_gone_forever()doesn't appear to be a list like in the case ofDONE["event_name"].
If neither of those work uselexi.unhide(), then remove every instance ofNot(IsGone()),that are underPersonTarget(lexi,from the code. To learn to edit the code just search for messages by me in this thread that mentionRPA.
I'll be honest with you I haven't really had any excuse to figure out of to set someone as notgone_forever, I thinklexi.unset_gone_forever()will work but haven't tested.
My working theory is it's likename.hide()and since the command to undoname.hide()is literally justname.unhide()maybename.set_gone_forever()fallows the same rules.
If that doesn't work maybedel lexi.set_gone_forever()will do it, but I'm less confident in this one just cause I'm pretty suredelis for removing stuff from lists andname.set_gone_forever()doesn't appear to be a list like in the case ofDONE["event_name"].
If neither of those work uselexi.unhide(), then remove every instance ofNot(IsGone()),that are underPersonTarget(lexi,from the code. To learn to edit the code just search for messages by me in this thread that mentionRPA.
already edited and putted it into the game but things didnt change, love dosent increasein which file do i need to change code exatcly?
P.S. nvm found that but i dont have app to change it in,
dont know where i can convert rpyc into rpy