Decompilation of the 2023 mobile game Super Cat Tales: PAWS. This is the Android version 1.0.59 because that's what i have.
Only issue is, some Air Native Extensions (ANEs) made by distriqt used in the game are paid. My (stupid) solution was to just... decompile them too and it... worked. For better accuracy, it would be appreciated if someone gave them to me. This may sound illegal, but in reality you need a key that isn't in the actual ANEs to use them. Neutronized's is somewhere in the decomp.
You will need the following software to be installed:
- Visual Studio Code. You can use other IDEs or even compile it from the command line, but these instructions are for VS Code.
- The ActionScript and MXML extension for Visual Studio Code. Once again, you can use other extensions or compile it from the command line, but these instructions are for the ActionScript and MXML extension.
- The Adobe Air SDK.
NOTE: These instrucions are made for VSCode ONLY. To compile from the command line, install asconfigc and refer to this.
- Set the AIR_HOME environment variable to the path of your AIR sdk.
- Open the directory of the decomp in Visual Studio.
- Go to the Terminal menu and select Run Build Task.... Alternatively, use the Ctrl+Shift+B keyboard shortcut (or Command+Shift+B on macOS).
- Select one of the options and let it compile! If it complains about a certificate, open up the asconfig.json file in a text editor. You'll find how to fix it in there.