We recommend using the Thunderstore Mod Manager or an alternative for installing mods
Development API for swapping gear in an expedition. Mainly just for my own mods
Last updated | 3 days ago |
Total downloads | 526 |
Total rating | 0 |
Categories | Dev Tools |
Dependency string | Cookie_K-GearSwapAPI-1.0.2 |
Dependants | 1 other mod depends on this mod |
BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.
Preferred version: 2.0.1A bepinex plugin API that allows for swapping your local player's gear whilst in an expedition
GearSwapManager#RequestToEquip(GearId id)
GearSwapManager#SwappableGearSlots
GearSwapManager#SetPickUpSentryOnToolChange
Everything needed to use this API is exposed via the GearSwapManager
class
GearSwapManager#RequestToEquip(GearId id)
: Requests to equip the given GearId
(you can find GearIds through methods like GearManager#GetAllGearForSlot(InventorySlot slot)
). As the name suggests this does not equip the gear right away. The swap will be postponed until certain conditions are met to avoid a plethora of issues surrounding change of weapons and tools (see Blocking Operations below for more details).
GearSwapManager#SwappableGearSlots
: List of InventorySlot
that this API can swap. Currently it can swap GearMelee
, GearStandard
, GearSpecial
, and GearClass
.
GearSwapManager#SetPickUpSentryOnToolChange(bool pickUp)
: Sets whether to pick up any sentry guns deployed by the player when tool is swapped (default false
). If set to true
, any sentry gun deployed by the player will be picked up and have its tool ammo refunded to the player. Otherwise it will leave the sentry deployed even if different tool is given.
Gear can not be swapped while these conditions are true to avoid issues and annoyances surrounding changing weapons
Please note that the install buttons only work if you have compatible client software installed, such as the Thunderstore Mod Manager. Otherwise use the zip download links instead.
Upload date | Version number | Downloads | Download link | |
---|---|---|---|---|
2022-8-4 | 1.0.2 | 39 | Version 1.0.2 | Install |
2021-10-24 | 1.0.1 | 405 | Version 1.0.1 | Install |
2021-10-16 | 1.0.0 | 82 | Version 1.0.0 | Install |