Data extractor for the game. Used to generate a JSON with the desired data from the different items.
The program reads all the useful game jsons and parses them to get what is needed.
- Extract game data in JSON format. A programme such as FModel can be used for this purpose.
- The important folders are:
- Content/Mist/Data/
- Content/Localization/Game
- Clone this repository and install Node.js
- Install project dependencies:
npm install
- Create an .env with the data. Similar to the example
- Run the program:
npm run start