nulldev-Gimme icon

Gimme

surely spawning in items is a good idea

Last updated 2 weeks ago
Total downloads 418
Total rating 0 
Categories Items Client-side Server-side
Dependency string nulldev-Gimme-1.0.0
Dependants 0 other packages depend on this package

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
RiskofThunder-R2API_Items-1.0.1 icon
RiskofThunder-R2API_Items

API for adding custom items

Preferred version: 1.0.1
RiskofThunder-R2API_Language-1.0.0 icon
RiskofThunder-R2API_Language

API for modifying the language localisation of the game

Preferred version: 1.0.0

README

Gimme

A simple Risk of Rain 2 mod that adds a command to let you spawn in items.

🚨 README BEFORE INSTALLING 🚨

This mod intentionally disables the ability to gain achievements as it becomes REALLY easy to get them.

If you wish to get your achievements, MAKE SURE THAT THIS MOD IS DISABLED.

Usage

/gi [ITEM] [PLAYER] {QUANTITY}
/gr {ITEM} {QUANTITY}
/gimme [ITEM] [PLAYER] {QUANTITY}
/gimmerandom  {ITEM} {QUANTITY}

where:

  • [ITEM] is a single word (no spaces!!!), you can use parts of an item name like "Syringe" for "Soldier's Syringe", case insenstive
  • [PLAYER] for a ingame player.
  • {QUANTITY} the amount to give, integer between one and 1024, optional.

FAQ

Why?

funny

Why block achievements?

This mod makes it way too easy to get them, I'm talking one command for some of them.

Why do I see "Too much of item requested"...

Some items either make the game way too unplayable, or will lag the hell out of the host, so a very small pool of items have a fixed limit within Gimme, you can still obtain more of these items normally through the game.

Why isn't this mod host only?

The achievement blocker wouldn't work then, see above.

Can I spawn DLC items in without owning the DLC?

No.

Credits

  • DropItem by Thrayonlosa, basis for the mod.

License

MIT License

Copyright (c) 2025 IRQL_NOT_LESS_OR_EQUAL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.