to elaborate on partially useful info it is AppData Roaming skdata KannagiRinaYou can play it pretty much normally if you keep deleting '.clientconf' from appdata folder that pops up when launching game and going around menu , yet game apparently only is in jp
fix.bat
file, run it and it'll fix the game. After you're done playing, close the window that got opened.@echo off
:waitloop
IF EXIST "%appdata%\skdata\KannagiRina\.clientconf" GOTO waitloopend
timeout /t 3 /NOBREAK
goto waitloop
:waitloopend
del %appdata%\skdata\KannagiRina\.clientconf
goto waitloop
still didnt work for me. After the "return to title" message game attempts downloading again. and if i press "cancel" it just closes.Save the below as afix.bat
file, run it and it'll fix the game. After you're done playing, close the window that got opened.
Code:@echo off :waitloop IF EXIST "%appdata%\skdata\KannagiRina\.clientconf" GOTO waitloopend timeout /t 3 /NOBREAK goto waitloop :waitloopend del %appdata%\skdata\KannagiRina\.clientconf goto waitloop
This worked just fine for meDeleting the folders in appdata\roaming\ - skdata and skcache - allows me to access the main menu again and actually start "playing". But if I touch the options, or quit back to the main menu, it'll give me that message and boot me out. Fortunately I can just delete those files again.
runs iffy as fuck... and it is not at all whatsoever in english outside of the title screenSave the below as afix.bat
file, run it and it'll fix the game. After you're done playing, close the window that got opened.
Code:@echo off :waitloop IF EXIST "%appdata%\skdata\KannagiRina\.clientconf" GOTO waitloopend timeout /t 3 /NOBREAK goto waitloop :waitloopend del %appdata%\skdata\KannagiRina\.clientconf goto waitloop