Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
Any idea when more for Kitty will be added?
Probably not for a very long time unless Wifetrainer fits her into one of the clients' stories. The long term plan is to finish artwork upgrades and post-training content for the remaining clients that have not received those. I believe the order is Alexis -> Terri -> Elsa, though Wifetrainer might change his mind about the order.
 

scarfer

Active Member
Nov 4, 2017
776
386
288
For some reason, my game won't work. It'll start to open the game and then it'll crash.
Here is what the folder that the game is in looks like, none of the mods have been installed yet.
Could someone please help me figure this out? View attachment 1224047
What operating system are you using? Which .exe are you trying to run? Because the -32 is for 32 bit Windows, and the other is for 64 bit. While the 32 should run on 64 bit, the opposite won't work.
 
  • Like
Reactions: Semeicardia

LeakAngel

Milk junky
Donor
Jun 20, 2018
180
138
258
Hey,

The game's a charm, big up to the people working on it and the ones adding content (mods and such) to it.
I've read that there was a wiki, is it live or still work in progress? I kinda need a character walkthrough to reach some paths I can't find by myself ^^

KIU
 

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
Hey,

The game's a charm, big up to the people working on it and the ones adding content (mods and such) to it.
I've read that there was a wiki, is it live or still work in progress? I kinda need a character walkthrough to reach some paths I can't find by myself ^^

KIU
There is a walkthrough linked in the original post, but it is very incomplete and not up-to-date at all. The wiki is very much still being worked on but is far from ready for public consumption.
 

Link12201

New Member
Sep 23, 2018
7
3
145
What operating system are you using? Which .exe are you trying to run? Because the -32 is for 32 bit Windows, and the other is for 64 bit. While the 32 should run on 64 bit, the opposite won't work.
Windows 10, and Ive tried running both normally and as an admin and it still doesn't work.
 

LeakAngel

Milk junky
Donor
Jun 20, 2018
180
138
258
There is a walkthrough linked in the original post, but it is very incomplete and not up-to-date at all. The wiki is very much still being worked on but is far from ready for public consumption.
Too bad. I'll be patient and try finding my answers in the current walkthrough while the wiki is being worked on.
Thanks!
 
  • Like
Reactions: Semeicardia

scarfer

Active Member
Nov 4, 2017
776
386
288
Windows 10, and Ive tried running both normally and as an admin and it still doesn't work.
Then, if you haven't already, I'd suggest checking WifeTrainer's Discord and seeing if someone there had the same problem and can lead you to a solution. I have Win 10 64 bit and haven't had a problem getting it to run. The only other thing I can think of is deleting every bit of your current install of WT off your machine, then redownload and extract the zip, hoping that you just ended up with a corrupted download.

Good luck
 
  • Like
Reactions: Semeicardia

ubblesnop

Active Member
Sep 1, 2018
681
1,232
350
The only other thing I can think of is deleting every bit of your current install of WT off your machine, then redownload and extract the zip, hoping that you just ended up with a corrupted download.
I had a similar problem once, and this was the solution. What happened, in my case, was that the extraction process had been interrupted before it could finish.
 
  • Like
Reactions: Semeicardia

DigitalBonsai

Newbie
Game Developer
Jul 5, 2019
49
108
184
Hey, people. Hope you are enjoining the new update.

Discord has designated our server as NSFW. Which mostly means that people on IOS devices won't be able to get in easily.
is a link that might help you if that is the case.
 

themagiman

Well-Known Member
Mar 3, 2018
1,900
612
273
What variables should I alter in console to get more time with clients? I moved the week back on the final week with ivy to 1 but she still finished as a client at the end of the week.
 

vimey

Active Member
Nov 29, 2020
823
607
191
What variables should I alter in console to get more time with clients? I moved the week back on the final week with ivy to 1 but she still finished as a client at the end of the week.
If you are using semeicardia mod just add how much weeks you want under client stats
 
  • Like
Reactions: Semeicardia

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
What variables should I alter in console to get more time with clients? I moved the week back on the final week with ivy to 1 but she still finished as a client at the end of the week.
The week is only used to check if certain events should trigger (The bank opening for instance), but it has NO effect on training duration, as that is tracked separately from the time that passes. The training duration of any client is a stat called training_duration, which tracks how many weeks is left of training. This value is decreased by 1 at the end of every Friday (when the week number increases by 1). Certain characters have variables that IS based on weeks however, such as when Dee is supposed to visit or when Jasmine is supposed to be spotted in Downtown by setting the variable to current week + X amount of weeks, so if the current week is 12 the variable would be set 16 if X is 4.

As Vimey mentioned, if you are using my mod, Characters -> Clients -> [Client of Your Choice] -> Stats -> Training Duration
Alternatively to doing it manually with my mod, you can activate automatic training extender from Player -> Automatic Training Extender, which will ask if you want to extend training by 5 weeks on the last week of any clients training (continuously) until you decide not to extend their training period.

If you insist on doing it manually
Code:
x.training_duration = y
where X is the shorthand for a character and Y is the amount of time (in weeks) left to train the character.
for instance
Code:
ivy.training_duration = 5
which would set Ivy's training to end in 5 weeks.
 

themagiman

Well-Known Member
Mar 3, 2018
1,900
612
273
How do you make Terri your slave? She resists hypnosis but I want her to hypno slave like the others.
 

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
How do you make Terri your slave? She resists hypnosis but I want her to hypno slave like the others.
Terri can ONLY become a slavegirl through the use of Transformation Potion, IF her submission is high enough and have not interacted with Cassandra
 

merdaditoro

New Member
Jul 17, 2018
5
3
83
Hey, people. Hope you are enjoining the new update.

Discord has designated our server as NSFW. Which mostly means that people on IOS devices won't be able to get in easily.
is a link that might help you if that is the case.
Thanks dude.
Could you also update the changelog? I'm playing the "n" version but i can't find where is new content

As always, nice work
 

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
Thanks dude.
Could you also update the changelog? I'm playing the "n" version but i can't find where is new content

As always, nice work
0.7n
Fixed
:
• All bugs reported for 0.7m, I believe

Added:
• Lee the Psycho can now become your Domme (cheat code to open up this content: $ lee.domme_you_status = 2)
• a few new scenes for Chelsea as your girlfriend Changed:
• Chelsea’s training has been cleaned up, improving consistency of stat changes. Many of her training scenes have been expanded and improved.
• Anne’s third session should now be properly shut off (prior content was buggy and contemplated additional scenes that aren’t yet implemented)

Artwork related:
• Chelsea’s artwork upgraded – this was the primary focus of this release, and included expanding many scenes
• Some Bree artwork also upgraded, but no expansion to any of her scenes

Modding and core system related:
• Lee’s content is now in a separate script
• Chelsea’s date scenes are now in an expandable menu to make it easier to add new content



We can't update the original post, as none of us at the Wifetrainer Files team has the ability to change the original post. At most we can report game updates, but it is ultimately up to the admins / moderators of F95, since they control the account that has ownership of the original post.

I have made a support ticket to the F95 staff to receive ownership of the original post, so I can keep it up to date, but I may not be granted the ownership and if I am, it might be a while.
 
Last edited:
  • Like
Reactions: Dr.Dro and vimey
4.40 star(s) 75 Votes