So trying out my first mod. Not a programmer and it's my first time coding in ren'py and python but only took about a day with research and testing. Fun game and not much out there like it. To me a main goal of the game is to steal the girls panties until she doesn't have anymore. However the stash only showing 33 items makes that hard to grasp the progress so I focused on expanding the stash. Probably not the most efficient way but it works and I did reduce the total lines of code. Addicted girls stay in the room meaning if you don't steal them all before they become addicted it's never possible so I tweaked it so they don't care and leave them behind anyway. I didn't add in any upper bounds so if you grab too many there could potentially be issues. The game started doing weird things when updating the girls stats, possibly because I was using a different version of Ren'py? I mean I only understand half of what the code is doing anyway but I just added in some rounding, may make the progression a little off from intended but shouldn't be too noticeable. Interested in feedback on the changes and if there is anything else you'd like to see. Anyway just dump the files into the renpy\game folder, relaunch if necessary and enjoy. You really should start a new game with this mod. Due to how some things were initialized you could see some oddities depending on progress already made. Also fixed a bug that when a girl passes and leaves the game the next girl coming in on Monday could get the same id as another girl causing some duplication if they are in the exam room together. Since the mod addresses how new girls are added it doesn't check and fix it for girls already in place so start a new game. Oh yeah and I fixed the code so it only removes one copy of a type of panty instead of all that it finds. I think that's it.
I did try to play with it but reached an error that should be fixed in initt.rpy, l. 88, playerPanties should be an array ([]) not a dictionary ({}). Did not try much more, since I overwritted the save showing the error.
Otherwise, unsure if this is true as I played with the textual mode instead of numeric one and if it related to rounding but felt that initial corruption was a little bit more difficult, whereas the latter was somehow similar or easier.
Did not see any other significant changes and as for me the main advantages of this compared to the spin-off are :
1. Different difficulty calibration (there is actually best path to corrupt)
2. The main goal is for me to corrupt the girl(s) to sex addict(s) instead of collecting their panties
3. Point (1) said, WTM Academy should be better starting the next update, since (1) is a static algorithm which does only depends her intelligence & experience and no trait(s).
4. More streamline to a core mechanic, instead of the photoshoot one (exhibition increases by successful photoshoot)
I don’t really get the «patch.zip», latest stock version seems good enough for me.
PS: Sorry if bad english, non native speaker here...
PPS: The main defect on Examination Days was the daily RNG() of the 3 girls according to their corruption level or if they were new. It seems to me that this was fixed along the way.