Skip to content

Server (Manager Backend)

This section covers all information related to the design and architecture of the backend server powering the mod manager.

The server is responsible for various tasks such as mod packaging, configuration management, diagnostics, load ordering, and more. This also covers the 'data model' of Reloaded3.

Basically all the actual work of a 'mod manager', but as a server.

Sections

Section Description
Packaging Covers how mods are packaged and distributed, including the package structure and design.
Storage Covers where everything is stored on disk, including how files are managed.
Configurations Stores schemas and explanations of configuration formats shipped in packages.
Diagnostics Explains the diagnostic system that informs the frontend about issues with the user's setup.
Load Ordering Rules used for deprecation & automatic reordering of mods based on dependencies.