Tentacle

Member
Mar 12, 2017
293
255
254
I have made a mod for this game
Tentacle Wand Mod
The mod is not a cheat, but for now it sort of acts like a cheat. It makes the game easier, but the game will get harder with future content and more mechanics added in future. There are new scenes added to the game, but mainly it allows the player to transform the girl into all the possible roles. Lore is added to the story to make this ability make sense within the context of the game.

To activate the mod go to the basement for the first time.

There might be bugs in the mod and unforeseen consequences. If you encounter bugs or problems please post it in the thread.
 
Last edited:
  • Like
Reactions: Semeicardia

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
I have made a mod for this game
Tentacle Wand Mod
The mod is not a cheat, but for now it sort of acts like a cheat. It makes the game easier, but the game will get harder with future content and more mechanics added in future. There are new scenes added to the game, but mainly it allows the player to transform the girl into all the possible roles. Lore is added to the story to make this ability make sense within the context of the game.

To activate the mod go to the basement for the first time.

There might be bugs in the mod and unforeseen consequences. If you encounter bugs or problems please post it in the thread.
When I go to the mod page it says: "You do not have permission to view this page or perform this action. "
So there is not much I can say about the mod yet, but welcome to the ranks of WifeTrainer Files Modders :)
 

Tentacle

Member
Mar 12, 2017
293
255
254
here is the download link, while I wait for approval.
 
Last edited:

vimey

Active Member
Nov 29, 2020
823
607
191
here is the download link, while I wait for approval.
Tentacle Wand Mod
Since your thread is not approved yet I have to do this here so this is very useful for people who played the game several times and want to recuperate their progression very fast just one thing the enthralling feature does not work for clients if you could do that it will be really awesome also I found a bug with Nicole after enthralling and using her she stuck with you I had to dismiss her with semeicardia mod
edit : For enthralled Sam the doll options does not appear you have to add tag doll instead of convert
 
Last edited:
  • Like
Reactions: Semeicardia

Tentacle

Member
Mar 12, 2017
293
255
254
Since your thread is not approved yet I have to do this here so this is very useful for people who played the game several times and want to recuperate their progression very fast just one thing the enthralling feature does not work for clients if you could do that it will be really awesome also I found a bug with Nicole after enthralling and using her she stuck with you I had to dismiss her with semeicardia mod
edit : For enthralled Sam the doll options does not appear you have to add tag doll instead of convert
You can enthrall clients after when you already transformed them.
When did you enthralled nicole? and how did you use her. When you enthrall someone, they move to your bedroom is that what you mean by stuck with?
 

vimey

Active Member
Nov 29, 2020
823
607
191
You can enthrall clients after when you already transformed them.
When did you enthralled nicole? and how did you use her. When you enthrall someone, they move to your bedroom is that what you mean by stuck with?
When she comes for training and yes I found her in the bedroom I think I fucked her then she stuck with me between bedroom and living room
 
  • Like
Reactions: Semeicardia

Tentacle

Member
Mar 12, 2017
293
255
254
When she comes for training and yes I found her in the bedroom I think I fucked her then she stuck with me between bedroom and living room
Oh yeah I see it now, nicole is a special case where you have to use and action to send her home after visit. I'll add a patch for it where you can dismiss any person you enthrall soon. Was planning to have to option for later updates where you can have followers that come with you to battle. I guess I'll implement this function sooner.
 

vimey

Active Member
Nov 29, 2020
823
607
191
Oh yeah I see it now, nicole is a special case where you have to use and action to send her home after visit. I'll add a patch for it where you can dismiss any person you enthrall soon. Was planning to have to option for later updates where you can have followers that come with you to battle. I guess I'll implement this function sooner.
Got this bug after enthralling beky sue also you can't enthrall terri as a slave it works only with doll
 
  • Like
Reactions: Semeicardia

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
What folder do you have to put the wand mod in?I added it to the game and it wouldn't start
GAMEFOLDER\game\modules
EG: C:\Wife Trainer Files - 0.7n\game\modules\

This is exactly the reason why my mods contains the full folder structure needed, so the user only has to extra the zip file where ever the game is installed. That way the user does not need to go through all the folders, just extract and play. Using mods should be easy.
 
  • Like
Reactions: briggie

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
I have made a mod for this game
Tentacle Wand Mod
The mod is not a cheat, but for now it sort of acts like a cheat. It makes the game easier, but the game will get harder with future content and more mechanics added in future. There are new scenes added to the game, but mainly it allows the player to transform the girl into all the possible roles. Lore is added to the story to make this ability make sense within the context of the game.

To activate the mod go to the basement for the first time.

There might be bugs in the mod and unforeseen consequences. If you encounter bugs or problems please post it in the thread.
I have to report something critical.
If you have the mod, but decides not to activate it in the game you get this:
Code:
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/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 140, in execute
    frame:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 148, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 154, in execute
    for resource in [('health', "HEALTH", 95, '{u}[player.health]{/u}\n[player.max_health]'), ('mana', "MANA", 95, '[tentacle_wand.mana]')]:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 155, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 164, in execute
    fixed:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 166, in execute
    text resource[3] yalign 0.35
  File "game/00-wt-classes.rpy", line 895, in __getattr__
    raise AttributeError(name)
AttributeError: health
I also attached the full traceback incase you wanted it.

A mod should not crash the game just because it is disabled.

Also if it is activated, it cuts off the last few lines of text in the event history (which is the most recent event). This makes it harder to keep track of what goes on. This happens because your health and mana displays pushes down the event history. So if you are going to keep it there, you should reformat the event history box as well, so that the text is not cut-off.
 
Last edited:
  • Like
Reactions: ubblesnop

vimey

Active Member
Nov 29, 2020
823
607
191
The game start fine for me I'm all semeicardia mods with kingtut but I can't load an old save after installing the new mod
 
  • Like
Reactions: Semeicardia

Tentacle

Member
Mar 12, 2017
293
255
254
Got this bug after enthralling beky sue also you can't enthrall terri as a slave it works only with doll
I found the becky_sue problem
I have to report something critical.
If you have the mod, but decides not to activate it in the game you get this:
Code:
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/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 140, in execute
    frame:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 148, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 154, in execute
    for resource in [('health', "HEALTH", 95, '{u}[player.health]{/u}\n[player.max_health]'), ('mana', "MANA", 95, '[tentacle_wand.mana]')]:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 155, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 164, in execute
    fixed:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 166, in execute
    text resource[3] yalign 0.35
  File "game/00-wt-classes.rpy", line 895, in __getattr__
    raise AttributeError(name)
AttributeError: health
I also attached the full traceback incase you wanted it.

A mod should not crash the game just because it is disabled.

Also if it is activated, it cuts off the last few lines of text in the event history (which is the most recent event). This makes it harder to keep track of what goes on. This happens because your health and mana displays pushes down the event history. So if you are going to keep it there, you should reformat the event history box as well, so that the text is not cut-off.
Are you using some other mod that have player.health?
When does this error happen? I can't reproduce it.
 
  • Like
Reactions: vimey

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
818
1,062
395
I found the becky_sue problem

Are you using some other mod that have player.health?
When does this error happen? I can't reproduce it.
Yes, but I just retried with ONLY core and your mod, same results.
Steps to Reproduce:
0. Make sure 00core and tentacle_wand is in the modules folder
1. On the main menu press "Start"
2. Click on Tentacle Wand on the "Select Packages" Screen, so that it no longer has an orange box next to it (now disabled)
3. Click "Accept" button
4. Get
Code:
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/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 140, in execute
    frame:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 148, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 154, in execute
    for resource in [('health', "HEALTH", 95, '{u}[player.health]{/u}\n[player.max_health]'), ('mana', "MANA", 95, '[tentacle_wand.mana]')]:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 155, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 164, in execute
    fixed:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 166, in execute
    text resource[3] yalign 0.35
  File "game/00-wt-classes.rpy", line 895, in __getattr__
    raise AttributeError(name)
AttributeError: health
Once again, I have attached the traceback.

And even if I had another mod that used the health or mana properties, it clearly states that the tentacle_wand/tentacle_wand.rpy is the issue.
 

Tentacle

Member
Mar 12, 2017
293
255
254
Yes, but I just retried with ONLY core and your mod, same results.
Steps to Reproduce:
0. Make sure 00core and tentacle_wand is in the modules folder
1. On the main menu press "Start"
2. Click on Tentacle Wand on the "Select Packages" Screen, so that it no longer has an orange box next to it (now disabled)
3. Click "Accept" button
4. Get
Code:
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/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 12, in execute
    screen wt_static_ui:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 140, in execute
    frame:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 148, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 154, in execute
    for resource in [('health', "HEALTH", 95, '{u}[player.health]{/u}\n[player.max_health]'), ('mana', "MANA", 95, '[tentacle_wand.mana]')]:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 155, in execute
    hbox:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 164, in execute
    fixed:
  File "game/modules/tentacle_wand/tentacle_wand.rpy", line 166, in execute
    text resource[3] yalign 0.35
  File "game/00-wt-classes.rpy", line 895, in __getattr__
    raise AttributeError(name)
AttributeError: health
Once again, I have attached the traceback.

And even if I had another mod that used the health or mana properties, it clearly states that the tentacle_wand/tentacle_wand.rpy is the issue.
oh that has something to do with the package registration from the core code. Do you know how that works? Why would they run my code if the orange box is disabled?
 
4.40 star(s) 75 Votes