VikingCrawler

Member
Donor
May 18, 2018
267
149
196
For all of those that are having the same problem that Klausus was having with the save and load names getting cut off. Please use this rpy. Just place it in the WT game folder and let it overwrite the old rpy.
 
  • Like
Reactions: Klausus

scarfer

Active Member
Nov 4, 2017
776
386
288
Davox post #1197 in this thread. Searching 'set up Terri and Marilyn' in this thread yielded this result among several others.
 

wintersedge91

Active Member
Sep 27, 2018
598
181
160
in version 0.7 f asking jasmine to become show girl
showing this error
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/clients/jasmine/jasmine.rpy", line 3927, in script call
    call jasmine_contact_showgirl from _call_jasmine_contact_showgirl_1
  File "game/modules/00core/clients/jasmine/jasmine.rpy", line 3939, in script
    if jasmine.transformed_needs_location:
  File "game/modules/00core/clients/jasmine/jasmine.rpy", line 3939, in <module>
    if jasmine.transformed_needs_location:
  File "game/00-wt-classes.rpy", line 879, in __getattr__
    raise AttributeError(name)
AttributeError: transformed_needs_location

-- 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/clients/jasmine/jasmine.rpy", line 3927, in script call
    call jasmine_contact_showgirl from _call_jasmine_contact_showgirl_1
  File "game/modules/00core/clients/jasmine/jasmine.rpy", line 3939, in script
    if jasmine.transformed_needs_location:
  File "E:\games\mods\WifeTrainerFiles-0.7f-pc\renpy\ast.py", line 1807, in execute
    if renpy.python.py_eval(condition):
  File "E:\games\mods\WifeTrainerFiles-0.7f-pc\renpy\python.py", line 1961, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\games\mods\WifeTrainerFiles-0.7f-pc\renpy\python.py", line 1954, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/modules/00core/clients/jasmine/jasmine.rpy", line 3939, in <module>
    if jasmine.transformed_needs_location:
  File "game/00-wt-classes.rpy", line 879, in __getattr__
    raise AttributeError(name)
AttributeError: transformed_needs_location

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files 0.7f
Thu Sep 12 13:17:08 2019
i get that as well, also get an error when i try to give chelsea the necklace
 

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
the fixes are save compatible, i put them in the game folder, didnt fix it, i put them in the renpy folder, didnt fix
wintersedge91

The files don't go in the renpy folder.
You need to put them here.
WifeTrainerFiles-0.7f-pc\game\modules\00core\clients\jasmine
For Jasmine and here
WifeTrainerFiles-0.7f-pc\game\modules\00core\clients\chelsea
For Chelsea.

If you are still having problems with Jasmine. Then you need to open the console and use the command: add tag 'transformed_needs_location' to jasmine

Edit: Each rpy file has its own respective folder. This goes for the clients, minor characters, and locations.
Edit#2: If you are trying to use the screens.rpy update then you need to put it here: WifeTrainerFiles-0.7f-pc\game
Edit#3: Doing all of this should fix the errors that you have been having.
 
Last edited:

TitanSon

Newbie
Mar 11, 2017
37
12
231
the fixes are save compatible, i put them in the game folder, didnt fix it, i put them in the renpy folder, didnt fix
You have to put them into the game/modules/00core-folder where under the following folders you have to find the char you want to fix for example:

you wanna fix sam the barista you have to get the fixed version for her and put the file into
wifetrainer/game/modules/00core/minor_characters/samantha
and there you have to overwrite the existing file for her ^^

every fix you can get anywhere is a file that already exists .... so if you dont have to overwrite any file you have done something wrong ^^
 
  • Like
Reactions: VikingCrawler

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
Exception when checking review for Alexis:

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/clients/alexis/alexis.rpy", line 5669, in script call
    call alexis_description_display from _call_alexis_description_display_2
  File "game/modules/00core/clients/alexis/alexis.rpy", line 5687, in script
    if alexis.has_tag('continuing_actions') not alexis.has_tag('relationship_status_action_removed'):
SyntaxError: invalid syntax (game/modules/00core/clients/alexis/alexis.rpy, line 5687)

-- 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/clients/alexis/alexis.rpy", line 5669, in script call
    call alexis_description_display from _call_alexis_description_display_2
  File "game/modules/00core/clients/alexis/alexis.rpy", line 5687, in script
    if alexis.has_tag('continuing_actions') not alexis.has_tag('relationship_status_action_removed'):
  File "H:\Games\GOOD GAMES\WifeTrainerFiles-0.7f-pc\renpy\ast.py", line 1807, in execute
    if renpy.python.py_eval(condition):
  File "H:\Games\GOOD GAMES\WifeTrainerFiles-0.7f-pc\renpy\python.py", line 1959, in py_eval
    code = py_compile(code, 'eval')
  File "H:\Games\GOOD GAMES\WifeTrainerFiles-0.7f-pc\renpy\python.py", line 690, in py_compile
    raise e
SyntaxError: invalid syntax (game/modules/00core/clients/alexis/alexis.rpy, line 5687)

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files 0.7f
Mon Sep 16 13:23:10 2019
[/CODE]
 

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
Exception when checking review for Alexis:

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/clients/alexis/alexis.rpy", line 5669, in script call
    call alexis_description_display from _call_alexis_description_display_2
  File "game/modules/00core/clients/alexis/alexis.rpy", line 5687, in script
    if alexis.has_tag('continuing_actions') not alexis.has_tag('relationship_status_action_removed'):
SyntaxError: invalid syntax (game/modules/00core/clients/alexis/alexis.rpy, line 5687)

-- 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/clients/alexis/alexis.rpy", line 5669, in script call
    call alexis_description_display from _call_alexis_description_display_2
  File "game/modules/00core/clients/alexis/alexis.rpy", line 5687, in script
    if alexis.has_tag('continuing_actions') not alexis.has_tag('relationship_status_action_removed'):
  File "H:\Games\GOOD GAMES\WifeTrainerFiles-0.7f-pc\renpy\ast.py", line 1807, in execute
    if renpy.python.py_eval(condition):
  File "H:\Games\GOOD GAMES\WifeTrainerFiles-0.7f-pc\renpy\python.py", line 1959, in py_eval
    code = py_compile(code, 'eval')
  File "H:\Games\GOOD GAMES\WifeTrainerFiles-0.7f-pc\renpy\python.py", line 690, in py_compile
    raise e
SyntaxError: invalid syntax (game/modules/00core/clients/alexis/alexis.rpy, line 5687)

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files 0.7f
Mon Sep 16 13:23:10 2019
[/CODE]
@Klausus

Thanks for the bug report. This has been fixed and a merge request has been put in.
Edit: This file should fix the error.
 
Last edited:

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
this game has animations?
No.
In my opinion not that important for a game like this. When you train girls and deceide for an "action", you usually get rewarded with a new picture an the text is short.
Another game that is similiar and has animations is The Company. I like both games a lot, but i think this one is better anyway, even though the other one has animations. Real porn games with animations tend to use those animations repeadetly for different occations, which makes it kinda boring over time and in many cases the animations don't really fit.

Especially when you take into account how many of the storylines (and therefore girls in the game) are intertwined with each other it would be impossible to find fitting animations.
 

IceKream

Newbie
May 27, 2018
57
70
148
I updated my walkthrough.
- made some parts easier to read/understand
- corrected some false informations
- updated stuff that changed with 0.7f
- added first part for Alexis
You can bang julia the jewelry girl also (as playboy), you just need to continue talking to her until you visit her house. When u visit her at home i think 4 different events play in a certain order- pool, husband w/ her, just her, just her w/ husband approval. As long as the husband isn't with her, you then can convince her to strip and let you have her- meaning the only time you can't fuck her is when the husband offers you to watch.
 
  • Like
Reactions: Klausus

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
what do you mean??
@avin11

When you first open the game, there is an option over on the left labeled Discord. When you click on the option, it will give you an invite to the Discord for the game.

Then when you are on the WT Discord over on the left is a channel for fixed_files. This channel is where you can find fixes for some of the bugs that are plaguing the 0.7f release.

Edit: Eventually, a new 0.7 release will be pushed to the public, but that is up to WT and how many bug fixes/tweaks there have been made since the last version (0.7f).

Edit#2: The 0.8 big release is being worked on in the background to help with save / update compatibility and to provide support to modders and those who want to give a go at making new characters.
 
Last edited:
4.40 star(s) 75 Votes