kleinmann / cartridger

Custom cartridge generator for DCS World's A-10C.

Home Page:https://gliptal.github.io/cartridger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CARTRIDGER

Generate a custom cartridge for the A-10C in DCS World, using a simple web interface. Download the cartridge either as a JSGME ready mod, or as a separate package with installation instructions.

FRAMEWORK

The webapp was coded utilizing node.js as a framework. The following commands are available in the project's root folder:

  • install dependencies: npm install
  • start server (development): npm test
  • start server (production): npm start
  • generate static files: npm run deliver

PLUGINS

CHANGELOG

Versioning follows semantic versioning rules.

0.1.0

  • initial skeleton

0.2.0

  • navigation skeleton
  • cmsc skeleton

0.3.0

  • cmsc interface

0.4.0

  • cmsc behaviour
  • mfcds interface

0.5.0

  • framework fix
  • mfcds behaviour

0.6.0

  • tad interface
  • tad behaviour

0.7.0

  • download skeleton

0.8.0

  • cmsc download
  • mfcds download

0.9.0

  • tad download

0.10.0

  • look and feel

1.0.0

  • iffcc interface
  • iffcc behaviour
  • iffcc download
  • deliver script fix

1.0.1

  • static files fix

1.0.2

  • http import fix
  • images links fix

1.0.3

  • custom plugin serving

1.0.4

  • image link fix
  • uppercase iffcc fix

1.0.5

  • image link fix
  • cmsc filter fix

CONTACTS

LICENSE

license

Cartridger by Mattia Affabris is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Based on a work at https://github.com/Gliptal/cartridger.

About

Custom cartridge generator for DCS World's A-10C.

https://gliptal.github.io/cartridger/


Languages

Language:JavaScript 76.3%Language:CSS 12.3%Language:HTML 11.4%