Kourosh

Member
Dec 2, 2018
197
400
279
can someone upload the bug from ver v0.7l to ver v0.7l2 ? downloading the whole game again just for some bugfix is too much
 

zobiku

Newbie
Jul 29, 2018
45
12
41
can someone upload the bug from ver v0.7l to ver v0.7l2 ? downloading the whole game again just for some bugfix is too much
also, for anyone who's already downloaded 0.7l, to avoid the above withour re-downloading, you can amend line 28822 of becky_sue.rpy from:
if becky_sue.has_tag('exclusive_girlfriend'):
to:
if becky_sue.has_tag('exclusive_girlfriend') and becky_sue.has_tag('girlfriend'):
 
  • Like
Reactions: sp1ker

Spyderwraith

Well-Known Member
Jul 21, 2017
1,405
1,168
348
i choose the WT core option and get nothing but error codes, this is a brand new game but errors
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 187, in script
$ trainer = renpy.display_menu([(t.name, t) for t in all_trainer_categories], interact=True, screen='choice')
File "game/script.rpy", line 187, in <module>
$ trainer = renpy.display_menu([(t.name, t) for t in all_trainer_categories], interact=True, screen='choice')
File "game/screens.rpy", line 1954, in execute
screen static_background:
File "game/screens.rpy", line 1954, in execute
screen static_background:
File "game/screens.rpy", line 1970, in execute
add player.bg:
NameError: name 'player' is not defined

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

Full traceback:
File "game/script.rpy", line 187, in script
$ trainer = renpy.display_menu([(t.name, t) for t in all_trainer_categories], interact=True, screen='choice')
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 187, in <module>
$ trainer = renpy.display_menu([(t.name, t) for t in all_trainer_categories], interact=True, screen='choice')
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\exports.py", line 1203, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\core.py", line 3074, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\core.py", line 534, in visit_all
d.visit_all(callback, seen)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\core.py", line 3074, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\XXXgames\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 1954, in execute
screen static_background:
File "game/screens.rpy", line 1954, in execute
screen static_background:
File "game/screens.rpy", line 1970, in execute
add player.bg:
File "<screen language>", line 1970, in <module>
NameError: name 'player' is not defined

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files 0.7l2
Mon Sep 21 16:14:28 2020
```
 

Joshua Tree

Conversation Conqueror
Jul 10, 2017
6,158
6,594
684
Did pick the playboy start, and all the saves I make just throw up errors when try to load the game.
 

DigitalBonsai

Newbie
Game Developer
Jul 5, 2019
49
108
184
If you are having problems loading saves change scrypt.rpy line 1236:
Python:
$ target_version = versions[package][versions[package].index(store__dict__['current_version_' + package]) + 1]
to
Python:
$ target_version = versions[package][versions[package].index(store.__dict__['current_version_' + package]) + 1]
it was missing a dot at store.__dict__
 
  • Like
Reactions: sp1ker

Joshua Tree

Conversation Conqueror
Jul 10, 2017
6,158
6,594
684
If you are having problems loading saves change scrypt.rpy line 1236:
Python:
$ target_version = versions[package][versions[package].index(store__dict__['current_version_' + package]) + 1]
to
Python:
$ target_version = versions[package][versions[package].index(store.__dict__['current_version_' + package]) + 1]
it was missing a dot at store.__dict__
More to it than that must be. I changed it, but still get;

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

Full traceback:
File "game/script.rpy", line 214, in script call
call day_loop from _call_day_loop
File "game/script.rpy", line 225, in script call
call core_loop from _call_core_loop
File "game/script.rpy", line 302, in script call
call expression label from _call_expression
File "game/modules/00core/clients/ivy/ivy.rpy", line 348, in script call
player.c "Were you expecting a flashing neon 'Wife Training Facility' sign out front?"
File "renpy/common/00start.rpy", line 94, in script call
python hide:
File "game/script.rpy", line 1236, in script
$ target_version = versions[package][versions[package].index(store.__dict__['current_version_' + package]) + 1]
File "E:\Games\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\WifeTrainerFiles-0.7l2-pc\WifeTrainerFiles-0.7l2-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 1236, in <module>
$ target_version = versions[package][versions[package].index(store.__dict__['current_version_' + package]) + 1]
ValueError: u'0_7l2' is not in list
 

Ryofu888

Member
Jun 3, 2017
322
97
222
What are the requirements to make becky sue your girlfriend? I have gotten her as her sugar daddy after you fail her training, and also have seen her after you succeed in her training but it each version she refuses to be your girlfriend
 

monksims

Active Member
Mar 17, 2019
578
620
281
What are the requirements to make becky sue your girlfriend? I have gotten her as her sugar daddy after you fail her training, and also have seen her after you succeed in her training but it each version she refuses to be your girlfriend
You should go to the Hypnopics Collective link in the OP and read some last pages in that thread because the dev is there answering questions.
 

Kaidman

Member
Dec 8, 2017
475
521
174
trying to find how I can trigger the jasmine whoring route it seems to not be triggering for me in this version
 

AKA101

Member
May 11, 2017
302
105
274
Put chetomatic or king tut mod on the module folder enable console then

For cheatomatic:
enter these in console REMEMBER NO SPACE and enther it one by one

cheatomatic = Item('Cheatomatic 9001', 'cheatomatic', with_examine = False, unique = True)

player.add_item(cheatomatic)

cheatomatic.add_action("Instructions", label = "_instructions")

cheatomatic.add_action("Player", label = "_player")

cheatomatic.add_action("Characters", label = "_chars")

cheatomatic.add_action("Items", label = "_items")


cheatomatic.add_action("Time", label = "_time")

This should add cheatomatic mod

For King_tut:

Do it in one line here it is getting line break

living_room.add_button("King Tut", new_context = "king_tut", auto_image = get_auto_image_location(), cut_portrait = True, button_weight = -10)

after that enter below code attached on txt file one by one. Remember that no space and if you enter code that have immediate like rae not opposed to having other girlfriend it will execute immediately after entering it. so read the text in code to check what those code do and if you want those or not. Not all the code have immediate effect some those have are rae, jasmine in downtown, dee visiti etc which get reset after week and you can get those option again. And then save the game.
 
  • Like
Reactions: zobiku

PeggyBlackett

Engaged Member
Jan 24, 2018
2,572
2,336
364
I fixed the loading bug in version 0.7l2. Unzip files in the attached zip to the game directory and replace old files. This fix is not from the developer so it's not an official fix.
That's just what i came here to ask if anyone had done yet...

Mille Grazie
 

Thanador

Newbie
May 2, 2017
41
18
232
Just a bug to note, if you train Bree as a pet then get nicole as a slave Becky sue will accuse you of cheating and either mess up training her or lose the ability to train her
 

AKA101

Member
May 11, 2017
302
105
274
Just a bug to note, if you train Bree as a pet then get nicole as a slave Becky sue will accuse you of cheating and either mess up training her or lose the ability to train her
which version are you playing i think new bug fix, fixes something with becky sue. but if she is your girlfriend she will accuse you anyway
 

zonk4411

Newbie
Aug 23, 2020
63
22
117
Having trouble in the newest version increasing number of hypno training sessions per week. To keep things simple I started a new game, accepted Chelsea, then typed in console:

change chelsea hypno_sessions_this_week by -1 no_message
change player max_weekly_hypno_sessions_per_person by 100 no_message

But still limited to one session a week with her.
 
4.40 star(s) 75 Votes