For Mod Authors - Ijwu/PhoenixPointModLoader GitHub Wiki

For Mod Authors

This page is intended to provide an index of other pages relevant to mod development interests. On top of that, it will attempt provide a basic overview of the features of the mod loader from the mod author perspective.

Mod Metadata

Mods may ship with metadata files. These are in the form of a JSON file which is named similarly to the assembly which contains the mod class. For more information on the mod metadata format visit the Mod Metadata page.

Mod Dependencies

Mods may define dependencies on other mods within the mod metadata file. The Mod Dependencies page provides more in-depth information as to how these dependencies are resolved.

In-Game Console

See In-Game Console for more information on using the console both as a user and mod author.