Central database for managing mods in Space Flight Simulator.
repo.json- all available mods and their dataschema- explains what your mod's mod.json should look like
Want to add your mod? Create a pull request with:
- Make a copy of repo.json.
- Edit the repo.json file with your mod.
Or
- Update repo.json with your mod's code.
- like this:
{
"id": __,
"name": "",
"author": "",
"version": __,
"description": "",
"type": Mod (dll), Parts (.pack), Texture (.zip),
"dependencies": [],
"conflicts": [],
"download": URL,
"size": __
},
See schema.json for the complete mod format specification.