hagare

Well-Known Member
Mar 27, 2019
1,304
730
288
what do you look for?
basically every possible path and result for each women.
Differences of each trainer type.
Basically a complete walkthrough, but categorized per women.

in short, every possible result for each women and the necessary requirements for it
 
Last edited:
  • Like
Reactions: Storm4n

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,063
395
basically every possible path and result for each women.
Differences of each trainer type.
Basically a complete walkthrough, but categorized per women.

in short, every possible result for each women and the necessary requirements for it
See My for the different states each character can achieve.

As for the trainer types
Natural Dom: Can see a client's submission stat in the client's description. Increases clients' submission gained during sessions. Focuses on BDSM / Fetish content. Bree from the bondage shop can become your slave.

Playboy: Can see a client's desire stat in the client's description. Increases clients' desire gained during sessions. Focuses on Vanilla sex (Footjob, Handjob, Blowjob, vaginal penetration (various positions such as doggy style, missionary, cowgirl), anal penetration (various positions). Rae from the sex shop can be your girlfriend. Can have sex with Amy the Avalon Sales woman (though it leads to a bad end unless you are prepared (you need a lawyer on retainer)),

Hypnotist: Starts with 10 Hypnotism skill. Can see a client's resistance stat in the client's description. Increases clients' resistance changes during sessions. Focuses on hypnotism content. Can change any stat of the client during sessions by using hypnotism. Partial access to Bree. Partial access to Rae, can make Rae your hypno girlfriend.

How to obtain each state for each character you will just have to discover by yourself.
 

hagare

Well-Known Member
Mar 27, 2019
1,304
730
288
See My for the different states each character can achieve.

As for the trainer types
Natural Dom: Can see a client's submission stat in the client's description. Increases clients' submission gained during sessions. Focuses on BDSM / Fetish content. Bree from the bondage shop can become your slave.

Playboy: Can see a client's desire stat in the client's description. Increases clients' desire gained during sessions. Focuses on Vanilla sex (Footjob, Handjob, Blowjob, vaginal penetration (various positions such as doggy style, missionary, cowgirl), anal penetration (various positions). Rae from the sex shop can be your girlfriend. Can have sex with Amy the Avalon Sales woman (though it leads to a bad end unless you are prepared (you need a lawyer on retainer)),

Hypnotist: Starts with 10 Hypnotism skill. Can see a client's resistance stat in the client's description. Increases clients' resistance changes during sessions. Focuses on hypnotism content. Can change any stat of the client during sessions by using hypnotism. Partial access to Bree. Partial access to Rae, can make Rae your hypno girlfriend.

How to obtain each state for each character you will just have to discover by yourself.
ooh thanks
 

nielsen145

Member
Donor
Oct 29, 2019
439
430
193
Wow, that's great! I wasn't aware anyone had done anything of this kind.

Unfortunately Terri's content has been significantly changed since then, but it provides a model for making future guides.
i have tried the marilyn route and worked fine with my current save game
 

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,063
395
This is mostly related to the Labeau mod, but no one answered on that thread

https://f95zone.to/threads/wife-trainer-files-client-mod-convict-labeau-0-1-stan-g.177037/

Basically I´m not sure how to get the drug dialogue option to show up.

Also, is there any way to make the cheats work with the mod added wifes?
Well, the renpy console works with any character.
If you are referring to KingTuT or my Cheatomatic mods, then no, not unless we add them. And if we did, then that mod would have to be required by everyone to use the mod, otherwise a lot of errors of potentially unknown entities would appear (try to move or change a character that does not exist because the player does not have the mod). An alternative would be to create a separate standalone cheat mod for the character, but I would only do that if I actually used the character myself.

For the KingTuT mod, maybe Tristim could just point to the character and has standard cheat stuff for the character, but you would not get anything like tags, since there is no way to just get a list of tags for a character. But I do not even think the KingTuT mods lets you change individual variables.

For my cheat mod, for instance, I scan through the characters actual code and note down each tag and each state, I also do the same for variables. The character file actually have a fairly easy way to get the name of all the variables, but for my mod, I have had to go through all the code and find out if each variable is week related, if it has a limit and if it does what the upper and lower limits are. If if it a variable that has a set number of options, I go through the code to get what these options are. It is a very slow and laborious process. And no, it can not be automated, well the coding I put into my mod is templated (as in semi-automated), once I have the tags and variables in lists and note the type of variable and the possible values. But I still have to manually gather all those. And it is not as simple as simply adding the new variables / tags each update, because sometimes old variables / tags are removed, or they type / usage has changed (with a rewrite of the character's story).


IF you know the characters shorthand and the desired variable, it is as easy as typing character_shorthand.variable = value;
EG. becky_sue.language = 4
EG. lauren.want_spanking = True <-------- Yes there are boolean variables on some characters, though on newer content most boolean variables are handled through tags.

Adding tags can be done like this shorthand.add_tag('TAGNAME')
EG elsa.add_tag('done_handjob'),
Removing tag elsa.rem_tag('TAGNAME')
EG elsa.rem_tag('done_handjob')
 

bsnook981

Newbie
Aug 10, 2018
55
21
98
For those playing on Joiplay, install the plugin for Renpy 7.7.1 and set the settings to Renpy (Python 2). No need to uninstall other plugins.
Hi,
I don't know where to find this in the settings. I don't see anything that says I can choose what plug-in gets used when I open a specific game. Do you have some pictures?

I can get it to work with 7.7.1, but it requires uninstalling all other renpy plugins.
 

Swiver

Well-Known Member
Sep 13, 2020
1,042
1,077
306
Err... guys... help! All of a sudden I don't see the executable.. pretty sure I haven't deleted it. WTF?!

nvmnd I guess it was defender or antivirus doneint...
 
Last edited:

Swiver

Well-Known Member
Sep 13, 2020
1,042
1,077
306
Man this game... just haunting.

I really wish there's more guides, if anyone is up for it... I know going with it is part of the joy but it's like I always have an eye out on what I might have missed. If I knew the points of divergence I'd be better able to enjoy the path I'm on, secure that I can go back and explore the others.

Anyway, I got one basic straightforward question: does each trainer have limited possible paths/ends/content or is the effect purely on what's easier to get given the bonus?
 

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,063
395
Man this game... just haunting.

I really wish there's more guides, if anyone is up for it... I know going with it is part of the joy but it's like I always have an eye out on what I might have missed. If I knew the points of divergence I'd be better able to enjoy the path I'm on, secure that I can go back and explore the others.

Anyway, I got one basic straightforward question: does each trainer have limited possible paths/ends/content or is the effect purely on what's easier to get given the bonus?
If you do not cheat, then yes each player type has access to content exclusive to that player type. For instance, The Natural Dom is the only player type that has access to full content with Bree the Bondage Clerk. The Playboy has exclusive access content to Rae the Sex Store Clerk. The Hypnotists have access to limited (and different) content from both Bree and Rae.
For clients some content is also exclusive to player type. For instance, Terri has an exclusive content path for the Hypnotist (Hypno Assistant).
 
  • Like
Reactions: Swiver

kristoqwazy

Newbie
Aug 23, 2017
35
27
160
I wonder if deepseek could be used to write a walkthrough, but you'd have to copy the code for each client and erase the flavor text for it to fit
1737806374984.png
 

Swiver

Well-Known Member
Sep 13, 2020
1,042
1,077
306
If you do not cheat, then yes each player type has access to content exclusive to that player type. For instance, The Natural Dom is the only player type that has access to full content with Bree the Bondage Clerk. The Playboy has exclusive access content to Rae the Sex Store Clerk. The Hypnotists have access to limited (and different) content from both Bree and Rae.
For clients some content is also exclusive to player type. For instance, Terri has an exclusive content path for the Hypnotist (Hypno Assistant).
Enjoy (and take breaks)!

Alright alright,
Semei's right:
Don't know how to feel;
Risk rot and stay,
Or yearn far away?

I can't see the matrix,
Codes or the paths,
But there's a bag of tricks
He opens sometimes_
And a sweet bell chimes.

There they go!
You didn't know
How long they've been at it;
The Trainer and Tree,
Semei at the pulpit.

Thanks were long due,
But you didn't know;
The shine! The dew! It all looks new!
Three and the tester-frontline
Keep making it shine. They makin' it shine!

Didn't mean to be rude;
I just let greed intrude.
Who'd hate being lost
When this maze of old
Is so full of gold?!

Here is a call
To one and all:
Hold fast and trust!
(With eyes drops and gum)
You can and you must!

Be glad that it's ok to ask
When there's a hard task.
Plus Tristim's there!
And do give thanks...
Between wanks.
 
  • Like
Reactions: Semeicardia

shoty

Newbie
Apr 27, 2017
33
27
240
Just wondering, I checked Discord and realized that this game makes yearly releases now. Is this oficial? Last time I though it was abandoned
 

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,063
395
Just wondering, I checked Discord and realized that this game makes yearly releases now. Is this oficial? Last time I though it was abandoned
We, the Wife Trainer Files team, have abandoned F95 as a support platform. The updates are roughly every 8 months or so, which means the game usually gets marked as abandoned. The game is likely to receive the abandoned tag in April as it will then be more than 6 months since the last update. We are probably looking at May or June for the next update.
 

shoty

Newbie
Apr 27, 2017
33
27
240
We, the Wife Trainer Files team, have abandoned F95 as a support platform. The updates are roughly every 8 months or so, which means the game usually gets marked as abandoned. The game is likely to receive the abandoned tag in April as it will then be more than 6 months since the last update. We are probably looking at May or June for the next update.
Cool, It´s a great game, I´ll stay tuned on Discord then!
 
  • Like
Reactions: Swiver

kristoqwazy

Newbie
Aug 23, 2017
35
27
160
We, the Wife Trainer Files team, have abandoned F95 as a support platform. The updates are roughly every 8 months or so, which means the game usually gets marked as abandoned. The game is likely to receive the abandoned tag in April as it will then be more than 6 months since the last update. We are probably looking at May or June for the next update.
nice to hear, but I'm going to assume this post was written in "royal We". Because it's funnier that way
 
  • Haha
Reactions: Swiver
4.40 star(s) 75 Votes