Rexworth

New Member
Sep 3, 2018
4
2


Some easy errors to fix
File: game\__Renpy__\wardrobe\wr_outfits.rpy
Error: Spelling error "heppyCl" should be "happyCl"
Fix: replace heppy with happy

File: game\__Renpy__\_susan_\summon.rpy
4 errors [genie_name] should be [sus_genie_name]
fix: replace all [genie_name] with [sus_genie_name]
 

cxx

Message Maestro
Nov 14, 2017
59,984
30,022
Sometimes I wish this game had a walkthrough. Especially for the new content, I feel like I'm wasting time waiting for someone to knock on my door so that the "story" or "side quests" or whatever can progress. I'm having fun but I'll always feel like I'm missing something.
sometimes but no actual sidequests and girls come to djinn's door when its supposed to happen (like hermione or cho come in frequently).
 

rb813

Well-Known Member
Aug 28, 2018
1,085
655
I've noticed there's a glitch with the books; whenever I reload a savegame, it adds one additional copy of "Speedwriting for Beginners," and deletes all the other books I've purchased. And when I say "adds one additional copy," I don't mean like one more than I had before I saved it. I mean one more than the last time I reloaded any savegame. If I open the program and reload save #10, I'll have one copy, then if I reload #3, I'll have 2 copies, then pop over to save #7 and I have 3 copies, etc. (completely indiscriminate of what I had when I saved). It also makes a new copy of every book in the book section of the shop. Has anyone else experienced this?
 

MadMerlin

Member
Game Developer
Aug 21, 2017
117
650
Witch Trainer: Silver - Update 1.33b

WT-Silver-Teaser-01.png

Download:


Android version will follow in a day or so.
Have fun!

Chane-log:
General:
- Updated title screen.
- New clothes store UI.
- Multiple new clothing sets are now purchasable at the store.
- Selecting outfits in the wardrobe has been improved.
- Multiple events can now happen during the day/night. (like Hermione returning from Public Requests, events from Astoria's into, Cho returning from Quidditch,...

Quests:
- A new quest line has been added. Interact with the fireplace during full moon to start it.
- New interactive puzzle.
- New events that unlock with achievements, that aren't part of the main narrative.
- Second part of "A bad time to disrobe" has been added.

Hermione:
- New CG event.
- Added more clothing to her wardrobe.
- New lipstick color: Pink!
- New wardrobe chitchat when equipping underwear.
- New wardrobe chitchat when equipping outfits.
- Hermione will sometimes appear wearing new clothing.
- Removed: Outfit equip at the start of favours.

Astoria:
- Added Astoria's outfits and more clothing items to her wardrobe. (use spells on Susan a couple more times to unlock it!)
- They can be purchased at the store.

Luna:
- Luna's reversed blowjob is now repeatable.

Tonks:
- Tonks can now unlock sexy variants of certain bought outfits.
- New random event when summoning Tonks.
- Nicknames for Tonks.

Cho:
- Re-wrote Cho's intro and first favour.
- Updated Cho's layering. Made her facial expressions more pronounced.

Wardrobe:
- Added a hidden feature.

Cheats:
- New Cheat: Skip to Hermione (day 14)
- All new clothing sets can also be cheated/unlocked. Saves wait times and gold.
- Cheat that lets you break a certain puzzle.
 

hofuldig

Member
Jul 5, 2017
234
270
Witch Trainer: Silver - Update 1.33b

View attachment 145579

Download and change-log:

Android version will follow in a day or so.
Have fun!
weird, the box that shows the updates and would have a download link is blocked for me in google chrome, it says requests to the server have been blocked by an extension but ive turned off all of my extensions and it still wont load.
 

MadMerlin

Member
Game Developer
Aug 21, 2017
117
650
Sorry about the link not working.
I've edited my post and added the download link.
And posted the change-log.
The "hermione_outfits_list" bug will be fixed in a hotfix update, and is already fixed on the github.
 

cxx

Message Maestro
Nov 14, 2017
59,984
30,022
tried 1.33b with old saves and got renpy errors when loaded game and couldn't interact with door aka summon any1 on current day, evening or new day. totally new game w/o previous possession gives renpy error too but door is interactive.

so gotta wait 1.34 to play again.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/__Renpy__/Rooms/Main_Room/door.rpy", line 6, in script
    menu:
  File "game/__Renpy__/Rooms/Main_Room/door.rpy", line 98, in <module>
    "{color=#858585}-Summon Hermione-{/color}" if hermione_unlocked and hermione_busy:
NameError: name 'hermione_unlocked' is not defined

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

Full traceback:
  File "game/__Renpy__/Rooms/Main_Room/door.rpy", line 6, in script
    menu:
  File "C:\Users\*user*\Desktop\WT_Silver_1.33b-pc\renpy\ast.py", line 1531, in execute
    choice = renpy.exports.menu(choices, self.set)
  File "C:\Users\*user*\Desktop\WT_Silver_1.33b-pc\renpy\exports.py", line 874, in menu
    if renpy.python.py_eval(condition) ]
  File "C:\Users\*user*\Desktop\WT_Silver_1.33b-pc\renpy\python.py", line 1943, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\*user*\Desktop\WT_Silver_1.33b-pc\renpy\python.py", line 1936, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/__Renpy__/Rooms/Main_Room/door.rpy", line 98, in <module>
    "{color=#858585}-Summon Hermione-{/color}" if hermione_unlocked and hermione_busy:
NameError: name 'hermione_unlocked' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
WT Silver 1.33b
Tue Sep 04 15:02:57 2018
and new game+ gives this:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/__Renpy__/___Persistant___.rpy", line 324, in script call
    call update_persistants # Reset/update old vars for a specific update here! To make it compatible with older saves/prevent crashes!
  File "game/__Renpy__/___Update_Persistants___.rpy", line 16, in script
    python:
  File "game/__Renpy__/___Update_Persistants___.rpy", line 17, in <module>
    for i in hermione_outfits_list:
NameError: name 'hermione_outfits_list' is not defined

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

Full traceback:
  File "game/__Renpy__/___Persistant___.rpy", line 324, in script call
    call update_persistants # Reset/update old vars for a specific update here! To make it compatible with older saves/prevent crashes!
  File "game/__Renpy__/___Update_Persistants___.rpy", line 16, in script
    python:
  File "C:\Users\*user*\Desktop\WT_Silver_1.33b-pc\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\*user*\Desktop\WT_Silver_1.33b-pc\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/__Renpy__/___Update_Persistants___.rpy", line 17, in <module>
    for i in hermione_outfits_list:
NameError: name 'hermione_outfits_list' is not defined

Windows-8-6.2.9200
Ren'Py 7.0.0.196
WT Silver 1.33b
Tue Sep 04 15:06:20 2018
 

MadMerlin

Member
Game Developer
Aug 21, 2017
117
650
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/__Renpy__/Rooms/Main_Room/door.rpy", line 6, in script
    menu:
  File "game/__Renpy__/Rooms/Main_Room/door.rpy", line 98, in <module>
    "{color=#858585}-Summon Hermione-{/color}" if hermione_unlocked and hermione_busy:
NameError: name 'hermione_unlocked' is not defined
Ok so lemme give some insight in why those errors happen.
After you load up an old save, renpy doesn't update the variables by running through all the "init" code.
Where lines like "hermione_unlocked" gets defined to some thing like "False".

For some reason, and I've been told that this isn't something we could easily change, those "init" calls that update your save file only get updated when you save, and then load your file again.
When you summon Hermione you get the error above.

But, if you save your game file, then load it, and then summon her, all bugs that are similar to this, where variables still need attributes they don't have yet, get updated and fixed.

So I advice to always save in the room menu, without any characters summoned. Then on a new update, you overrite that save, and then reload.
 

RvWCaboose

Member
Oct 21, 2017
454
53
Witch Trainer: Silver - Update 1.33b

View attachment 145579

Download:


Android version will follow in a day or so.
Have fun!

Chane-log:
General:
- Updated title screen.
- New clothes store UI.
- Multiple new clothing sets are now purchasable at the store.
- Selecting outfits in the wardrobe has been improved.
- Multiple events can now happen during the day/night. (like Hermione returning from Public Requests, events from Astoria's into, Cho returning from Quidditch,...

Quests:
- A new quest line has been added. Interact with the fireplace during full moon to start it.
- New interactive puzzle.
- New events that unlock with achievements, that aren't part of the main narrative.
- Second part of "A bad time to disrobe" has been added.

Hermione:
- New CG event.
- Added more clothing to her wardrobe.
- New lipstick color: Pink!
- New wardrobe chitchat when equipping underwear.
- New wardrobe chitchat when equipping outfits.
- Hermione will sometimes appear wearing new clothing.
- Removed: Outfit equip at the start of favours.

Astoria:
- Added Astoria's outfits and more clothing items to her wardrobe. (use spells on Susan a couple more times to unlock it!)
- They can be purchased at the store.

Luna:
- Luna's reversed blowjob is now repeatable.

Tonks:
- Tonks can now unlock sexy variants of certain bought outfits.
- New random event when summoning Tonks.
- Nicknames for Tonks.

Cho:
- Re-wrote Cho's intro and first favour.
- Updated Cho's layering. Made her facial expressions more pronounced.

Wardrobe:
- Added a hidden feature.

Cheats:
- New Cheat: Skip to Hermione (day 14)
- All new clothing sets can also be cheated/unlocked. Saves wait times and gold.
- Cheat that lets you break a certain puzzle.





Are saves from 1.32B usable in 1.33B?!? Or do you happen to have a save your willing to spare us MadMerlin?!? Preferbally a save thats near end but the end event isn't active yet, Please?!?
 

Rexworth

New Member
Sep 3, 2018
4
2
V1,33b
Japanese School girl outfit has an exception error
Line 92
File: game\__Renpy__\wardrobe\wr_outfits.rpy
Error: Spelling error "heppyCl" should be "happyCl"
Fix: replace heppy with happy

Logic errors
in file for summoning susan:
File: game\__Renpy__\_susan_\summon.rpy
4 errors [genie_name] should be [sus_genie_name]
fix: replace all [genie_name] with [sus_genie_name]

example
if daytime:
call sus_main("Good day, [genie_name].","base","base","base","mid",xpos="base",ypos="base")

Hermione calls genie by this [genie_name] name.
Susan calls genie by [sus_genie_name] name.

should be
if daytime:
call sus_main("Good day, [sus_genie_name].","base","base","base","mid",xpos="base",ypos="base")
 
  • Like
Reactions: MadMerlin

Johnny28

Member
Game Developer
Feb 7, 2018
124
243
Has anyone figured out the hidden feature in the wardrobe?
It's not a big secret. It's mostly to add some flavour. And if you didn't know it wasn't there before you might not think about it. I suggest clicking around a bit.
 

yozara

Member
Feb 2, 2018
241
54
well, i'm still downloading 1.33b but in 1.32b there were a lot of cloth from the precedent version who weren't in the cloth store (like the leather jackets and some skirts) do you know how to obtain them now ?
 
4.10 star(s) 75 Votes