plannn

New Member
Aug 6, 2018
2
3
190
plannn
THAT... can be annoying, I know.

If windows key + ctrl + enter won't turn it off... are you sure, it's the Screen Narrator?

Ren'Py has a similar function, called Self-Voicing. It uses the Microsoft Speech API, which is also used by the Windows Screen Narrator... and therefore sounds the same as the Screen Narrator. ;P

...Well, unless there's another voice set for the game than Screen Narrator...

Anyway, that one (obviously) won't get disabled (or enabled) by the shortcut key for the Screen Narrator. Try the "v" key instead, it's the key that toggles Self-Voicing.
Thanks that did the trick!! :)
 

Suryujin

Member
Oct 6, 2017
301
192
219
windowshopper
You can change the day well enough through console, by using "day = #". 1-5 are Monday-Friday, 6 would be weekend, but it's not exactly playable.

"Fixing" it, as in it doesn't change when the day ends?... With a cheat mod, probably. Don't know how to enable the mod after having already started a game, though.

Without a cheat mod or constantly setting the day to the one you want? If there's a way, I couldn't find it. I thought I did see something like that, but... either it's gone or I'm overlooking it.
 

ssegrub

Newbie
Sep 2, 2017
65
15
169
console commands for girlfriend event weeks:

elsa.relationship_event_week=x
chelsea.event_week=x
hannah.visit_week=x
jasmine.relationship_week=x
 

momentarilydepraved

New Member
Sep 5, 2019
12
13
54
Is there another route for Terri the Good Girlfriend beside making her lesbian (playing as a natural dom)? I'm stuck with this girl, whatever I try she almost never changes her stats. Thanks.
 

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
Is there another route for Terri the Good Girlfriend beside making her lesbian (playing as a natural dom)? I'm stuck with this girl, whatever I try she almost never changes her stats. Thanks.
I have started a Walkthrough, but iam by far not finished yet. Here is what i have for Terri:

Slavegirl
To become an obedient slave girl (via transformation potion) and fullfill the training requirements, you have to lower her resistance immensely, increase her obedience and increase her sense of self.
I haven't tried with neither Playboy nor Hypno and iam not sure if they are able to rise submission high enough.
Needed: Lingerie, Anal Plug, Ball Gag, Transformation Potion (after training)
GreatInTheSack -> training -> mouth -> practize
talk -> cheerleaderoutfit -> practize
talk -> training -> practize
talk -> training -> oral/finger -> practize
give anal plug
talk -> training -> oral -> practize
talk -> training -> fucking -> practize
talk -> training -> fucking -> practize
talk -> training -> fucking/bondage/gag -> new acts
talk -> training -> fucking/lick ass -> new acts
talk -> training -> fucking/anal
After traing call her, talk and give her transformation potion. Now you can chose between man and slave girl.

Doll
Boobs
You have to raise stats, practize for oral and later train new sex acts for sex.

Lesbian, girly (Marylin)
Very interesting for Hypno, since he can increase his psychic abilities afterwards (With the watch from Dark Arts Store he can change resistance by 16).
For Dom maybe a collar tamer (or potion) would be interesting, but since he has an additional transformation potion from letting Bree work at the club anyway, it's not needed that badly.
talk -> lesbian -> training -> face -> practice
talk -> perversion -> training -> youthfulness
give cheerleader outfit
talk -> boyfriend -> pleasure -> youthfulness
talk -> tongue -> cheerleader -> youthfulness
talk -> lesbian -> training -> youthfulness
talk -> lesbian -> wrong -> training -> further -> fuck -> youthfulness
forgot to wrote down how to finish, but at this point it should be easily done.

PS: Sorry, iam still not able to use the spoiler function properly :(
 
  • Like
Reactions: momentarilydepraved

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
What is the best outcome with Dominique ("let her drink yours" or "send her back"?). Is it possible to get her as a slave?

Someone knows if the IOU from Marilyn is good for something? Maybe it isn't implemented yet?
 

AlienAnal

Active Member
Aug 19, 2017
689
275
188
pretty nice game : ) hey can you get every girl in the game in that former thing like chelsea so you can meet them again and smash
 

hagare

Well-Known Member
Mar 27, 2019
1,299
729
288
hagare

This has been fixed. Look for the fixed file over on The Wifetrainer Files Discord.
Use the new jasmine.rpy file to replace your old one.
Then in the game, open the console and use the command add tag 'transformed_needs_location' to jasmine
After doing this it should work properly.
tried adding add tag 'transformed_needs_location' to jasmine, got syntax error lols
still fixed though
 

avin11

Newbie
Oct 30, 2017
65
8
47
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
 

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
Someone has some insights on the training of Alexis?
I find her rather boring and therefore haven't had the patience to try/load her. But i really have no clue how to manage through her talking and activate different paths (are there?).

EDIT: Is it possible that Sarah is somwhat messed up since 0.7f? Or did it fix errors before?
Because now it's possible to meet her at weekend, talk to her and train her afterwards. But i wasn't able to trigger the dildo-event.
Maybe it's just me, because Sarah is one of the difficulter girls in my opinion.
 

lnppo

Active Member
Jun 23, 2018
982
2,563
447
Can someone give me a walkthrough for this game?
Everyone seems to be talking about modding the game. To the developer this should be a red flag that people aren't able to get done with what they need to get done with in the amount of time provided. Not having a "back" button to change mistakes also really hurts it.
If you make bad choices there are consequences. If you prefer a more chill experience that doesn't require critical thinking that is one of the reasons there are/will be mods.
 

mattius77

Well-Known Member
May 16, 2017
1,782
1,489
355
Someone has some insights on the training of Alexis?
I find her rather boring and therefore haven't had the patience to try/load her. But i really have no clue how to manage through her talking and activate different paths (are there?).

EDIT: Is it possible that Sarah is somwhat messed up since 0.7f? Or did it fix errors before?
Because now it's possible to meet her at weekend, talk to her and train her afterwards. But i wasn't able to trigger the dildo-event.
Maybe it's just me, because Sarah is one of the difficulter girls in my opinion.
I suggest using the console to set

alexis.training_period=99
sarah.training_period=99

Then just go bonkers trying different choices.

In order to progress with Sarah at the weekend, you need to have purchased the ceiling mirror for your Boudoir. The following weekend, if you've had a successful training session with her that week, you have anal sex with her. (The idea is you let her watch herself, that way she'll become more accepting of the idea of letting others watch her.)
 
  • Like
Reactions: Klausus

Victor069

Member
Jun 6, 2018
127
172
230
Is it possible, that Nicole (the Neighbour) will leave her Husband for you (or become your sub), without using the WillTamer or Transformation Potion?
 
  • Like
Reactions: Xenoblade666

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
I suggest using the console to set

alexis.training_period=99
sarah.training_period=99

Then just go bonkers trying different choices.

In order to progress with Sarah at the weekend, you need to have purchased the ceiling mirror for your Boudoir. The following weekend, if you've had a successful training session with her that week, you have anal sex with her. (The idea is you let her watch herself, that way she'll become more accepting of the idea of letting others watch her.)
I did that with Sarah, but it didn't work like that. I had ceiling mirror, anal plug, dildo and more but there was no progress, even though her resistance was very low, she was submissive and had quite some desire too. I even managed to complete training before time was up, but i never got the event.
 

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
I found a bug with Fairyn BJ training:
You receive 2 messages and therefore can do the exactly same training twice in a row.
 

Klausus

Member
Game Developer
Feb 27, 2019
445
243
112
I wanted to show you how the save games look like since 0.7f. I really don't like it, because it's unclear and makes finding save games inconvinient.

All save games except the last ones are named. You can't read the naming of the first and second row, the naming in the last row cuts the border.
It's not a big deal if i just play the game from beginning to end, but espiacially when i want to test things for bugs and stuff, i have to reload at certain points or keep special saves. Just not possible at the moment.
 

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
I found a bug with Fairyn BJ training:
You receive 2 messages and therefore can do the exactly same training twice in a row.
Klausus
This has been taken care of and rolled into the next release.

I wanted to show you how the save games look like since 0.7f. I really don't like it, because it's unclear and makes finding save games inconvinient.

All save games except the last ones are named. You can't read the naming of the first and second row, the naming in the last row cuts the border.
It's not a big deal if i just play the game from beginning to end, but espiacially when i want to test things for bugs and stuff, i have to reload at certain points or keep special saves. Just not possible at the moment.
Klausus
I have let DB know of the issue that you are having with the UI. Hopefully, they can take a look when they get a chance.
Edit: This has been fixed already. Here is the screens.rpy place it in your game folder and let it overwrite the old rpy.
This should fix your problem.
 
Last edited:
4.40 star(s) 75 Votes