- Feb 3, 2021
- 25
- 74
Is the patch for de-censorship or is this game only available censored? Censored is just too big of a turn off but the gameplay seems interesting so I was curious especially since it got a steam release
Yep. You can just play it. No patch needed. Fix is needed only if you get an error and can't even start the game (like me). If the game is not starting - just apply the fix and it will work. Just completed the game with 0 problems thanks to it.So if we just download the version in OP, we don't need the "fix" linked in OP (from several years ago) or any uncensor patches?
how i aply the fix? im downloading this gameYep. You can just play it. No patch needed. Fix is needed only if you get an error and can't even start the game (like me). If the game is not starting - just apply the fix and it will work. Just completed the game with 0 problems thanks to it.
You get CG 11 by running out of turns while Karin isn't resurrected and you recruited all heroines.does anyone know how to get event cg 11 and 86-90?
In case anyone else has this issue you just have to change resolution from hardware to software. I was stuck trying to fix thiswhere is setting fullscreen ?
my fullscreen become small layer in right top i want fix it .
Thank's, King!I've made a fix!
Just replace the dll inside the game folder.
That save message has nothing to do with the crash at start. The game should still be able to boot normally and can most likely still save even though that message appears.
I dig a little bit on why it was crashing and found it was actually crashing on ags5.dll when you hover over the screen. Specifically, when you hover oven the screen it was trying to read some data before calling out "set_cursor". The data which it was trying to access was invalid and thus crashing.
I've editted the ags5.dll to skip that very specific set_cursor function and its working now.
Everything should work now but try at your own risk.
---
PS: Here is the patchfile if you want to apply it yourself
>ags5.dll
00058280:0F->E9
00058281:85->8A
00058282:89->02
00058283:02->00
00058285:00->90