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

5.00 star(s) 6 Votes

niuuzer

New Member
Jan 30, 2021
1
0
Hi! I still can't understand how the tracker works. I have, for example, "Heather's ex - 3". What does that mean? That I've done the 3 events or that I still have 3 events to do? Thanks!
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
Hi! I still can't understand how the tracker works. I have, for example, "Heather's ex - 3". What does that mean?
It mean that Mr.C want it to mean. The tracker only report the value, nothing more ; this mostly because it's not possible to report more, half of the variables have a behavior that is unique to them.
 

RReddington

New Member
Jul 27, 2019
7
2
Just a note for anyone who may be having issues, particularly with the scene selection. First time I booted it up, the prompt showed up once, and then every action seemed locked. If it would normally give me a choice to select Nicole doing nothing or Nicole making bed, it would always be making the bed. The fix for me was to just reopen the game and load a save. Fixed my problem and scene selection works properly now. Hope this helps somebody, though the advice is probably obvious to anybody with more than 2 braincells to rub together.

TLDR "Have you tried turning it off and on again?". Reboot the game.
 

PioustheXV

New Member
May 20, 2018
10
1
which is a huge shame because it seems like this mod could be used to revert mrs. robinson so you can advance her incase you've gone too faar
 

PioustheXV

New Member
May 20, 2018
10
1
also can't rollback mrs robinson in a
which is a huge shame because it seems like this mod could be used to revert mrs. robinson so you can advance her incase you've gone too faar
also update on this method. no. set her down levels and doesn't trigger her sisters
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
So, I looked at the last update, and the only thing that should be needed is to take count of Mrs Robinson enslavement.
Since Mr. C update every month, I assume that there's no hurry to do it, therefore I'll wait for the 2.35 of the game before updating the mod.


also can't rollback mrs robinson in a

also update on this method. no. set her down levels and doesn't trigger her sisters
The sister and niece are difficult to trigger, but as far as I remember it's not related to Mrs Robinson level.
 
Last edited:
  • Like
Reactions: Fzoner95

Ruslan11

Newbie
Feb 21, 2021
67
78
I know this is not the smartest question, but is the mod compatible with the new version of the game ?

Game Version: 0.40ish to 2.30

I didn't notice, I'm sorry.
 

anonymouslee

Newbie
Apr 27, 2017
68
51
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\ast.py", line 814, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\python.py", line 1715, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\core.py", line 2507, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\core.py", line 3181, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\screen.py", line 651, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\layout.py", line 232, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\layout.py", line 960, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\behavior.py", line 889, in event
    return handle_click(self.clicked)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\behavior.py", line 824, in handle_click
    rv = run(action)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\behavior.py", line 299, in run
    new_rv = run(i, *args, **kwargs)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\loadsave.py", line 593, in load
    roots, log = loads(location.load(filename))
  File "D:\Downloads\corruption-v2.30(Lite)-pc\renpy\loadsave.py", line 59, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'

Windows-8-6.2.9200
Ren'Py 6.99.12.3.2123
corruption 2.30
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
Code:
While running game code:
  File "renpy/common/00action_file.rpy", line 427, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'
That don't come from the mod. TracedExpressionsList is a regular attribute of Ren'py console and I neither the mod touch to it nor change something to the console.
 
  • Like
Reactions: Fzoner95

Virulenz

Engaged Member
Sep 27, 2017
2,819
3,545
Since Mr. C update every month, I assume that there's no hurry to do it, therefore I'll wait for the 1.35 of the game before updating the mod.
Erm, since he updates in 0.01 steps it would mean 5 months? What about all the "new" girls, from casino, playgrounds, island, ...there is no way to change their corruption level because they are just not in the list. Especially with the current bugs it would be really helpful to lower the corruption levels from the girls on the island.
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
Erm, since he updates in 0.01 steps it would mean 5 months?
He update in 0.05 steps.
By the way, I meant 2.35, not 1.35.


What about all the "new" girls, from casino, playgrounds, island, ...there is no way to change their corruption level because they are just not in the list.
They aren't on the list because their corruption works on a radically different way. Yet their said corruption level can be changed, it's under "events" then "characters".
 
  • Like
Reactions: Virulenz

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
10,313
15,200
awaiting new update king; I can't boot with 2.35 and this mod version
Hmm...
I'm still working from home those days, but in order to effectively works at least a little, I tend to avoid coming here in the morning, therefore I'm only downloading the update.

Can you tell me more about what is happening ?


Edit:
Hmm, I tried it, and apparently it works ; at least with the official version.

Are you using the unofficial compressed version ? If yes, can you open the "log.txt" file located in the main directory of the game, and look at its third line. It give the version of Ren'py used, what is this version ?
 
Last edited:

Argt

Newbie
Jul 28, 2019
30
36
Hmm...
I'm still working from home those days, but in order to effectively works at least a little, I tend to avoid coming here in the morning, therefore I'm only downloading the update.

Can you tell me more about what is happening ?


Edit:
Hmm, I tried it, and apparently it works ; at least with the official version.

Are you using the unofficial compressed version ? If yes, can you open the "log.txt" file located in the main directory of the game, and look at its third line. It give the version of Ren'py used, what is this version ?
Lite version of 2.35 works normal here.
 
  • Like
Reactions: anne O'nymous
5.00 star(s) 6 Votes