Decompilation of the 2023 mobile game Super Cat Tales: PAWS
  • ActionScript 83.2%
  • AngelScript 16.8%
Find a file
2025-05-25 12:29:16 -04:00
.vscode Upgrade to v1.0.64 2025-05-23 18:54:13 -04:00
AppIconsForPublish Add AppIconsForPublish 2025-05-24 15:28:22 -04:00
extensions Finish re-packaging ANEs 2025-05-24 14:57:29 -04:00
gfx/textures Stop separating assets, properly organise them and start work on ANEs 2025-05-24 13:25:50 -04:00
maps Stop separating assets, properly organise them and start work on ANEs 2025-05-24 13:25:50 -04:00
sfx Remove *test* sub-directory 2025-05-24 13:36:10 -04:00
src_no_sound_system_1_2_NEW_ADS Remove TilesTestStateMap.as 2025-05-25 12:29:16 -04:00
strings Stop separating assets, properly organise them and start work on ANEs 2025-05-24 13:25:50 -04:00
.gitignore Add more build targets 2025-05-24 18:07:36 -04:00
asconfig.json Add more build targets 2025-05-24 18:07:36 -04:00
README.md Use Markdown instead of a mere link in README 2025-05-24 16:41:35 -04:00

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:

Compiling

NOTE: These instrucions are made for VSCode ONLY. To compile from the command line, install asconfigc and refer to this.

  1. Set the AIR_HOME environment variable to the path of your AIR sdk.
  2. Open the directory of the decomp in Visual Studio.
  3. Go to the Terminal menu and select Run Build Task.... Alternatively, use the Ctrl+Shift+B keyboard shortcut (or Command+Shift+B on macOS).
  4. Select one of the options and let it compile! If it complains about a certificate, read this and set asconfig.json accordingly