edem1978

Active Member
Apr 2, 2018
569
152
Here is my WT for 0.52.1

I used the mod called CheatMod.rpy that can be found here, right click on it and save link as, then move it into StraitenedTimes\game

you can also use Cheat Mod Special


The WT is out of sync because of the new content with each update. I will not be redoing it from start to end again (sorry new players), but i will try to keep it updated with the new content added to the bottom of it with each update, for new players, use it as a reference.


I use the same save for each update


StraitenedTimes 0.52.1 WT.zip - the wt
Interests part 1-4 - images of all npc's with the right topics for discuss interests, part 4 has Brigitte, Lauren , Jaslene PE Teacher, Ava/grandma, and Sophia/grandma

Saves

v0.51.0 - save and persistent file
v0.52.1 - save and persistent file

I want to play this game again can I play the game walkthrough or is there a problem??
 

kingmalla

New Member
Feb 6, 2020
13
3
so can anybody help me i want to do the scenes with the hotel manager but people say here i have to meet the goons first and for that i have to pry around the hotel in the afternoon.... but nothing happens i see them at the distance but mc never approaches them so wtf do i do??
 

gnadudu

Well-Known Member
Aug 31, 2018
1,894
2,789
so can anybody help me i want to do the scenes with the hotel manager but people say here i have to meet the goons first and for that i have to pry around the hotel in the afternoon.... but nothing happens i see them at the distance but mc never approaches them so wtf do i do??
You don't have permission to view the spoiler content. Log in or register now.
 

Radical_Dreamer

Member
Donor
Aug 26, 2018
171
240
so can anybody help me i want to do the scenes with the hotel manager but people say here i have to meet the goons first and for that i have to pry around the hotel in the afternoon.... but nothing happens i see them at the distance but mc never approaches them so wtf do i do??
On top of what gnadudu said, I believe you also need to unlock her handjob and blowjob scenes in the reception area.
 

FusiFranse

Member
Apr 28, 2020
425
166
How to do a naked workout with mom?
Impossible with this release if you don't use console commands !

The whole vn seems only to work via console commands. There is no real wt nor some comment on the possible grind dev is trying to get players tortured with.
Looks like most of those teaser pic aren't actually made via gameplay rather than unren the image gallery or via setting the ingame gallery to unlocked.

#to myself# I don't get it

That's the error you get:
You don't have permission to view the spoiler content. Log in or register now.
 

Sane82

Newbie
Aug 23, 2022
72
141
Impossible with this release if you don't use console commands !

The whole vn seems only to work via console commands. There is no real wt nor some comment on the possible grind dev is trying to get players tortured with.
Looks like most of those teaser pic aren't actually made via gameplay rather than unren the image gallery or via setting the ingame gallery to unlocked.

#to myself# I don't get it

That's the error you get:
You don't have permission to view the spoiler content. Log in or register now.
Screenshot_747.jpg doubt
 
  • Like
Reactions: FusiFranse

FusiFranse

Member
Apr 28, 2020
425
166
I've just started
I like unqualified messages a lot... believe me...

Here's what you missed

```
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/Motel/2Bedded/mom/mom_training_miss.webp') at 0x0000000020f68e50>:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/Motel/2Bedded/mom/mom_training_miss.webp'.

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

Full traceback:
File "script.rpyc", line 6, in script call
File "GameData.rpyc", line 876, in script call
File "PersonClass.rpyc", line 807, in script call
File "PersonClass.rpyc", line 869, in script
File "renpy/ast.py", line 2259, in execute
self.call("execute")
File "renpy/ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/image.py", line 513, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 316, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 1539, in render
cr = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 373, in render
surf = render(self.child, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/im.py", line 676, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 330, in get
surf = image.load()
File "renpy/display/im.py", line 803, in load
raise e
IOError: Couldn't find file 'images/Motel/2Bedded/mom/mom_training_miss.webp'.

Windows-...
```

Which is upcoming when you try to speak to her first time when she's doing her yoga
 

FusiFranse

Member
Apr 28, 2020
425
166
I've just started this vn and it looks like, no one mentioned to dev so far, that "discussing interests" for the 20th time with each of his girls added to game takes it's toll to player's patience. 1- 3 times would be enough to set that option to permanent fulfilled when triggerin.
 

defrancofan4

New Member
May 16, 2018
1
0
My save got corrupted and I cannot figure out the error to fix it. Any insight is appreciated!
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scrs_game_menus.rpy", line 902, in __call__
BadZipfile: File is not a zip file

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 1122, 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 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4543, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 53, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 770, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1403, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1179, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 281, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 1142, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 1075, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 379, in run
    return action(*args, **kwargs)
  File "game/scrs_game_menus.rpy", line 902, in __call__
  File "renpy/loadsave.py", line 810, in load
    log_data, signature = location.load(filename)
  File "renpy/savelocation.py", line 520, in load
    return l.load(slotname) # type: ignore
  File "renpy/savelocation.py", line 284, in load
    with zipfile.ZipFile(filename, "r") as zf:
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/zipfile.py", line 793, in __init__
  File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/zipfile.py", line 834, in _RealGetContents
BadZipfile: File is not a zip file
[/CODE]
 
3.70 star(s) 173 Votes