Mod Wife Trainer - Tentacle Wand Mod [v0.13] [Tentacle]

vimey

Active Member
Nov 29, 2020
823
599
yeah i missed up trying to update the save game quick so now it's only on 0.13. All the fixes and update will have to come with the next update which should be in a few days.
Any teaser i can't wait to find out
 

vimey

Active Member
Nov 29, 2020
823
599
By the way the force hypno_trigger don't work properly with Becky sue or don't work at all
 

Tentacle

Member
Mar 12, 2017
292
234
By the way the force hypno_trigger don't work properly with Becky sue or don't work at all
hmm yeah that seem to be a core problem, So even in core there is no way for you to implant a trigger. Could be a bug in core. I guess I can try to fix it in forced.
 
Last edited:

vimey

Active Member
Nov 29, 2020
823
599
hmm yeah that seem to be a core problem, So even in core there is no way for you to implant a trigger. Could be a bug in core. I guess I can try to fix it in forced.
She actually harder than the others for her trigger you have to lower her resistance much more in a regular gameplay
 

Deepsea

Member
Apr 20, 2017
270
657
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  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/tentacle_wand/tentacle_wand.rpy", line 9163, in script
    return:
SyntaxError: unexpected EOF while parsing (tentacle_wand.rpy, line 9163)

-- 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/tentacle_wand/tentacle_wand.rpy", line 9163, in script
    return:
  File "renpy/ast.py", line 1507, in execute
    renpy.store._return = renpy.python.py_eval(self.expression)
  File "renpy/python.py", line 2247, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: unexpected EOF while parsing (tentacle_wand.rpy, line 9163)

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
The Wife Trainer Files 0.7n
Sun Sep  5 17:37:56 2021
Major error with entralling amy, image 7 is missing and can only roll this back.
 

vimey

Active Member
Nov 29, 2020
823
599
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  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/tentacle_wand/tentacle_wand.rpy", line 9163, in script
    return:
SyntaxError: unexpected EOF while parsing (tentacle_wand.rpy, line 9163)

-- 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/tentacle_wand/tentacle_wand.rpy", line 9163, in script
    return:
  File "renpy/ast.py", line 1507, in execute
    renpy.store._return = renpy.python.py_eval(self.expression)
  File "renpy/python.py", line 2247, in py_eval
    code = py_compile(code, 'eval')
  File "renpy/python.py", line 835, in py_compile
    raise e
SyntaxError: unexpected EOF while parsing (tentacle_wand.rpy, line 9163)

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
The Wife Trainer Files 0.7n
Sun Sep  5 17:37:56 2021
Major error with entralling amy, image 7 is missing and can only roll this back.
That was fixed as far as I know
 
  • Like
Reactions: Tentacle

Tentacle

Member
Mar 12, 2017
292
234
Tentacle, Would it work with the current version (0.7o)?
From the change logs it should. I don't see anything have changed only new content added.
I guess I will have to start working on making alexis enthrallable.
Currently I'm still working on the new update and the combat system.
I'm also using renders now. It is way too hard to try and find real pictures that fit the storyline. So renders will have to do. I'm trying to make the renders like the real life porn actresses, that's eating up most of my time.
 

Muppet42

Newbie
May 30, 2021
25
45
From the change logs it should. I don't see anything have changed only new content added.
I guess I will have to start working on making alexis enthrallable.
Currently I'm still working on the new update and the combat system.
I'm also using renders now. It is way too hard to try and find real pictures that fit the storyline. So renders will have to do. I'm trying to make the renders like the real life porn actresses, that's eating up most of my time.
Renders are time consuming but given the scope of your project seems wise. Hope it goes well :)
 

tomtombigBOY890

New Member
Apr 28, 2019
1
0
i try the new mod and get this each time i try to load wife trainer


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00-wt-statements.rpy", line 150, in execute_init_register_package
renpy.error("Package {} is already registered!".format(package))
Exception: Package tentacle_wand is already registered!

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 524, in main
node()
File "renpy/ast.py", line 1960, in execute_init
self.call("execute_init")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "game/00-wt-statements.rpy", line 150, in execute_init_register_package
renpy.error("Package {} is already registered!".format(package))
File "renpy/exports.py", line 2485, in error
_error_handlers[-1](msg)
File "renpy/exports.py", line 2462, in _error
raise Exception(msg)
Exception: Package tentacle_wand is already registered!

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
The Wife Trainer Files 0.7o
Sun Nov 21 07:23:43 2021
 

Tentacle

Member
Mar 12, 2017
292
234
did you used
i try the new mod and get this each time i try to load wife trainer


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/00-wt-statements.rpy", line 150, in execute_init_register_package
renpy.error("Package {} is already registered!".format(package))
Exception: Package tentacle_wand is already registered!

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 524, in main
node()
File "renpy/ast.py", line 1960, in execute_init
self.call("execute_init")
File "renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "game/00-wt-statements.rpy", line 150, in execute_init_register_package
renpy.error("Package {} is already registered!".format(package))
File "renpy/exports.py", line 2485, in error
_error_handlers[-1](msg)
File "renpy/exports.py", line 2462, in _error
raise Exception(msg)
Exception: Package tentacle_wand is already registered!

Windows-10-10.0.19041
Ren'Py 7.4.2.1292
The Wife Trainer Files 0.7o
Sun Nov 21 07:23:43 2021
You must of had an old version, or copy it in twice. Try deleting the mod and download a new version.