herownick

New Member
Jul 15, 2018
3
0
34
you don't install the mod you just download it and play it like the original game

and the puzzle box is in the fireplace on a moonlit night about 50% of the time look for a shine
 

herownick

New Member
Jul 15, 2018
3
0
34
you get Cho from talking to Hermine later on just talk to her and you will ask for a new girl blah blah blah
 

MadMerlin

Member
Game Developer
Aug 21, 2017
117
655
124
1.33c has been released.

Should fix the crash some of you experienced at the start of the game.
It also adds 2-3 new clothing items for Hermione.

Same link:


An Android port for 1.33c has also been made (Thanks to Booom313!):


We're also the first mod to reach 1.000.000 views on here!
Thank you all for your interest in this mod. Really is amazing how it has grown.
Glad I could be a part of it!
 

cxx

Message Maestro
Nov 14, 2017
76,713
39,539
1,519
It's the deathly hallows symbol with an A in the top left and a D in the top right. Hole is in bottom right
was expecting something like that but i totally hate puzzles where only 1 piece can be moved.
 

swextal

Member
May 7, 2018
161
93
58
Bug reporting :p

When starting a new game, and both "%HOMEDIR%\AppData\Roaming\RenPy\Wt silver" and .\gamedir\game\saves directories are completely empty, answering "Yes please" to if you want to carry over gold and so on results in
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/__Renpy__/Start.rpy", line 284, in script
    $ gold = gold + persistent.gold
  File "game/__Renpy__/Start.rpy", line 284, in <module>
    $ gold = gold + persistent.gold
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

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

Full traceback:
  File "game/__Renpy__/Start.rpy", line 284, in script
    $ gold = gold + persistent.gold
  File "D:\Games\WitchTrainer_Silver\renpy\ast.py", line 862, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\WitchTrainer_Silver\renpy\python.py", line 1912, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/__Renpy__/Start.rpy", line 284, in <module>
    $ gold = gold + persistent.gold
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

Windows-8-6.2.9200
Ren'Py 7.0.0.196
WT Silver 1.33c
Fri Sep 07 03:26:33 2018
Does obviously not happen when answering No for that first question when starting a new game.

Easy to replicate...
 

Rexworth

New Member
Sep 3, 2018
4
2
72
v1.33c error found
===
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'characters/luna/body/face/mouth/cheeks_full.png'>:
File "game/__Renpy__/_luna_/favours.rpy", line 5001, in script call
===
Simple fix by rename
WT_Silver_1.33c-pc/game/characters/luna/body/face/mouth/full.png
to
WT_Silver_1.33c-pc/game/characters/luna/body/face/mouth/cheeks_full.png
===
There are NO lines looking for
WT_Silver_1.33c-pc/game/characters/luna/body/face/mouth/full.png
in game/__Renpy__/_luna_/favours.rpy
there are many lines looking for
WT_Silver_1.33c-pc/game/characters/luna/body/face/mouth/cheeks_full.png
in game/__Renpy__/_luna_/favours.rpy
 
4.00 star(s) 85 Votes