Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
608
1,099
Every mod that don't modify base game files (.py files) should all work properly together ;)
 
Nov 7, 2017
426
847
Never really commented before - here are some console commands or cheats I found (use shift+o and type/copy in), Ill add if i find anymore that are helpful.

requiredAnswers = # (set it high and no one will ever pass.. Muahahahaha)

when in a test - to use the # in [] is 0-2 (ie 0 is the first girl in the exam, 1 is the second girl, 2 is the third girl)
ExamGirls[#].pressure = (# between 0-100)
ExamGirls[#].arousal = (# between 0-100)
ExamGirls[#].corruption = (# between 0-100)
works the same with these variables too
intellect
naturism
Discipline
affection
fear

For simplicity here are the console commands found by somebody28

academy.modifyCash (10000) <= This sets your academy's cash to 10,000, feel free to change the number
academy.prestige = 200 <= This sets your prestige to 200, feel free to change the number
_girlDaring = 500 <= In a photoshoot, this changes the 'remaining willingness' value.
Here's another command I found.

maxRounds = 100
 

jh1990

Newbie
Jun 11, 2020
50
75
my mod update V3.4 is out now mod it adds another 10 girls and fixes a bunch of stuff. view the changelog on my discord and here is the link to the modpack
 
  • Like
Reactions: RequiemForA

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
608
1,099
fredballx Wdym ?
Dark Lord Nova Be aware, that requiredAnswers and maxRounds might crash the game after 6 rounds if no additional Subject() are added to the EXAM_subjects list.

Davox I sadly juest can't have imgs that fit the girls bc they sometimes just don't exist in our world, that's the downside of real porn games.
I don't understand your point about about photoshoots as the already taken photos are already greyed out as like in this screenshot : (1 and 3 are greyed out)
1675511890063.png
Additionaly already taken photos have 33% to just not be added to the photos you can take, I've left part of them only for players to be able to "get" to the higher corrupted as not having them will just result in soft locking players.

More gameplay features will come along with next updates, I prefer trying to push regular updates than updating the game once a year.

craken24 Don't take my word for it as I didn't worked for me either, but ppl where saying they used a special version or a premium version of Joyplay to get it to work on Mobile.
 
  • Like
Reactions: waffel

katmandomo

Active Member
Feb 10, 2018
787
1,670
fredballx Wdym ?
Dark Lord Nova Be aware, that requiredAnswers and maxRounds might crash the game after 6 rounds if no additional Subject() are added to the EXAM_subjects list.

Davox I sadly juest can't have imgs that fit the girls bc they sometimes just don't exist in our world, that's the downside of real porn games.
I don't understand your point about about photoshoots as the already taken photos are already greyed out as like in this screenshot : (1 and 3 are greyed out)
View attachment 2364874
Additionaly already taken photos have 33% to just not be added to the photos you can take, I've left part of them only for players to be able to "get" to the higher corrupted as not having them will just result in soft locking players.

More gameplay features will come along with next updates, I prefer trying to push regular updates than updating the game once a year.

craken24 Don't take my word for it as I didn't worked for me either, but ppl where saying they used a special version or a premium version of Joyplay to get it to work on Mobile.
It is quite difficult to tell which pictures are greyed out and which are just taken in the shade, even in your example. Maybe if the text was lightly greyed out instead?
 
  • Like
Reactions: waffel

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
608
1,099
If it's the famous: 'TypeError: no default __reduce__ due to non-trivial __cinit__ (perhaps store._imgScaledDownSurface = <Surface(14x14x32)>)'
Just reload the auto-save, it's renpy can't do shit about it.

katmandomo Nice idea, I'll also make the text/button grey. Some things where inverted in the code also ><
Here new version :
1675545060001.png
 
Last edited:

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
608
1,099
At least in my case it doesn't make sense to play it while this bug continues.What is the point of more content if the most basic does not work correctly
You can contact the Renpy team and ask them to fix inconsitant python libraries save while in screens and the save screen img save kinda bug :)
(And a way to default variables when rollback/forwards and actually don't have any screens values selected because it was skipped)

Alternativly I could just disable the ability to rollback like many other games do.
 
Last edited:

Ninoss

Active Member
Donor
Game Developer
Nov 20, 2017
608
1,099
I have found that, in most cases, the problem was that the screenshot of the current game's state got lost or corrupted.
What I did was patch the way renpy saved the game by creating a screenshot of the Save screen. It's not elegant, but it works.
Y the issue is the save menu images or some dynamically generated imgs, even if it's not that elegant, what would be a fix ?
 
4.10 star(s) 19 Votes