-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to Centrifuge Project wiki pages. Feel free to look around, educate yourself...
The documentation is still a work-in-progress, things are bound to change, including this very page.
The Mod Manifest (mod.json)
Best to learn this first, you're not going to be writing a lot of those, but knowledge is power nevertheless.Getting Started
Crash course into making your own mods for Unity-based games.Settings System
Learn how to leverage the Reactor Settings System in the best way possible.Logging System
Need to get something logged? This page has got you covered.Virtual File System
Manage your mod's data without littering around!Messaging System
Learn how to talk to other mods and create bridges between the gaps y'all created for yourselves.AssetBundle Loader
Game agnostic doesn't mean featureless! Reactor API allows you to load all the resources your mod could possibly need.