A desktop application to create mods for JA2 Straccatella.
This app currently allows editing json data for JA2 Stracciatella. Most json files are supported, although some might still be missing. Known missing files are:
- Dealer Inventories
- Translations
The best way to install the app is to download the latest release from the releases page.
Install build dependencies:
Clone the repo and install node dependencies:
npm installStart the app in the dev environment:
npm startYou can run the following commands:
Typechecking:
npm run tsc:checkLinting:
npm run lintTests (in watch mode):
npm run test:watchTo package apps for the local platform:
npm run packageMIT © JA2 Stracciatella Team
