Tickle

Member
Dec 31, 2017
324
162
Could someone share their save file before the last update( Beta route ), lost mine due to dead hard drive.
 

cartcurt

Newbie
Feb 25, 2019
79
48
Hello there,
First of all congradulations with the game. I eagerly wait for the new update to come.

I noticed that points earned in day 26 do not increase overall relationship points with characters? Is this a bug?
 

Irgendwie Irgendwo

Engaged Member
Jun 30, 2018
2,799
3,429
Hello there,
First of all congradulations with the game. I eagerly wait for the new update to come.

I noticed that points earned in day 26 do not increase overall relationship points with characters? Is this a bug?
Either that or not implemented yet as it is an incomplete update.
 

TamaMountain

Active Member
Oct 5, 2018
586
833
Hello there,
First of all congradulations with the game. I eagerly wait for the new update to come.

I noticed that points earned in day 26 do not increase overall relationship points with characters? Is this a bug?
My guess is that it has to be a bug. But on certain playthroughs of mine, like the beta path, I noticed some points do increase the character's relationship.
 

Red88

Member
Jan 18, 2021
234
698
I'm going to start playing this game, I don't like NTR very much, but as in this game NTR is optional, I have no problem with that, I would like to know how much content is in each update, if it is balanced for both routes or will varying?
 

Irgendwie Irgendwo

Engaged Member
Jun 30, 2018
2,799
3,429
I'm going to start playing this game, I don't like NTR very much, but as in this game NTR is optional, I have no problem with that, I would like to know how much content is in each update, if it is balanced for both routes or will varying?
I'd say a usual update is roughly 20 to 30 minutes depending on reading speed. I'd say content between the two routes is balanced, others will say it's not, as we haven't seen any "full" sex scenes with the two main girls on the Alpha path yet. I say that doesn't matter as I like the others too.
 
  • Like
Reactions: Red88

superxero2

New Member
Sep 26, 2017
8
5
I'm not able to load my version 0.5 save and this message appeared. Can anybody help me?

While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\python.py", line 2028, 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\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "C:\Users\junior\Desktop\Loucuras\WOT\Culture_Shock\Eng\CultureShock-Chapter2v0.6-pc\renpy\python.py", line 1733, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Culture Shock Chapter2v0.6
Sun May 16 15:35:31 2021
 
  • Like
Reactions: Tunak23
3.30 star(s) 81 Votes