Skip to content

Centrifuge 3.2.0

Compare
Choose a tag to compare
@vddCore vddCore released this 23 Aug 11:47
· 214 commits to master since this release

Messenger system deprecation
In order to communicate between mods you should use Manager.GetMod(string modId)?.Instance to get the desired mod's entry point.

Messenger system will be removed in Centrifuge 4.0

Settings system can now typecast enums
Apparently it's just me who needs that shit because nobody else reported that exception before.

GslEventFinished event
Raised after all GSLs have been loaded.

ModInfo will now provide information on entry point type
You can use IsMonoBehaviour boolean property to tweak your mods' behavior for whatever reason.

How do I install Centrifuge?