Localize "Priconne! Grand Masters" for Android client
- Install Magisk v24 or later and enable Zygisk
- Install module in Magisk
- Put the
config.jsonfile in/sdcard/android/data/jp.co.cygames.priconnegrandmasters/and the translation file referenced indicts.
Working directory is /sdcard/Android/data/jp.co.cygames.priconnegrandmasters/
enableLoggerOutputs an unoverwritten string todata.txt(true/false, Default:false)maxFpsMax FPS settings (-1= Default /0= Unlimited /n > 0= Limit to n, Default:-1)uiAnimationScaleChange UI animation scale (0 < ~, Default:1)- Caution: Soft lock occurs when set to
0.
- Caution: Soft lock occurs when set to
uiUseSystemResolutionRenders UI, live subtitles, and more at system resolution. (true/false, Default:false)replaceToCustomFontUse custom fonts instead of in-game fonts. (true/false, Default:false)fontAssetBundlePathFont asset bundle path (ex:custom_font/GyeonggiTitle_Medium/font)tmproFontAssetNameTextMeshPro Font asset name (ex:GyeonggiTitle_Medium SDF)graphicsQualityChange predefined graphics settings. (-1~4, Default:-1)-1: Follow the App's choice0:Toon1280, MSAA OFF1:Toon1280x2, MSAA x22:Toon1280x4, MSAA x43:ToonFull, MSAA x8
antiAliasingChange MSAA settings (-1,0,2,4,8, Default:-1)-1: Follow the Graphics settings0: MSAA OFF2: MSAA x24: MSAA x48: MSAA x8
replaceAssetsPathSet the path to the folder containing the assets to replace the downloaded assets in the game.- The name of the asset file to be replaced must be the same as the hash name of the original asset file.
- ex:
2FOXNDZ5H52B3E4JMXVAJ4FRMDE3PX7Q(Asset containing the Home footer texture and scripts (Android))
dictsTranslation file list (List of translation file paths since/sdcard/Android/data/jp.co.cygames.priconnegrandmasters/)
- Set the app's language to match the system language (currently, fixed to Korean)
- When
maxFpsis set to unlimited, the frame of the game is played from 60 FPS to 30 FPS, which is halved. (Not a typical 30FPS)
- Download the source code
- Use Android Studio to run the gradle task
:module:assembleReleaseto compile, the zip package will be generated in theoutfolder