Skip to content
Tomasz Cichoń edited this page Nov 8, 2019 · 13 revisions

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.

Table of Contents

User Mode

The How & Why

How Centrifuge works

Why Centrifuge?

The Get & Use

How to Install

Getting unstable Builds

Developer Mode

Mod Development

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.

Reactor Game Agnostic API Documentation And Examples

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.

Clone this wiki locally