CustomBooster-Custom_Boosters icon

Custom Boosters

A plugin for creating Custom Boosters

Last updated 2 years ago
Total downloads 2598
Total rating 4 
Categories Rundown Mods Libraries
Dependency string CustomBooster-Custom_Boosters-1.2.1
Dependants 2 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-1.3.0 icon
BepInEx-BepInExPack_GTFO

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

Preferred version: 1.3.0

README

Custom Boosters

Plugin that allows rundown developers to add custom boosters. Dynamically creates datablocks based on CustomBoosters.json

(v1.2.0+) Allows for the creation of up to 50 boosters in each booster category.

MTFO

If MTFO is used the custom booster directory will be created in MTFO's custom data folder. CustomBoosters is compatible with MTFO's HotReloader HotReloader only supports editing of boosters already in the inventory. In order for new boosters to show up a game restart needs to occur.

Customizing

After installing the plugin and running the game for the first time, a CustomBoosters folder will be generated for you.

BoosterCategory.txt -> Possible categories for boosters BoosterConditions.txt -> Possible conditions for boosters BoosterEffects.txt -> Possible effects for boosters CustomBoosters.json -> Custom booster inventory

Icons -> (v1.1.0+) Icon directory

Custom Icons

Icons are located in CustomBoosters/Icons Each booster block contains BackgroundIcon and ForegroundIcon properties which point to an image inside said directory. If your icon path is null, no image will be displayed. If your icon path is "" (empty string), the default GTFO image will be used.