Skip to content

ja2-stracciatella/stracciatella-toolset

Repository files navigation

Stracciatella Toolset

A desktop application to create mods for JA2 Straccatella.

Screenshow

Features

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

Install

The best way to install the app is to download the latest release from the releases page.

Development Setup

Install build dependencies:

Clone the repo and install node dependencies:

npm install

Starting the App for Development

Start the app in the dev environment:

npm start

Testing

You can run the following commands:

Typechecking:

npm run tsc:check

Linting:

npm run lint

Tests (in watch mode):

npm run test:watch

Packaging the App

To package apps for the local platform:

npm run package

License

MIT © JA2 Stracciatella Team

About

Prototype to build a toolset to manage mod data in ja2-stracciatella

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages