it's not possible to make one for this game the way the game was madeSomeone make a walkthrough mod for this
There's a second partThis game is incomplete, no real ending, you don't get a choice to end up with any girl nothing just plop you got to the end don't worry you can still play and get the rest of the senses, I mean the point of the game from what i can tell is you want your roommate to be your girlfriend witch is pointed out in one choice where you say it and she replies something like we will talk about it another time, but you don't ever. so if your point of the game is to enjoy the sex in the game its for you but if you looking for a good ending then this is not for you, because you will have to make the ending in your head.
I have a simple solution for you.This game is shit.
It soft locks you out of it after hours of effort, why are people even playing suff like that, it is for the porn, not even SMT nocture was so nasty!
Why while i'm saving the game it take so long, And is there a way to rollback after a choice? I think there's a file out there call renpy unpack or something but I forgot about it.
init python:
config.use_cpickle = True
renpy.config.rollback_enabled = True
renpy.config.hard_rollback_limit = 256
renpy.config.rollback_length = 256
def unren_noblock( *args, **kwargs ):
return
renpy.block_rollback = unren_noblock
try:
config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mousedown_4' ]
except:
pass
gives me error at the startcreate a file called whatever you want make sure you put rpy as the format and put these lines
Python:init python: config.use_cpickle = True renpy.config.rollback_enabled = True renpy.config.hard_rollback_limit = 256 renpy.config.rollback_length = 256 def unren_noblock( *args, **kwargs ): return renpy.block_rollback = unren_noblock try: config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mousedown_4' ] except: pass
try again just forgot to indent the returngives me error at the start
init python:
config.use_cpickle = True
renpy.config.rollback_enabled = True
renpy.config.hard_rollback_limit = 256
renpy.config.rollback_length = 256
def unren_noblock( *args, **kwargs ):
return
renpy.block_rollback = unren_noblock
try:
config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mousedown_4' ]
except:
pass
Then how about you put a warning, "there is a chance you get softlocked and have to waste hours redoing everything."I have a simple solution for you.
If you don't like it, don't play this game
and that's it
thanks sircreate a file called whatever you want make sure you put rpy as the format and put these lines
Python:init python: config.use_cpickle = True renpy.config.rollback_enabled = True renpy.config.hard_rollback_limit = 256 renpy.config.rollback_length = 256 def unren_noblock( *args, **kwargs ): return renpy.block_rollback = unren_noblock try: config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mousedown_4' ] except: pass
now it works, thanks but for anybody doing this if you press the skip and then try to rollback, it's not gonna worktry again just forgot to indent the return
Python:init python: config.use_cpickle = True renpy.config.rollback_enabled = True renpy.config.hard_rollback_limit = 256 renpy.config.rollback_length = 256 def unren_noblock( *args, **kwargs ): return renpy.block_rollback = unren_noblock try: config.keymap['rollback'] = [ 'K_PAGEUP', 'repeat_K_PAGEUP', 'K_AC_BACK', 'mousedown_4' ] except: pass
I think you have the wrong thread the mc in this game is a maledoes this game have an art thread ? what model was used to create the main female mc ?
it doesn't show up all the time only when you have a hard onWhy while im sleep the dream scene is skipped?