This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This script mods StorySave to bypass checkpoint_required/challenge_required in 2023 | |
| # exit when any command fails | |
| set -e | |
| # make sure StorySave.apk exists | |
| if [ ! -f "StorySave.apk" ]; then | |
| echo "StorySave.apk does not exist." | |
| echo "Download latest StorySave apk from APK Mirror and then rename it to StorySave.apk" | |
| echo "https://www.apkmirror.com/apk/liam-cottle/storysave/storysave-1-26-2-release/storysave-1-26-2-android-apk-download/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| REM Version 1.3 | |
| REM | |
| REM Put this batch file in the same directory as your published Windows app directory and change the variable value below [YOUR_APP_PACKAGE_ID] | |
| REM | |
| REM Once you are ready to publish this publically, zip up the *.cer, *.msixappbudle or *.appxbundle and this batch file and | |
| REM put it on your server or upload it to your itch.io account. | |
| REM Tell your users/customers to unzip and launch the install.bat file and follow the prompts. | |
| REM |