issues
search
Ijwu
/
PhoenixPointModLoader
Provides an interface for injecting code into the game Phoenix Point. Based on the BattleTech Mod Loader.
Apache License 2.0
3
stars
1
forks
source link
Dependency resolution for mods based on metadata.
#7
Closed
Ijwu
closed
4 years ago
Ijwu
commented
4 years ago
Changes:
Implements a metadata file format for mods.
Implements dependency resolution for mods loading.
Mods may optionally include their metadata along with their DLL. Mod metadata are simple JSON files following the format of the
ModMetadata
class.
To-do before merging:
[x] Write documentation about mod metadata.
[x] Write documentation about mod dependency resolution.
Changes:
ModMetadata
class.To-do before merging: