harbingerofme / DebugToolkit

Debugging commands for Risk of Rain 2. Previously known as RoR2Cheats.
https://thunderstore.io/package/IHarbHD/DebugToolkit/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link
bepinex modding modding-games r2api risk-of-rain-2

DebugToolkit

This mod adds various debugging commands to the console. See below for all commands plus explanation.

Harb, iDeathHD and 's reimplementation of Morris1927's RoR2Cheats. Derived with permission.

Also adds autocompletion for arguments and networked commands giving their information to the right people to the console. Read here to see how you can use the autocompletion feature for your own mod.

Track update progress, get support and suggest new features over at the DebugToolkit discord.

Some vanilla console functions you might not know:

Mods recommended for combined use:

You may contact us at any time through issues on GitHub, the dedicated discord server or through the Risk of Rain 2 modding Discord found at the top of the Thunderstore website.


Additional Contributors


COMMANDS

Verbiage:

Commands:

List Commands:

Dump Commands:

Buff Commands:

Note: The game does not protect against negative buff stacks, which can lead to unintended behaviors. Gaining a timed buff gives a permanent stack which is taken away upon expiration. give_buff bleed 5 10; remove_buff_stacks bleed will lead to -5 bleed stacks when the timed buff expires. Having a DoT active is also similar to a timed buff.

Item Commands:

Note: Some commands support a weighted item selection, referred to as droptable. The syntax for it is <itemtier:weight tokens separated by comma>. The weight should be a positive float and is an optional argument with a default value of 1.0. If a comma or decimal point is used, the whole argument must be surrounded in double quotes. The keyword all uses all available item tiers with a default weight. For example, any of the following are valid inputs: tier1, "tier1:5,tier2,tier3:0.4", all.

Spawn Commands:

Profile Commands:

Cheat Commands:

Bind Commands:

Server Related Commands:

Reload Commands:

Unlocked Vanilla Commands

Additional Macros