VikingCrawler

Member
Donor
May 18, 2018
267
147
Exception
When Sam leaves town, got kidnapped, whatever (after pimping her out three times), and you go to the coffee bar.

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/locations/coffee_shop.rpy", line 100, in script
    $ samanatha.status = 'unavailable'
  File "game/modules/00core/locations/coffee_shop.rpy", line 100, in <module>
    $ samanatha.status = 'unavailable'
NameError: name 'samanatha' is not defined

-- 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/locations/coffee_shop.rpy", line 100, in script
    $ samanatha.status = 'unavailable'
  File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "H:\Games\NEU\WifeTrainerFiles-exElsa0.7d-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/modules/00core/locations/coffee_shop.rpy", line 100, in <module>
    $ samanatha.status = 'unavailable'
NameError: name 'samanatha' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files exElsa0.7d
Sun Jul 21 23:34:48 2019
[/CODE]
@Klausus
Try this and see if the exception occurs. Just put it here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\locations
Removed old files.
 
Last edited:
  • Like
Reactions: Klausus

Klausus

Member
Game Developer
Feb 27, 2019
445
241
VikingJohn
very nice, coffee shop solved

I discovered another BUG with Donna:

As said before, Bimbo training with Donna is possible without asking Julia beforehand. Now i discovered, when i asked Julia, icannot do Bimbo training with Donna. It's wasn't the same playthrough, therefore i cannot tell if it's interdependent or if therer are other requirements (but if so, why does the game give me false information?).

EDIT: I reloaded, and it's really the wrong way around. When you talked to Julia about beeing a Bimbo, but without asking for help, you can train Donna. If you ask her before training (a week in advance), you got the message you should ask for an experienced Bimbo first ...
I just clicked through weeks without doing anything, always the message i shold ask. Since i have asked, the option to ask Julia isn't available anymore.
 
Last edited:

Klausus

Member
Game Developer
Feb 27, 2019
445
241
Since i have played the game now for a short but intensive while, i wanted to give my opinion:

I really like it, because it IS a game (most adult games are only linear stupid click-thrue "games") and a good one on top of it.

What i don't like is, that it feels like you have to rush through your clients. There are interesting side-storys and people playing the game just once or twice will miss a lot of content because of this. Especially when you take into account that people will make errors and mismanage their energy and money. Even when i play and i know what to do, managing every point of energy and money to the last, i don't "swim" in money.

When you deceide to not answer a call and wait a few weeks, the calls keep coming in and you are "overloaded" with clients. I think that mechanic should be changed, because you either have to take what comes and have to rush through, or you will miss clients because you didn't take them. But that's not a good option, because there aren't that many girls (yet?).

I discovered, when i just skip Elsa and not take the prestige, the game is way more enjoyable (and a little easier). Because then i have to train only 2 girls at a time (of which i can delay one). After i finished them, i can train the next 2 girls and delay the 3rd as long as possible.
When Elsa will be in the game, that's not possible anymore and it propably will feel like a rush again (even though you can delay 1 of the 3 girls).
 

VikingCrawler

Member
Donor
May 18, 2018
267
147
VikingJohn
very nice, coffee shop solved

I discovered another BUG with Donna:

As said before, Bimbo training with Donna is possible without asking Julia beforehand. Now i discovered, when i asked Julia, icannot do Bimbo training with Donna. It's wasn't the same playthrough, therefore i cannot tell if it's interdependent or if therer are other requirements (but if so, why does the game give me false information?).

EDIT: I reloaded, and it's really the wrong way around. When you talked to Julia about beeing a Bimbo, but without asking for help, you can train Donna. If you ask her before training (a week in advance), you got the message you should ask for an experienced Bimbo first ...
I just clicked through weeks without doing anything, always the message i shold ask. Since i have asked, the option to ask Julia isn't available anymore.
@Klausus
I think I managed to fix the label error. You can put the file here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\minor_characters\bree

Can you provide a save of right before trying to make Donna a bimbo? If you haven't gone past it already that is.

Edit: I think I was able to fix the error that you were having with asking Julia to train Donna. You will need to update two rpy files for the fix.
The first one is Donna's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\clients\donna.
The second one is Julia's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\minor_characters\julia.
NOTE: Make sure to replace both of the edited rpy files or it will cause an error.

Edit: I am working on the code as another error has occurred.


Edit: The fix for Donna only works if you update the files and then ask Julia to train Donna. If you use a save where you have already asked Julia then it won't work. So, the easiest way is to use a new save or a save where you haven't started Donna's bimbo content.
You will need to update two rpy files for the fix.
The first one is Donna's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\clients\donna.
The second one is Julia's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\minor_characters\julia.
NOTE: Make sure to replace both of the edited rpy files or it will cause an error.

Edit: Here is a new fix to Donna's bimbo content. This fix requires updating the donna.rpy and the julia.rpy.
If you used the last update to edit julia.rpy please use this new julia.rpy file to revert it.

So just to make sure, please update both donna and julia files again. Thank you.
The first one is Donna's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\clients\donna.
The second one is Julia's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\minor_characters\julia.

Removed old files
 
Last edited:
Apr 23, 2018
230
65
I've played this game on rags awhile back. So I figured I'd try the windows version. It starts up fine but as soon I try and start the game it crashes.
 

VikingCrawler

Member
Donor
May 18, 2018
267
147
I've played this game on rags awhile back. So I figured I'd try the windows version. It starts up fine but as soon I try and start the game it crashes.
@masterpyromancer
Does it give you an error log? Also, have you edited any of the files? If so, which ones.

If you are using the WifeTrainerFiles-exElsa0.7d base game without any rpy edits. It should start right up with no problems.
 

Alteni

Engaged Member
Jan 23, 2018
2,564
5,516
Hi, can some one tell me if its worth To play this game , its the first time trying a real porn game :unsure: i dont like a complicated game wk
 

VikingCrawler

Member
Donor
May 18, 2018
267
147
Hi, can some one tell me if its worth To play this game , its the first time trying a real porn game :unsure: i dont like a complicated game wk
@Alteni
If you like slave management games, then yeah it is a pretty good game. As of now, the game is being ported from Rags to Renpy. There are quite a few bugs, though, but if you are willing to put up with some errors, it is pretty good.
 
  • Like
Reactions: Alteni
Apr 23, 2018
230
65
@masterpyromancer
Does it give you an error log? Also, have you edited any of the files? If so, which ones.

If you are using the WifeTrainerFiles-exElsa0.7d base game without any rpy edits. It should start right up with no problems.
It does give an error log, but all I did was upzip the game and I played it as is. I haven't made any changes to it yet. I just double click on the .exe, and it starts right up. As soon as I click WT original and hit start I get a big grey error log.
 

VikingCrawler

Member
Donor
May 18, 2018
267
147
@masterpyromancer
What does the error log say? Also, make sure that WT core is selected. It should be the only one that is highlighted gold/yellow. Unless, you decide to use any mods.
 
Last edited:

Mystborn

New Member
Apr 30, 2017
9
0
Sorry if someone has asked this before, but does anyone know how to do the Terri Breast Expansion content? I've gotten dialogue when you try the tit job option, but don't know what to do from there. The transformation potion only offers Man or Slavegirl for her.
 

VikingCrawler

Member
Donor
May 18, 2018
267
147
Sorry if someone has asked this before, but does anyone know how to do the Terri Breast Expansion content? I've gotten dialogue when you try the tit job option, but don't know what to do from there. The transformation potion only offers Man or Slavegirl for her.
I haven't gotten it, but from what I have seen, you have to get her interest in getting a boob job as high as possible. Then when her training is done, if her interest is high enough, she should get a boob job. I think there are also a couple of other requirements that need to be met. I believe this can also lead to her doll content.
 
Last edited:

mattius77

Well-Known Member
May 16, 2017
1,647
1,262
On Terri's first visit, when you tell her what men like, choose 'big boobs' (or whatever the text is). Build up all her stats, every visit talk to her about everything but stop before trying to talk her into being a lesbian. Train her in new sexual positions every time, no hypnosis, and then complete her training and ask her to come over. Every visit, choose "talk to her" or whatever it says, then mention the boob job. There are I think four or five variations on the conversation for subsequent visits (which you can do in one visit, just choose the line again and again [there's a glitch where it allows for follow on conversations without her leaving, so you can knock that out in just a few mouse clicks]), then advance a week and the next time she comes back she has BEWBS. Suggest you have sex (which is actually kind funny dialogue, so I won't post it), and then on subsequent visits, you can not only have ongoing sexy boom boom with her, she pays you for ongoing training. You'll have dialogue options each time to progress her further (self-explanatory) down that path (which I think is more Bimbo than Doll).
 

Punkreas

Active Member
Aug 11, 2017
727
939
Need a better guide without Elsa, the wt posted here is full of flaws because we don't have elsa in the game
 

VikingCrawler

Member
Donor
May 18, 2018
267
147
@Klausus
If you haven't seen the update to my last post about Donna.
Here is a new fix to Donna's bimbo content. This fix requires updating the donna.rpy and the julia.rpy.
If you used the last update to edit julia.rpy please use this new julia.rpy file to revert it.

So just to make sure, please update both donna and julia files again. Thank you.
The first one is Donna's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\clients\donna.
The second one is Julia's rpy which you can place here: WifeTrainerFiles-exElsa0.7d-pc\game\modules\00core\minor_characters\julia.

It also requires that you either have a new save or a save where you haven't asked Julia to train Donna.

Thank you.

Removed old files.
 
Last edited:
  • Like
Reactions: Klausus

Xorgroth

Well-Known Member
Modder
Oct 12, 2017
1,091
1,119
Just realized that you can dismiss Terri as your doll. Damn it, guess I have to cheat her back into place now. :p
 

VampLena

Newbie
Jun 19, 2019
46
94
I'd like to add, I ran into the thing Klausus did with the coffee shop when the 3rd client wants to kidnap Sam. The fix by Viking stopped the Error, but there does not seem to be any way to continue it, which is strange, because if you choose to talk to Sam instead of Marilyn, that branch fires off correctly, and you get the waterfront scene, but trying to save her does not seem to work.

Is that a bug? Or am I missing something?
 
4.40 star(s) 67 Votes