Rendezvous

Member
Aug 10, 2017
144
207
What will the dev do when the light version is up to 8 gigs...they really need to consider how big they want this game to be. Maybe its actually time to ackowledge the fact they need to stop adding more bloat and refocus on the original characters...
 
  • Like
Reactions: Bebien

bbewan

Newbie
Jun 18, 2018
19
2
This update is okay but Mr.C probably will not make new events for main characters for a long while, which makes me feel sad. I like the new content with fitness trainer and pianist tho.
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,678
31,992
I played through and don't understand how t start ava and evelin or whatever their name's are.
It seems that if you did not unlock them already, then there is a bug that prevents you from doing it now. Might be a good idea to do those parts on the last version, and then start this one.
 

Mnemonic801

Newbie
Nov 17, 2018
65
40
Hello there, when i try to load the last save, i get this error. Could someone please help me?
Thank You.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
ImportError: No module named matrix

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\core.py", line 3451, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\screen.py", line 697, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 992, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\behavior.py", line 906, in event
    return handle_click(self.clicked)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\behavior.py", line 841, in handle_click
    rv = run(action)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\display\behavior.py", line 315, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 441, in __call__
    renpy.load(fn)
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\loadsave.py", line 727, in load
    roots, log = loads(location.load(filename))
  File "C:\Users\gigib\OneDrive\Documents\MEGAsync Downloads\corruption-v2.55-pc-compressed\corruption-v2.55-pc\renpy\loadsave.py", line 60, in loads
    return cPickle.loads(s)
ImportError: No module named matrix

Windows-8-6.2.9200
Ren'Py 7.0.0.196
corruption 2.55
Thu Oct 21 10:13:32 2021
 
Apr 7, 2019
225
375
Hello, TheDevian. Thanks for your advice. For my clarity, do you mean download version 2.5 and try to unlock Ava and Evelyn there, then load the save in version 2.55? Also, could you give me a little more detail on how to unlock them in the first place? This is the first time I ever locked myself out of game content and it's really frustrating, so I am grateful to you for your suggestions.
 
  • Like
Reactions: TheDevian

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,678
31,992
Hello, TheDevian. Thanks for your advice. For my clarity, do you mean download version 2.5 and try to unlock Ava and Evelyn there, then load the save in version 2.55? Also, could you give me a little more detail on how to unlock them in the first place? This is the first time I ever locked myself out of game content and it's really frustrating, so I am grateful to you for your suggestions.
Yes, they were unlockable before, and once unlocked, they were playable this time.

You need to go to the TV station, and do all of the porn shoots until you have done at least the band (who needs to also be corrupted prior to this).

Sadly, that happens all the time in this game, it's full of bugs, and it is easy to miss things.
 
  • Like
Reactions: barbarella2021

VoitKO

Member
Apr 23, 2020
137
99
Its only me or the down even for the lite version takes sooo much ? And i have problems only here at this game . The down its thru Nopy.
 

dragonflame

Well-Known Member
Mar 9, 2020
1,460
665
few questions. one is that. can you have sex with them while they are pregnant. second any new girl can get pregnant like mom and sister
 
3.70 star(s) 200 Votes