Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mod DataCenter - SCAN (SFS Comprehensive Addon Network)

Central database for managing mods in Space Flight Simulator.

Structure

  • repo.json - all available mods and their data
  • schema - explains what your mod's mod.json should look like

Contributing

Want to add your mod? Create a pull request with:

  1. Make a copy of repo.json.
  2. Edit the repo.json file with your mod.

Or

  1. Update repo.json with your mod's code.
  2. like this:
{
"id": __,
"name": "",
"author": "",
"version": __,
"description": "",
"type": Mod (dll), Parts (.pack), Texture (.zip),
"dependencies": [],
"conflicts": [],
"download": URL,
"size": __
},

Format

See schema.json for the complete mod format specification.

About

A Database for SCAN (SFS Comprehensive Addon Network)

Topics

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Contributors