For most games, you can just edit your save.
Should be located somewhere in android/data/(gamefolder) or android/data/renpy/(gamefolder)
Go to saveeditonline.com, change any values you want, download edited save and put it back in the same folder.
Cheats are already available in the game, they are located in top-left corner behind the menu button. On top of that, console is unlocked by default in case someone would want to do something more sophisticated than adding gold, or items to the inventory.
You can get the list of pointers by typing
set_clipboard(globals())
in the console, if you want to check a specific object, you can use
object.__dict__
to probe it or by checking the source files.
Un*x and derivates like Linux supports OpenGL and therefore Android (Which is Linux) supports OpenGL. But hardware accellerated OpenGL is a different thing. There's MESA for systems not even having a GUI, only a TTY. MESA also supports ASCII rendering. So you can even play (even though painfully weird and slow) doom on a TTY printer....
You don't have to use the latest phone to play Witch Trainer Silver though. It doesn't use any fancy 3D engine like Unity or Unreal Engine....
(Nerd speak warning!)
Since the release of Ren'py 7.4.X, the renderer is now model-based (3D) rather than image-based (2D), that allows us to use more advanced effects such as shaders, or meshes. Additionally, the engine on Windows finally supports x64 instructions set, reducing the IO overhead and improving memory management, mipmapping has also been added, which helps with aliasing and further reduces memory allocation when textures are scaled down.
These changes resulted in overall better performance for newer hardware (2012+) at a cost of increased minimum requirements. Here are the new system requirements for each platform:
Operating system:
• Windows Vista or newer.
• MacOS 10.6 or newer.
• Android 4.4 Kitkat or newer.
• Ubuntu 16.04 or higher.
System requirements:
• 4GB of RAM for 32-Bit devices, or
• 6GB of RAM for 64-Bit devices
• OpenGL 2.2 or DirectX 9.0c or higher. (PC)
• OpenGL ES 3.0. (Android)
are potions back in the game yet? by far my favorite part of the game
Potions will be back in the very next update.
If you wish to know more about the development of the game, we are posting monthly progress reports and occasional teasers on our discord, available for all users.
We also love to indulge ourselves in talking about the various parts of the development, so feel free to ask questions either here or on the discord.
