mattius77

Well-Known Member
May 16, 2017
1,782
1,489
355
Hmm, just loaded 0.7b and the add_item thing seems to be broken. The command that I was (successfully) using prior was 'player.add_item(lingerie)' (or (butt_plug) or (dildo), etc you get the idea), which now triggers 'TypeError: 'item' object is not callable, and the new syntax of 'add 1 transformation_potion to player' produces the same TypeError.

Also, I can no longer buy stuff at any of the stores.

Then again, I'm using an existing save from 0.7a, which could be the problem.
 

DigitalBonsai

Newbie
Game Developer
Jul 5, 2019
49
108
184
Saves are not backwards compatible.
After we do a final 0.7 release we'll try to keep saves compatible till 0.8 probably. No promises, thou :D
 
  • Like
Reactions: scarfer

Fstop

Newbie
Dec 29, 2016
84
47
142
Saves are not backwards compatible.
After we do a final 0.7 release we'll try to keep saves compatible till 0.8 probably. No promises, thou :D
Is there some place where all the currently reported bugs for .7b can be seen. I'm guessing the best place is the discord, but if there some-kind of list sorted by character that be super convenient.
 

scarfer

Active Member
Nov 4, 2017
776
386
288
WT is supposed to release another fix version sometime this week.
The problem is if SOS is set too high and desire is also set high Chelsea won't slim down and you won't completed the training successfully as her desire for change will be too low.

I don't know the actual mechanics but i think the ratio of deisre and sos may change the hidden Chelsea stat (Desire for C).

I couldn't figure out why Chelsea had stopped modelling the lingerie during the client section, but it was because her SOS was too high. Once I reverted it back to ~20 she would start modelling again and I could completed the assignment successfully.
Slimming down isn't the only option with Chelsea. Which is why some people are wondering about SoS with her. You can choose one, either SoS or Desire, and succeed. I think the threshold is ~50. One score at or better than that will succeed to get her Toned (desire) or BBW (SoS). If BOTH (or neither) are at/above the threshold amount, she will end up as indecisive about herself as she was initially, and you'll fail her training.

Desire shouldn't affect how much Chelsea's willing to do with the MC, like other characters.
 

dawnir

Newbie
Sep 12, 2017
18
9
127
for some reason calling on some of the extra women seems to lock out the ability to right click options. With both Gloria and Geri after i completed their scenes I could no longer move forward. Had to rollback, tried multiple times after different other activities to see if that helped and it did not.

is there a console command to advance to a new day or something? maybe force it to reset ?
 

ninjasmurf73

Newbie
Nov 18, 2017
84
80
147
View attachment 333395

Overview:

Your business is to work with women to help them change. Success with clients increases your reputation, providing you the opportunity to work with additional clients. Continuing actions may also be available with former clients, depending on your level of success when training them.

You don't have permission to view the spoiler content. Log in or register now.


Thread Updated: 2019-07-05
Release Date: 2019-07-04
Developer: WifeTrainer
Censorship: None
Version: 0.7b
OS: Windows, Linux, Mac
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Console Commands:
You don't have permission to view the spoiler content. Log in or register now.

This is effectively a public playtest version. Please do not download unless:

  • you understand that the game may crash on you at any time (the core engine is stable, but there's a ton of content and therefore lots of places where human errors may be lurking, as yet undiscovered)
  • you are willing to share bug reports, either here or at the Discord site that can be linked to from the opening game splash screen

DOWNLOAD
Win/Linux: - - - -
Mac: - - - - -
Win: 0.6c RAGS version - - -

Extras:
COMPRESSED - WALKTHROUGH - MOD

View attachment 333413 View attachment 333414 View attachment 333415 View attachment 333416
Thanks for rescuing this great game from RAGS and converting it to Renpy. Do not if this has been posted but I have come across two glitches so far. 1) downtown locations on right side of interface --can barely see bree's shop and home and once introduced to mafia female boss (maria?) cannot access button for home and stuck in downtown 2) when hypnotizing realtor geri in her office game completely locks up, talking to her does not lock up game
 
  • Like
Reactions: Lord_Raven

Frostberg07

Newbie
Feb 7, 2019
72
95
113
I get this if I try to hypnotise or talk to Dee after the first encounter:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 196, in script call
    call day_loop from _call_day_loop
  File "game/script.rpy", line 207, in script call
    call core_loop from _call_core_loop
  File "game/script.rpy", line 284, in script call
    call expression label from _call_expression
  File "game/modules/00core/clients/donna/donna.rpy", line 6627, in script call
    call dee_visit from _call_dee_visit
  File "game/modules/00core/clients/donna/donna.rpy", line 8579, in script call
    call dee_visit_chat from _call_dee_visit_chat_1
  File "game/modules/00core/clients/donna/donna.rpy", line 8854, in script
    menu menu_dee_visit_chat:
  File "game/modules/00core/clients/donna/donna.rpy", line 9196, in <module>
    "Take her to your dungeon" if dee.dom_domination_count == 2:
  File "game/00-wt-classes.rpy", line 865, in __getattr__
    raise AttributeError(name)
AttributeError: dom_domination_count

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

Full traceback:
  File "game/script.rpy", line 196, in script call
    call day_loop from _call_day_loop
  File "game/script.rpy", line 207, in script call
    call core_loop from _call_core_loop
  File "game/script.rpy", line 284, in script call
    call expression label from _call_expression
  File "game/modules/00core/clients/donna/donna.rpy", line 6627, in script call
    call dee_visit from _call_dee_visit
  File "game/modules/00core/clients/donna/donna.rpy", line 8579, in script call
    call dee_visit_chat from _call_dee_visit_chat_1
  File "game/modules/00core/clients/donna/donna.rpy", line 8854, in script
    menu menu_dee_visit_chat:
  File "D:\Apps\MEGAsync\WifeTrainerFiles-exElsa0.7b-pc\renpy\ast.py", line 1609, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Apps\MEGAsync\WifeTrainerFiles-exElsa0.7b-pc\renpy\exports.py", line 943, in menu
    condition = renpy.python.py_eval(condition)
  File "D:\Apps\MEGAsync\WifeTrainerFiles-exElsa0.7b-pc\renpy\python.py", line 1961, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Apps\MEGAsync\WifeTrainerFiles-exElsa0.7b-pc\renpy\python.py", line 1954, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/modules/00core/clients/donna/donna.rpy", line 9196, in <module>
    "Take her to your dungeon" if dee.dom_domination_count == 2:
  File "game/00-wt-classes.rpy", line 865, in __getattr__
    raise AttributeError(name)
AttributeError: dom_domination_count

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files exElsa0.7b
Mon Jul 08 15:07:41 2019
 

BatmanTheShot

Newbie
May 14, 2018
85
18
126
So, when I hypnotize certain characters in certain places (ie. Geri at my house after having the session with Lauren) the game doesnt allow me to click on any part of the GUI, but I can still operate the default RenPy part of the game easily (I can still save and go to settings but I cant ie. change locations or call anyone).

Is there a fix for this before it gets patched or do I have to wait for a patch?

EDIT: for those wondering, the fix seems to be to just dismiss the character (through the console) which caused the issue, in my case its Geri.
 

mattius77

Well-Known Member
May 16, 2017
1,782
1,489
355
Having the same issue with Geri. I can call her over to the house and do sex stuff with her, then the UI just becomes totally INOP. And there's no option to interact with her in her office once she's 'unlocked'.

Also, is there a way to re-set a client? I lost track of my progress with Alexis, and inadvertently advanced time to the end of her engagement before I completed her training.
 

mattius77

Well-Known Member
May 16, 2017
1,782
1,489
355
As a friendly suggestion, it might be a good idea to change the font color for Fairyn's text. The purple against the dark gray background is really hard to read.
 
  • Like
Reactions: scarfer

scarfer

Active Member
Nov 4, 2017
776
386
288
If a character 'locks' your ability to do anything, try

dismiss <character>

That can sometimes correct the problem.
As for resetting a client, I don't think you can start over once you've completed their training time. Go to the autosaves page and see if you have one from before her end date and you can extend her training period.
 

BatmanTheShot

Newbie
May 14, 2018
85
18
126
Encountered the same problem with Gloria after inviting her to my house for the first time. Dismissing her works this time as well.
 

mattius77

Well-Known Member
May 16, 2017
1,782
1,489
355
Also getting an error with Dee once Donna's training ends. She texts you that she's around, and if you invite her over the game errors out as soon as you try to talk to her (either directly or after getting through the hypno stuff). Got her path to sex with her professor before Donna's training ended.
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,484
617
weird I had Chelsea basically fully trained out of fattydom so i concentrated on another client for a bit then Chelsea's training period ran out and the game tells me I failed to fix her. So i reloaded an autosave from before her time ran out and at some point her her desire and sos stats had reset to very low yet her resistance stayed what it was when i had her fully trained
 

GabbuXul

Newbie
Oct 20, 2017
44
31
220
Eayz3n and andrest07 If you want it fixed before the next patch, go to game/modules/00core/clients/donna/ and open donna.rpy in notepad++. Go to line 9196 and change dom_domination_count to dom_discussion_count, save, and start the game. Worked for me after that.

However, I will warn you that Dee is still broken in other places. If you send Marilyn after her, the next time she's over and telling you what happened, all of the images are missing.
 

MrKriegsmarine

New Member
Jan 3, 2019
2
0
49
I haven't quite figured out the exact circumstances, but if I see Lauren on Wednesday of week 14, she doesn't leave. It moves on to Thursday but I can't interact with her, and I can't go anywhere.
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,484
617
I haven't quite figured out the exact circumstances, but if I see Lauren on Wednesday of week 14, she doesn't leave. It moves on to Thursday but I can't interact with her, and I can't go anywhere.
open the console and type "dismiss lauren" (no quotes obviously) that'll fix it tho it might only be temporary depending on what might actually be causing the problem
 

scarfer

Active Member
Nov 4, 2017
776
386
288
weird I had Chelsea basically fully trained out of fattydom so i concentrated on another client for a bit then Chelsea's training period ran out and the game tells me I failed to fix her. So i reloaded an autosave from before her time ran out and at some point her her desire and sos stats had reset to very low yet her resistance stayed what it was when i had her fully trained
Yeah, I believe there's a trigger that will force an autofail or stat reset if you don't train a client for a couple weeks. Or maybe there is now and it's not supposed to be there.
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,484
617
custom slave naming only works for Bree trying to rename any other girl you have as a slave will apply whatever bree's current name setting is regardless of what you type into the prompts. Hell if you try it when you don't even own Bree it asks if you wanna rename them "Bree the shop girl" every time lol
 
4.40 star(s) 75 Votes