Endskill-Custom_Boosters icon

Custom Boosters

A plugin for creating Custom Boosters

Last updated 6 months ago
Total downloads 4233
Total rating 2 
Categories Client Mods Rundown Mods
Dependency string Endskill-Custom_Boosters-1.2.0
Dependants 6 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-3.2.0 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 3.2.0
dakkhuza-MTFO-4.5.0 icon
dakkhuza-MTFO

The premier in GTFO DataBlock editing ;^)

Preferred version: 4.5.0

README

Custom Boosters

Plugin that allows rundown developers to add custom boosters or just play around with the max buffed value boosters. Dynamically creates datablocks based on "CustomBoosters/Boosters.json"

Default behaviour:

Parses the default boosters from gtfo into the CustomBoosters format and saves them as default. This makes them still usable in multiplayer scenarios with people that don't use this mod.

Functionality:

Custom Boosters only parses the MTFOPath/Custom/CustomBoosters/CustomBoosters.json file into gtfo datablocks if the UseCustomboosters boolean is set to true.

  • BoosterImplantTemplateDataBlock
  • BoosterImplantEffectDataBlock
  • BoosterImplantConditionDataBlock

And adds the created booster datablocks to your inventory for use.

Enum Values:

txt files with all accepted enum values will be generated next to the Boosters.json file.

  • MainEffectType.txt
  • EffectCategory.txt
  • ImplantCategory.txt
  • Effect.txt
  • Condition.txt