audse/mod-system-docs

Write implementation tutorial

Opened this issue · 0 comments

audse commented

Should take you through implementation from them GAME DEVELOPER's perspective.

  • Including the Mod System plugin
  • Setting up your game's ProjectSettings
  • Using the ModClassDB to register any class that you want extensible by mods
  • Using the ModSettings resource to store user preferences
  • Using the ModSystem to to instantiate and execute enabled mods within the game