This repository was archived by the owner on Oct 20, 2021. It is now read-only.
forked from RealityMachina/PhoenixPointModInjector
-
Notifications
You must be signed in to change notification settings - Fork 1
For Mod Authors
Hussein Farran edited this page Mar 25, 2020
·
1 revision
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.
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.
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.
See In-Game Console for more information on using the console both as a user and mod author.