From f28334f01152996a1715c41822c8171e32bbb71a Mon Sep 17 00:00:00 2001 From: 641i130 <46945263+641i130@users.noreply.github.com> Date: Sun, 22 Oct 2023 21:38:34 -0500 Subject: [PATCH] sif finally --- docs/sif/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sif/README.md b/docs/sif/README.md index 69efafc..ebae01f 100644 --- a/docs/sif/README.md +++ b/docs/sif/README.md @@ -37,8 +37,6 @@ The differences of the ones above are JP and Global. Global has the following do Note: It does NOT contain patch to neutralize X-Message-Sign check. If you can't get XMS verification working, you need to patch it yourself. Well, you should make your private server generates correct XMS though. Note2: It's recommended to launch the game in English for the first time. Otherwise, when you launch the game in Japanese for the first time, switching to English will erase all your game data (excluding your account). This logic is in the Lua script of the game. Help on neutralizing this behavior is welcome. -If you need to modify more aspects of the APK (e.g. changing the private key or removing XMS check), consider pulling out the AppAssets.zip, modify as needed, and build your own APK using https://git.gladstonesystems.com/love-live-community/SIFAndroidWrapper Android project as it has automatic RSA patching capabilities. - How to generate X-Message-Sign: NPPS4: https://github.com/DarkEnergyProcessor/NPPS4/blob/b24b4e2a71be3c268c069a49bd3fae2bb25d7feb/npps4/util.py#L37-L42 LLSIF@Home: https://codeberg.org/dic1911/LLSIF.local/src/commit/e7e780258dca86c2f1a77577897fad23298fe9c7/handler/util.js#L18-L34