Decompilation of the 2023 mobile game Super Cat Tales: PAWS
- ActionScript 83.2%
- AngelScript 16.8%
| .vscode | ||
| AppIconsForPublish | ||
| extensions | ||
| gfx/textures | ||
| maps | ||
| sfx | ||
| src_no_sound_system_1_2_NEW_ADS | ||
| strings | ||
| .gitignore | ||
| asconfig.json | ||
| README.md | ||
PAWS-Decomp
Decompilation of the 2023 mobile game Super Cat Tales: PAWS. This is Android version 1.0.64.
Building
Prerequisites
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.
Compiling
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, read this and set asconfig.json accordingly