ghostyknight
New Member
- Aug 1, 2020
- 13
- 5
- 46
Anyone else find it jarring that sex scenes skip the ejaculation animation and you just stare at the cum dripping for like 5 seconds at the end of all the scenes?
Exactly Mia, yes.whos the loli tag for? i havent finished the game so maybe havent seen the character yet. its not the black pig tail kind of hair girl right?
ahh ok ty. honestly just seemed like a normal girlExactly Mia, yes.
You're welcome and I agree with you, but I think ( I'm not sure so take this with a grain of salt) enough people complained and mods added the tag in the end.ahh ok ty. honestly just seemed like a normal girl
yeah makes sense. most games on here i doubt anyone would say anything. but with how popular the game is i could see people complainingYou're welcome and I agree with you, but I think ( I'm not sure so take this with a grain of salt) enough people complained and mods added the tag in the end.
And this is pretty much the reason why the game was banned from Steam, unfortunately.
Those dirty flat chest haters.You're welcome and I agree with you, but I think ( I'm not sure so take this with a grain of salt) enough people complained and mods added the tag in the end.
And this is pretty much the reason why the game was banned from Steam, unfortunately.
Fuck the flat chest girls, they stupid dogs and usually cause mischief. Jealous and stupid. Nothing to feel good about and always insecure, just throw her to a river or something or feed to the dogs muahahhahaThose dirty flat chest haters.
There are scenes with various monsters that you need to face, generally they are preceded by a warning but it's mostly jump scare, nothing too extreme at least in my opinion.What exactly does "Slight Horror" mean? I've been burned before so I'm a little cautious.
Thank you for the fast reply.There are scenes with various monsters that you need to face, generally they are preceded by a warning but it's mostly jump scare, nothing too extreme at least in my opinion.
It's more the atmosphere, combined with the main theme ( a survival apocalyptic scenario), the musics and the sounds that gives some horrorific vibes during the playthrough, but the game is not unbearable.![]()
Yes exactly, fuck the flat chest girls. Right in the pussy. Mhm. Totally agree.Fuck the flat chest girls, they stupid dogs and usually cause mischief. Jealous and stupid. Nothing to feel good about and always insecure, just throw her to a river or something or feed to the dogs muahahhaha
Download the game again and don't use MOD-s'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
ImportError: No module named revertable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, 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 "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4037, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1249, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1249, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 768, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
ImportError: No module named revertable
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
MIST 1.0.3
Mon Nov 6 21:25:35 2023
help?
I agree. The overarching story isn't particularly unique, but the whole atmosphere this game creates around the mysterious is pretty amazing. It gets quite eery, especially when you reach the city for the first time and when you're annealing around further.I'm honestly sad I've finished this game. The atmosphere was super unique and while the story isn't special on its own the combination of all the elements really made something that's gonna stick with me for ages.
This is gonna be one of those games I play every few years to relive. I wish I could erase just the memory of this game and experience it for the first time over and over.