You are viewing a potentially older version of this package. View all versions.
FROG_MAN-CaptainUtilitySwap-1.3.0 icon

CaptainUtilitySwap

allows captain to use both the orbital probe and diablo strike in game via a hotkey to swap.

Date uploaded 6 months ago
Version 1.3.0
Download link FROG_MAN-CaptainUtilitySwap-1.3.0.zip
Downloads 2854
Dependency string FROG_MAN-CaptainUtilitySwap-1.3.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2108 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2108
RiskofThunder-HookGenPatcher-1.2.3 icon
RiskofThunder-HookGenPatcher

MMHOOK generation at runtime.

Preferred version: 1.2.3

README

Captain Utility Swap

Adds a hotkey for changing captain's utility skill. Simple as.
The hotkey is, by defualt, T, but can be changed in the config file to be any keypress you want it to be (as long as it has a unity keycode associated with it).

why?

because the diablo strike is a meme pick, so this is hoping that it'll get me to see how it can actually be useful.

how does it work?

when you hit the swap key, your skill is replaced with the diablo strike or orbital probe (which one you don't have).
This mod keeps track of cooldowns and charges of your utilities.
Additionally, cooldowns will not tick while the skill is inactive, meaning you must be swapped to it to use it more. (both is simple code-wise, but also keeps a bit more balance).
Both are affected by stack-increasing equipment.
Both skills are recharged at the start of each stage.

CHANGELOG

1.3.0

  • fixed stocks not being reset when a stage restarts
  • improved swapping code

1.2.0

  • fixed bugs in multiplayer
  • fixed bugs all around

1.1.0

  • Fixed a breaking bug that caused a lot of errors..

1.0.0

  • First release