Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
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!
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.
Sorry, i didn't realize too. I have the 7c version. Maybe some of the work you did will help still.
 
  • Like
Reactions: VikingCrawler

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
Sorry, i didn't realize too. I have the 7c version. Maybe some of the work you did will help still.
@Klausus
That's absolutely fine as I didn't know that they had updated. It still gave me some experience in editing the core files. If you encounter any new errors with the updated game, I would still like to see if I can fix them.

Edit: It would seem some of the errors that I fixed in the last update's files, still persist in the new update's files. I just found one in Sam's rpy file.
 
Last edited:

olbor48

Member
Jan 20, 2018
258
78
196
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):

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):

done by UnRen v0.7 (Sam@f95zone) & Cruncher v0.3.1(BAS@f95zone)
Will come Android Version port?
 
  • Like
Reactions: B_Ouji and CRAN

Deleted member 173891

Well-Known Member
Aug 21, 2017
1,165
764
221
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):

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):

done by UnRen v0.7 (Sam@f95zone) & Cruncher v0.3.1(BAS@f95zone)
can i open the console command since it has already been unren(ed)?
 

grev

Active Member
Modder
Jun 10, 2017
605
673
286
@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
Might want to reach out to Digital Bonsai on Hypno-Pics collective as he has been leading the bug squashing for WT
 
  • Like
Reactions: VikingCrawler

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
Exception
Occurs when using Sam as arrangement for Tracy

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
[/CODE]
 

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
Exception
Occurs when using Sam as arrangement for Tracy

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
[/CODE]
@Klausus
I think I managed to fix the issue that you were having with Tracy. I will attach the tracy rpy file below. Just put it in the tracy folder located here: game\modules\00core\minor_characters\tracy
See if that fixes your error. It should. If not, then I will take another look.

Edit: I have removed the file that I previously attached as it might be causing errors. If you have downloaded this file then please look a few posts down to find the orgingal tracy rpy file. Hopefully, I will be able to find the root cause of the errors.

Re-Edit: I have reattached the edited tracy.rpy file as the error was being caused by accidentally using an old game version.
 
Last edited:
4.40 star(s) 75 Votes