-
Notifications
You must be signed in to change notification settings - Fork 80
Home
Check the sidebar for the full list of articles and guides
For creating Text Pack Plugins (without doing any programming) check out Text-Pack-Patching.
For creating custom batteries from a C# mod, check out CbItem-Patching instead.
Originally introduced in the 3.0 update and later refined in the 4.0 overhaul, MoreCyclopsUpgrades can now be used as a public API, allowing other mods to integrate their own cyclops upgrade modules and have them be fully compatible with the Auxiliary Upgrade Console.
- Understand how upgrades are handled in the Cyclops
- Create an upgrade handler
-
Register your UpgradeHandler
- (Optional) Find your UpgradeHandler during game time
(Optional) Add extra status icons to your mod that can display small bits of info from the Cyclops HUDs.
CbItem Patching.dll
Text Pack Patching.txt
The Cyclops Upgrade Cycle
Single UpgradeHandlers
Grouped UpgradeHandlers
Registering UpgradeHandlers
Finding UpgradeHandlers
Creating Icon Overlays
Registering Icon Overlays
The Cyclops Charge Cycle
Creating Cyclops Chargers
Registering Cyclops Chargers
Finding Cyclops Chargers
Origin Story
Cyclops Manager Promises
Creating Your Manager
Registering Your Managers
Finding Auxiliary Managers