Mod Cheat Mod Ren'Py Completed Corruption: Better Experience [v2.02] [anne O'nymous]

5.00 star(s) 6 Votes

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
I feel stupid asking this, but how does one access the management/tracker interfaces?
Hmm. Since you included the trackers, I assume that here "management" don't mean "configuration", so it's by clicking on the book icon on the top right of the screen. Then you'll see bookmarks, on the left side of the book (generic part), but also sometimes on the top of it (sub section of the opened part).


Is this working with the macos version? cant find out what keys to press.
It is working on MacOS, but it don't have a HOME key directly available, you need to press fn + left arrow for it. Therefore, the configuration should open with SHIFT + fn + left arrow.
There's also SHIFT + numpad * that works, unless you're using a macbook.
And if you definitively can't access it with a key combination, you can also do it from the console (SHIFT + o), by typing AON then press the RETURN key.

I know that it's a lot of works, but despite the keyboard having a lot of possible key combinations, there isn't this much that can effectively be used without risk to conflict with Ren'py.
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
new version of the game out :O
Yeah, when I was asleep. But now I'm awake, and here come the new version of the mod.

But mostly I had nothing to do, I really like updates like this one :D

Changelog:
  • Changed: The way enslavement management works for the big location ;
    Now you change the status for the whole police station and school, in place of changing the statut for a part of it.
  • Added: A slave tracker for Sophia ;
  • Added: A slave tracker for the hospital.
 

cold_arctus

Devoted Member
Sep 25, 2018
8,945
10,823
Yeah, when I was asleep. But now I'm awake, and here come the new version of the mod.

But mostly I had nothing to do, I really like updates like this one :D

Changelog:
  • Changed: The way enslavement management works for the big location ;
    Now you change the status for the whole police station and school, in place of changing the statut for a part of it.
  • Added: A slave tracker for Sophia ;
  • Added: A slave tracker for the hospital.
Were you able to fix the corruption level for the Casino girls? :unsure: Back in game v2.00 your mod skipped a few levels.
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
Were you able to fix the corruption level for the Casino girls? :unsure: Back in game v2.00 your mod skipped a few levels.
I know, but it's alas not something that can be easily fixed without editing the original or copy/pasting the whole code :(

The conditions are things like if not casino_woman1 == False or casino_woman2 == False or casino_woman3 == False or casino_dealer == False:, when they should at least looks like if not ( casino_woman1 == False and casino_woman2 == False and casino_woman3 == False and casino_dealer == False ):.
I'm still thinking about forcing the values in such way that the condition will fail, and so make the game works, but it imply that I have to keep a copy of 4 variables for each step, which is a lot. And after I still have to ensure that I don't mess somewhere. A lot of works and a lot of testing ; and without guaranty that it's effectively possible.
 
  • Like
Reactions: yoyomistro

yoyomistro

Engaged Member
Jan 15, 2017
2,787
3,581
Feel good for me, people advertise my mod because there's bug fixes in it :D
You should totally start a Patreon, you already do so much I'm sure some people who aren't broke like me right now would throw you some tip money. I will for sure when I'm not broke if you do.

You wanna upload a bugfix for it? :whistle::D
Can't promise anything today, haven't looked at the Casino yet for this update, someone said they were have trouble with Mrs. Robinson content to so I'll just do a pass of all the new stuff and see if anything needs changing.
 

cold_arctus

Devoted Member
Sep 25, 2018
8,945
10,823
You should totally start a Patreon, you already do so much I'm sure some people who aren't broke like me right now would throw you some tip money. I will for sure when I'm not broke if you do.



Can't promise anything today, haven't looked at the Casino yet for this update, someone said they were have trouble with Mrs. Robinson content to so I'll just do a pass of all the new stuff and see if anything needs changing.
I'm three game versions behind and won't download it before Easter or so :LOL:
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
[...] someone said they were have trouble with Mrs. Robinson content to so I'll just do a pass of all the new stuff and see if anything needs changing.
As far as I've seen, it's just Mr.C who adjusted his code.
He used a two steps advancement, but only one step for the last scene. Now that he pushed this part further (at one step of enslavement ?), he goes back on what he did, in order for the process to continue with the "two steps" thing. Therefore, this update force you to corrupt Mrs. Robinson once before you can see a scene that you already saw ; what effectively feel like a bug, but don't seem to be one.
 
  • Like
Reactions: yoyomistro
5.00 star(s) 6 Votes