sarah.weekend_watched_level = 2
Skips the initial scene where she tries to rub one out, and skips to the dildo anal action.
Sweet relief!
Sorry, i didn't realize too. I have the 7c version. Maybe some of the work you did will help still.I didn't realize that they had updated the game again. Thanks for letting me know.
I will have to see what bugs were fixed. Hopefully, many of the previous errors were removed. I will have to look through the code.
@KlaususSorry, i didn't realize too. I have the 7c version. Maybe some of the work you did will help still.
It was basically a bug patch. It doesn't seem like there was any "new" content.has new content been added since the switch to ren'py? If so, how much?
Thank youIt was basically a bug patch. It doesn't seem like there was any "new" content.
Will come Android Version port?Wife Trainer [v0.7b Public Playtest] [Wife Trainer] (1 gb rar pc original)
503 mb rar unofficial pc compressed (slightly reduced image/video/audio quality):You must be registered to see the links
Wife Trainer [v0.7c Public Playtest] [Wife Trainer] (1 gb rar pc original)
505 mb rar unofficial pc compressed (slightly reduced image/video/audio quality):You must be registered to see the links
done by UnRen v0.7 (Sam@f95zone) & Cruncher v0.3.1(BAS@f95zone)
Sorry, I dont do android versions - just pc and mac eventually.Will come Android Version port?
can i open the console command since it has already been unren(ed)?Wife Trainer [v0.7b Public Playtest] [Wife Trainer] (1 gb rar pc original)
503 mb rar unofficial pc compressed (slightly reduced image/video/audio quality):You must be registered to see the links
Wife Trainer [v0.7c Public Playtest] [Wife Trainer] (1 gb rar pc original)
505 mb rar unofficial pc compressed (slightly reduced image/video/audio quality):You must be registered to see the links
done by UnRen v0.7 (Sam@f95zone) & Cruncher v0.3.1(BAS@f95zone)
Try to unzip this attachment into GAME/game/can i open the console command since it has already been unren(ed)?
thanks AbhaiTry to unzip this attachment into GAME/game/
Might want to reach out to Digital Bonsai on Hypno-Pics collective as he has been leading the bug squashing for WT@Klausus
I think I managed to fix the issue that you were having with Jasmine. I will attach the jasmine rpy file below. Just put it in the jasmine folder located here: game\modules\00core\clients\jasmine
See if that fixes your error. It should. If not, then I will take another look.
Also, if you haven't already, take a look at my previous post about Becky_Sue. I think I fixed the end week error by editing the 00-wt-classes rpy file. Let me know if you encounter any errors because of it.
Edit: I also fixed the label errors that were occurring at the Dark Arts store I will attach the dark_arts_store rpy below. Just put it in the location folder located here: game\modules\00core\locations
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 203, in script call
call day_loop from _call_day_loop
File "game/script.rpy", line 214, in script call
call core_loop from _call_core_loop
File "game/script.rpy", line 291, in script call
call expression label from _call_expression
File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 450, in script
if samantha.has_tag('club_maid'):
File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 454, in <module>
elif samantha.conversation <= 3:
File "game/00-wt-classes.rpy", line 879, in __getattr__
raise AttributeError(name)
AttributeError: conversation
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 203, in script call
call day_loop from _call_day_loop
File "game/script.rpy", line 214, in script call
call core_loop from _call_core_loop
File "game/script.rpy", line 291, in script call
call expression label from _call_expression
File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 450, in script
if samantha.has_tag('club_maid'):
File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 454, in <module>
elif samantha.conversation <= 3:
File "game/00-wt-classes.rpy", line 879, in __getattr__
raise AttributeError(name)
AttributeError: conversation
Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files exElsa0.7d
Sat Jul 20 14:33:59 2019
Several, but I forgot how to search within a thread.Don't suppose there are any walkthroughs or hints about what paths we can take the characters and how?
@KlaususException
Occurs when using Sam as arrangement for Tracy
[/CODE]Code:[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 203, in script call call day_loop from _call_day_loop File "game/script.rpy", line 214, in script call call core_loop from _call_core_loop File "game/script.rpy", line 291, in script call call expression label from _call_expression File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 450, in script if samantha.has_tag('club_maid'): File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 454, in <module> elif samantha.conversation <= 3: File "game/00-wt-classes.rpy", line 879, in __getattr__ raise AttributeError(name) AttributeError: conversation -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 203, in script call call day_loop from _call_day_loop File "game/script.rpy", line 214, in script call call core_loop from _call_core_loop File "game/script.rpy", line 291, in script call call expression label from _call_expression File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 450, in script if samantha.has_tag('club_maid'): File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\ast.py", line 1807, in execute if renpy.python.py_eval(condition): File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\python.py", line 1961, in py_eval return py_eval_bytecode(code, globals, locals) File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\python.py", line 1954, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/modules/00core/minor_characters/tracy/tracy.rpy", line 454, in <module> elif samantha.conversation <= 3: File "game/00-wt-classes.rpy", line 879, in __getattr__ raise AttributeError(name) AttributeError: conversation Windows-8-6.2.9200 Ren'Py 7.2.2.491 The Wife Trainer Files exElsa0.7d Sat Jul 20 14:33:59 2019
there's a walkthrough link in the OP but it's based on the RAGS version and also sort of outdatedDon't suppose there are any walkthroughs or hints about what paths we can take the characters and how?