FallegaHQ added a new file:
QuoteDisplay MoreSPT Mod Configurator
Key Features
- Visual Configuration Editor: Edit mod settings through intuitive forms with validation
- Automatic Mod Discovery: Scans and identifies compatible mods in your directory
- Real-time Validation: Prevents configuration errors with instant feedback
- Automatic Backups: Creates backups before saving changes for safety
- Multiple Field Types: Supports text, numbers, sliders, dropdowns, colors, arrays, and nested objects
Important Notes
This configurator does NOT include pre-made configurations for existing mods. Out of respect for mod creators and their work, I have intentionally left it up to each modder to decide whether they want to support this configurator or not.
How You Can Help: If you find this tool useful, please let your favorite modders know about this project! Encourage them to add schema support to their mods so you can configure them through this GUI. I'm happy to help any modder create schemas for their configurations.
For Mod Creators
Adding support is simple - just include a config-schema.json file in your mod that describes your configuration structure. The schema defines form fields, validation rules, and help text for users. Contact me if you need assistance creating schemas for your mods.
Requirements
- Compatible mods must include a config-schema.json file
- Place the executable in your SPT installation directory
- Works with JSON, JSONC, and JSON5 configuration files
Usage
- Place the executable in your SPT installation directory (same level as the user folder)
- Launch the application
- The app will automatically detect mods in the user/mods directory
- Select a mod and configuration file to edit
- Make your changes using the form interface
- Save your changes (backups are created automatically)
The configurator validates all changes against the mod's schema to prevent configuration errors that could break your game.
Screenshots
Data types:
Arrays:
Validation:
Help grow the ecosystem by asking your favorite modders to add schema support!