- Jul 15, 2017
- 9
- 4
The game engine is entirely made by the devs and does not support modding.anyone know how to edit the base game data to add more floors and monster girl types? really is a shame that these games dont have lot of mods
However because it is coded in C#, you can use dnSpy or ILSpy to edit and recompile.
Be aware that it was made by a japanese team and so all variables are in japanese.
The game uses Microsoft GDI+ and all the graphics are vector based, thus performance is very bad as it doesn't use your GPU.i cant seem to get this game to run. im running windows 10. i have all the vc versions and directx 12. but my game still works like a slideshow. i can only progress by minimizing and maximizing the game. i must be missing something
One solution would be to delve deep into the code and disable animations so the game does not have to recalculate and redraw all the moving curves each frame.
Last edited: