- Feb 27, 2020
- 303
- 417
So, I literally changed my alarm from 6am to 7am and it triggered the very next day. Thanks for the help!
I'm still trying to get this if anyone can be of help.I'm stuck trying to get the Kylie prison scene.
If anyone could help me with that or any of the wiki editors could update or expand that part I'd greatly appreciate it.
Yes, you can have all.It’s possible to have more than one harem?
Speaking of, that reminds me of something that bugs me....Yes, you can have all.
The salary depends on intelligence and charisma (among other things), so clothing affecting those stats will affect MC's salary as well.Mike is Now Ceo and he must wear Fancy Clothes Luxury Watch to get paid well (548 per Hard work) .. Is this normal or Bug? Because.. with sporty clothes ( 450 per Hard work )
The actual percentage probably not, since it is the result of a formula. It may be possible to change the fertility type of a girl but I don't know.Anyone know if there a way to edit/cheat the fertility on the girl? Maybe there command of it or something?
Maybe you can somehow tamper with the formula so its always produce high enough percentage,i hope i can tamper the file but i didnt have experience with renpy system,so idk where to find the data i want to tamper and how to do it,hope someone know how to tamper with the fertility sysyemIncome depends on intelligence and charisma (among other things), so clothing affecting those stats will affect his income as well.
The actual percentage probably not, since it is the result of a formula. It may be possible to change the fertility type of a girl but I don't know.
Tampering with the game files is currently not the best idea. Unrpyc (the tool which is used to decompile the game scripts) is in it's default version not able to do it's job since the game updated to RenPy 7.50. There can be some changes made to it (Maybe you can somehow tamper with the formula so its always produce high enough percentage,i hope i can tamper the file but i didnt have experience with renpy system,so idk where to find the data i want to tamper and how to do it,hope someone know how to tamper with the fertility sysyem
girlname.impregnate(True)
sasha
would work while Sasha
wouldn't). The True parameter forces the impregnation process...Sorry, totally missed that one (was a little bit under the weather the last two weeks). You're right, it's inconsistent. If one of the devs forgets to addProbably only gnadudu (sorry, certainly misspelled the name here, no offence meant) can tell for certain but generally speaking story events are amazingly inconsistent in terms of all those things. Sometimes they raise the sex counter, sometimes they don't (which I guess will be the same as counting as "sex" towards harem showdowns), sometimes they can cause pregnancies, sometimes they don't, and so forth.
girl.impregnate()
and girl.sexperience +=1
to the events it just doesn't do those things... ^^The 22.6a update fixes thisView attachment 1936175
I have started a new game on version 22.6 But I have a problem with opening the calendar. But I tried the old save from the game version 22.5 it works fine. Can anyone tell me how to fix this?
For pushing her hard it checks if fitness >= 25 and to make the kiss heavier Mike's sexperience needs to be >=5...So, for the Audrey meeting in the Park event during the Autumn, what's the factor that makes Mike be aggressive with the kiss rather than innocent?
Doing an Audrey-focused run and I didn't have that option this time and I almost all the time get it.
Ahh i see,thank you so muchTampering with the game files is currently not the best idea. Unrpyc (the tool which is used to decompile the game scripts) is in it's default version not able to do it's job since the game updated to RenPy 7.50. There can be some changes made to it (You must be registered to see the links) to get it working but I found at least one decompilation error (which can lead to parts of the game not functioning correctly) when doing so and unless you know enough about RenPy and the game's code itself I would not recommend changing anything...
If you still want to do it here is a little tutorial. (you need to know how to use the command line and how to run stuff with python...)
You don't have permission to view the spoiler content. Log in or register now.
Alternatively you could use the console to impregnate the girls (don't think changing the fertility with the console is possible) by forcing the impreg. You can do this with the following command:
girlname.impregnate(True)
The girlname needs to be lowercase (sasha
would work whileSasha
wouldn't). The True parameter forces the impregnation process...
Sorry, totally missed that one (was a little bit under the weather the last two weeks). You're right, it's inconsistent. If one of the devs forgets to addgirl.impregnate()
andgirl.sexperience +=1
to the events it just doesn't do those things... ^^
Ah, I have the 25 Fit check, missing the 5 (S)exp.For pushing her hard it checks if fitness >= 25 and to make the kiss heavier Mike's sexperience needs to be >=5...
Damm,i tried to manually edit the script,but never used python,trying to learn it,i still dont know what sht to do kek,i tried following the youtube and still fail,i found this one website called gameresource viewer,and i can like extracy it there but,that it,i can only see the content on the scriprt rpa,but cant do sht about it,also is there a list of console command that i can find?Tampering with the game files is currently not the best idea. Unrpyc (the tool which is used to decompile the game scripts) is in it's default version not able to do it's job since the game updated to RenPy 7.50. There can be some changes made to it (You must be registered to see the links) to get it working but I found at least one decompilation error (which can lead to parts of the game not functioning correctly) when doing so and unless you know enough about RenPy and the game's code itself I would not recommend changing anything...
If you still want to do it here is a little tutorial. (you need to know how to use the command line and how to run stuff with python...)
You don't have permission to view the spoiler content. Log in or register now.
Alternatively you could use the console to impregnate the girls (don't think changing the fertility with the console is possible) by forcing the impreg. You can do this with the following command:
girlname.impregnate(True)
The girlname needs to be lowercase (sasha
would work whileSasha
wouldn't). The True parameter forces the impregnation process...
Sorry, totally missed that one (was a little bit under the weather the last two weeks). You're right, it's inconsistent. If one of the devs forgets to addgirl.impregnate()
andgirl.sexperience +=1
to the events it just doesn't do those things... ^^