erri120 / rpgmpacker

Simple CLI program for packaging RPG Maker games to use in an automated build/deploy pipeline.
MIT License
28 stars 3 forks source link

Exclude unused files #1

Closed erri120 closed 3 years ago

erri120 commented 3 years ago

This will be challenging as it requires parsing of the json files in data/ and figuring out which files are being used.

Possible parser: simdjson.