Have you gone on a date with Yuki yet, where you're accosted by 3 thugs? After the festival, you can ask Yuki to a date, given enough club popularity.How do you progress the relationship with Yuki? I have finished the festival, visited Ayano in her house several times and met her at the shopping center. Tipps are saying to progress with Ayano and for Ayano to meet her. Where should I meet her?
My club popularity is over 2000 and on first place, but I see no option to ask Yuki for a date... Do I maybe have to date Ayano first to be able to date Yuki? The talking options posted above are the only ones I get.Have you gone on a date with Yuki yet, where you're accosted by 3 thugs? After the festival, you can ask Yuki to a date, given enough club popularity.
Thanks for the patch. Followed the instructions included, but keep running into the following error:v0.937 BugFix2 XMPatch R3
You don't have permission to view the spoiler content. Log in or register now.
Install instruction is included in the attachment
If you have enabled Renpy console, can you please check if "yuki_progress" is 3?My club popularity is over 2000 and on first place, but I see no option to ask Yuki for a date... Do I maybe have to date Ayano first to be able to date Yuki? The talking options posted above are the only ones I get.
Hmm, this problem again. Can you verify if the file "game\script.rpy" and "game\system.rpy" exists after the patch? Also, verify the whether folder "__game" exists and the file "__game\archive.rpa" exists.Thanks for the patch. Followed the instructions included, but keep running into the following error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 287, in script
python:
ScriptError: could not find label 'start'.
It happens every time I try to boot up the game. Would appreciate some help.
Did u know what the last version that still work to bypass?There's v0.937 BugFix version of the game posted here. My contains a folder on cheating the game and patreon codes for v0.936 or later. The codes won't do much, cos now the really useful codes are processed on the dev's server side. That is, you enter your email, then the game contacts the dev server and determine your patreon level and enable contents based on that. Part of what my patch do is bypass that (see the fixlog).
The "__game\archive.rpa" existed, but couldn't seem to find the "game\script.rpy" and "game\system.rpy" files.If you have enabled Renpy console, can you please check if "yuki_progress" is 3?
Basically, you need to skip class several times until Yuki calls you to the council room to berate you about it. Yuki will call you once when you've skipped class 10 times, then once again on the 25th time. Check the "Statistics" screen to know how many times you've skipped class. Mind you, this chain of events will only trigger once the Occult club popularity is greater than 400, just for reference.
After the 2nd call, go to council room again, this time you will get a slightly different menu than your screenshot:
Pick the 3rd option. You can setup a date with Yuki there.
- I just came to check on you
- Although... If you think about it, it's nothing serious. Keep working
- About my wish...
Hmm, this problem again. Can you verify if the file "game\script.rpy" and "game\system.rpy" exists after the patch? Also, verify the whether folder "__game" exists and the file "__game\archive.rpa" exists.
Try this, 1st delete the "game" folder, then rename "__game" to "game", then try to start the game. If successfull, remove the "xm_files" folder, then run the python patch "xm_patch.py". This will only extract "archive.rpa". Try to run the game again, see if successfull. If not, again rename "__game" to "game" then run the cmd patch "xm_patch.cmd", while still keeping "xm_files" removed. Ignore the error message "xm_files not found", here we're testing the extraction phase. Try to run the game again.
If successfull, try to copy the contents of "xm_files" folder to the "game" folder, confirming to overwrite all files. Then check again if the game starts normally.
The v0.937 bugfix 2 is posted hereDid u know what the last version that still work to bypass?
and where I could find/download that version?
because i really want to try it.
thanks
Ok, the problem is the extracting stage then. This stage is actually handled by "extractrpa.py". What python version have you installed? Can you run this command in windows command line:The "__game\archive.rpa" existed, but couldn't seem to find the "game\script.rpy" and "game\system.rpy" files.
I'm gonna step by step walk through your process and annotate my results.
Try this, 1st delete the "game" folder, then rename "__game" to "game", then try to start the game.
School.exe was able to run.
If successfull, remove the "xm_files" folder, then run the python patch "xm_patch.py". This will only extract "archive.rpa". Try to run the game again, see if successfull.
School.exe did not run throwing the same error as mentioned before.
If not, again rename "__game" to "game"
I assumed that you wanted me to delete the "game" folder and rename "_game" like before, and not to merge the "game" and renamed "_game" folders.
then run the cmd patch "xm_patch.cmd", while still keeping "xm_files" removed. Ignore the error message "xm_files not found", here we're testing the extraction phase.
I ran the "xm_patch.cmd" and did indeed get the "xm_files not found" message.
Try to run the game again.
School.exe did not run throwing the same error as mentioned before.
If successfull, try to copy the contents of "xm_files" folder to the "game" folder, confirming to overwrite all files. Then check again if the game starts normally.
I went ahead and tried this step even though the game wouldn't run. When I copied the contents of the xm_files to the "game" folder (I assumed you meant the folder labeled "game" and not the overall game "School-0.937-win" folder) I did not receive a notification to overwrite all files.
Appreciate the help.
python --version
What system are you running the game on? The game does tax the cpu, as it is single threaded, and the RNPC image compositing alone isn't particularly "light".This game is absurdly slow for me. It takes more than half a second to click ANYTHING, even with all of the performance options ticked on. Is this a known problem?
I'm running Python version 3.11.2Ok, the problem is the extracting stage then. This stage is actually handled by "extractrpa.py". What python version have you installed? Can you run this command in windows command line:
If you don't know how to run a command line, press "Win+R", then type in "cmd" in the newly opened window, then press "OK". this will open the command line. You can then type in the above command.Code:python --version
Might be unrelated, did you install the game to the "C" drive?
I myself running the game on Win 10 LTSB 1607, with python 3.10.5 installed. The game itself is installed on "H" drive on my system. Installing games and/or mods on "C" drive generally do cause problems (but do not know if it is causing problem with this particular game) because how windows jealously protect the drive, doesn't matter what setting you set on control panel.
Same problem here, ran the script on both Python 3.11.2 and 3.10.5, both times the game got bricked.The "__game\archive.rpa" existed, but couldn't seem to find the "game\script.rpy" and "game\system.rpy" files.
I'm gonna step by step walk through your process and annotate my results.
Try this, 1st delete the "game" folder, then rename "__game" to "game", then try to start the game.
School.exe was able to run.
If successfull, remove the "xm_files" folder, then run the python patch "xm_patch.py". This will only extract "archive.rpa". Try to run the game again, see if successfull.
School.exe did not run throwing the same error as mentioned before.
If not, again rename "__game" to "game"
I assumed that you wanted me to delete the "game" folder and rename "_game" like before, and not to merge the "game" and renamed "_game" folders.
then run the cmd patch "xm_patch.cmd", while still keeping "xm_files" removed. Ignore the error message "xm_files not found", here we're testing the extraction phase.
I ran the "xm_patch.cmd" and did indeed get the "xm_files not found" message.
Try to run the game again.
School.exe did not run throwing the same error as mentioned before.
If successfull, try to copy the contents of "xm_files" folder to the "game" folder, confirming to overwrite all files. Then check again if the game starts normally.
I went ahead and tried this step even though the game wouldn't run. When I copied the contents of the xm_files to the "game" folder (I assumed you meant the folder labeled "game" and not the overall game "School-0.937-win" folder) I did not receive a notification to overwrite all files.
Appreciate the help.
ahh yes, i finally remeber that i used to play .exe games on my android using joiplay, but then i gave up after i updated my joiplay long long time ago, a lot of games that used to able to run, but then no longer playable, cant even start, well, i will not blame the devs, its probably because my device getting old. (not playstyore version, i used to download it from their official sites)Use the entire archive of the game.
So, if some game have 3GB of file and several hundred of files in the archive, you must decompress it first and put them to your storage..
rollback bug? just press auto generated button, then go back 5 times (back to the 1st page), press the auto generated button again, do it several time and your stat will accumulating by itself, usually when you reach 100 stats, all available starting perk also on checklist/active, you can deactivated perks you dont want, such as new apartment perk because it will cancel any interaction with Ayano sister.Can't quite replicate the 100 stat creation rollback bug. How did you manage to get all stats to 100?
The same with the Untrained perk, I can't replicate it
What does "using dex hand perk" means?
Other than rnpc w/ phone bug, the problem are largely fixed on my end, but haven't posted the patch yet. I'm compiling it right now.
After Meiko joined in the club, she can be given tasks like other randomized NPCs. Using this, you can make her do what you want.hi guys, im testing blackmail and swim club deaccelerating branch, and both have same hint, force meiko to have s*x with help occult club, any hint to progress with this?
i tried blackmail branch on prev vers, theres not really any notable event, only more command for meiko such as, seduce by go nuke, let touch, and f*ck, while progressing with this, i didnt see any change flag until meiko suddenly dissapear for a day from club then suddenly i got called by Yuki to solve this blackmail matter, in the end, poor meiko will either exlude from school after brain dmg or force to stay in the backroom without any more possible interaction, story finish but meiko gone, not like yuki event, when she angry to MC because mc against her, but theres still 2 possible option, yuki will leave the house, or yuki will stay, depend on MC answer
Its not as bad as 0.937 but I had a bug in the first couple minutes alreadyI can already smell the bugs