SFS Comprehensive Archive Network
SCAN is a structured mod management system for Spaceflight Simulator. It replaces manual file handling with an automated and deterministic installation pipeline.
All operations are based on structured metadata, ensuring consistency and eliminating user error.
The interface allows users to manage mods without interacting directly with game files.
SCAN reads JSON metadata and determines how mods should be installed. Each file is placed automatically in the correct directory.
ModName.zip ├── ModName.zip └── mod.json
This format ensures compatibility across all mods.
SCAN aims to standardize mod distribution and eliminate installation errors.