https://github.com/rbcavi/get-factorio-data
Generate Factorio's data with JavaScript and Lua
https://github.com/rbcavi/get-factorio-data
factorio factorio-data factorio-mod-manager factorio-tool
Last synced: 11 months ago
JSON representation
Generate Factorio's data with JavaScript and Lua
- Host: GitHub
- URL: https://github.com/rbcavi/get-factorio-data
- Owner: RbCaVi
- Created: 2023-09-04T20:44:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T13:16:13.000Z (over 1 year ago)
- Last Synced: 2025-03-10T12:56:45.230Z (about 1 year ago)
- Topics: factorio, factorio-data, factorio-mod-manager, factorio-tool
- Language: JavaScript
- Homepage: https://rbcavi.github.io/factorio-viewer/
- Size: 174 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get-factorio-data
Generate Factorio's data with JavaScript and Lua.
Steps:
- Create a directory for the data to go in:
```
mkdir
cd
```
- Create a file called `pack.json` in that directory with the mods and their versions:
```
{
"base":{}
}
```
- Run `node /process.js` to create `data.json`, `locale.json`, and `assets` in the folder