Patrefans
SilverStudioGames from patreon
SilverStudioGames patreon

Witch Trainer Silver - Update 1.35

🕑 Added 2019-01-31 00:09:12 +0000 UTC
Witch Trainer Silver - Update 1.35

Comments

Jogi

In ver. 1.36.2 does no loaded saves from ver.1.36.1 . Goes only back to main menu.

Jeckel

For some reason I am unable to install the 1.35 update. Using android 9 UI 1.0 it weird since the 1.34 was installed with warning that it was made for older android version and might not work properly.

Silver Studio Games

1.35 is still the most up to date version of the game. The Pastebin will always have the most recent one available.

DFW Guitarists

So was there a new version of the game released in March, or April, or both. If so where can it be found? I am not finding a 1.35c version, or a 1.36 version? It's not real clear, has the B version been upgraded perhaps?

TheMilk

Thx you and dam this spamers

Jogi

Great work. I love it. Error on android ( mate 20 lite). [code] I'm sorry, but an uncaught exception occurred. While loading : File "game/__Renpy__/_cho_/_cho_.rpy", line 79, in <module> File "game/__Renpy__/___Init___.rpy", line 4, in missing_image_func File "renpy/common/00library.rpy", line 266, in say Exception: Cannot start an interaction in the middle of an interaction, without creating a new context. -- Full Traceback ------------------------------------------------------------ Full traceback: File "__Renpy__/shop/_store_.rpyc", line 37, in script call File "__Renpy__/shop/_store_.rpyc", line 37, in script call File "__Renpy__/_cho_/quidditch.rpyc", line 17, in script call File "__Renpy__/_cho_/_cho_.rpyc", line 79, in script File "/data/user/0/wt.silver/files/renpy/ast.py", line 881, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "/data/user/0/wt.silver/files/renpy/python.py", line 1913, in py_exec_bytecode exec bytecode in globals, locals File "game/__Renpy__/_cho_/_cho_.rpy", line 79, in <module> File "/data/user/0/wt.silver/files/renpy/exports.py", line 1229, in say who(what, *args, **kwargs) File "/data/user/0/wt.silver/files/renpy/character.py", line 1031, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "/data/user/0/wt.silver/files/renpy/character.py", line 823, in do_display **display_args) File "/data/user/0/wt.silver/files/renpy/character.py", line 572, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "/data/user/0/wt.silver/files/renpy/ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2672, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/data/user/0/wt.silver/files/renpy/display/core.py", line 3158, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2075, in draw_screen renpy.config.screen_height, File "render.pyx", line 487, in renpy.display.render.render_screen File "render.pyx", line 235, in renpy.display.render.render File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/user/0/wt.silver/files/renpy/display/screen.py", line 669, in render child = renpy.display.render.render(self.child, w, h, st, at) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "/data/user/0/wt.silver/files/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "render.pyx", line 147, in renpy.display.render.render File "render.pyx", line 235, in renpy.display.render.render File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "render.pyx", line 235, in renpy.display.render.render File "/data/user/0/wt.silver/files/renpy/display/im.py", line 580, in render return cache.get(self, render=True) File "/data/user/0/wt.silver/files/renpy/display/im.py", line 266, in get surf = image.load() File "/data/user/0/wt.silver/files/renpy/display/im.py", line 632, in load im = renpy.config.missing_image_callback(self.filename) File "game/__Renpy__/___Init___.rpy", line 4, in missing_image_func File "/data/user/0/wt.silver/files/renpy/exports.py", line 1227, in say renpy.store.say(who, what, *args, **kwargs) File "renpy/common/00library.rpy", line 266, in say File "/data/user/0/wt.silver/files/renpy/character.py", line 1031, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "/data/user/0/wt.silver/files/renpy/character.py", line 823, in do_display **display_args) File "/data/user/0/wt.silver/files/renpy/character.py", line 572, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "/data/user/0/wt.silver/files/renpy/ui.py", line 289, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/data/user/0/wt.silver/files/renpy/display/core.py", line 2650, in interact raise Exception("Cannot start an interaction in the middle of an interaction, without creating a new context.") Exception: Cannot start an interaction in the middle of an interaction, without creating a new context. [/code] </module></module>

Silver Studio Games

Hotkey for taking screenshots is your Print button now.

Silver Studio Games

New Cho content is what we are working on for the next two updates (End of March and April). There might be a new map icon for you on your map. A question mark.

Ben

so you maped sleep to s but that was already assigned to screen shot if that functionality still exists may I suggest you map it to p. for picture.

DFW Guitarists

So is Cho's story line ever going to be fleshed out? I mean this is the 5th or 6th time I have played through this game. Aside from some clothing options, and the card game and such, there just doesn't seem to be a lot of new content. Cho still never comes back after the 3rd match, and Luna basically has no new elements other than outfit stuff. am I missing something, I also don't have any quest items this time around, and also am having trouble finding the forbidden scroll? I bought it, and I have the plant cutting, but can't seem to find a way to combine them in this version. In the scrolls, there is talk about sub quests? Will these ever exist, or do they ...?

Owl doesnt work on android

Namizune

That card game reminds me an awful lot of Triple Triad...

Irah Chandler

Hes right the owl dosent work

Felipe Silva

the android version has problems, I can not click on the owl, or on the map, I try to click on the owl and go straight to the table or the phoenix !!

Nicolas

Also I have win more than 20 battle and the picture don't change :/

Nicolas

It is possible to obtain every card ? I can battle only versus hermione, fred and snape


More Creators