You are viewing a potentially older version of this package. View all versions.
ThinkInvis-Yeet-2.2.0 icon

Yeet

Toss all your items! To other players, or right under a boss, or off a cliff...

Date uploaded 2 years ago
Version 2.2.0
Download link ThinkInvis-Yeet-2.2.0.zip
Downloads 16878
Dependency string ThinkInvis-Yeet-2.2.0

This mod requires the following mods to function

bbepis-BepInExPack-5.4.2103 icon
bbepis-BepInExPack

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

Preferred version: 5.4.2103
RiskofThunder-R2API_Core-5.0.6 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.0.6
RiskofThunder-R2API_Prefab-1.0.1 icon
RiskofThunder-R2API_Prefab

API for Prefab creation, networking and duplication

Preferred version: 1.0.1
ThinkInvis-TILER2-7.3.4 icon
ThinkInvis-TILER2

ThinkInvisible's Library of Extras for RoR2 -- modularization/boilerplate and multiplayer config sync tools for other mods.

Preferred version: 7.3.4

README

Yeet

Description

Clicking an item or equipment in your inventory will remove one stack of it and forcefully toss it in the direction you're aiming. Functions on both client and server by way of the yeet [item name/index] console command, which may also be used on its own.

Holding the mouse button down for longer will throw the item farther.

Has config options to prevent dropping: lunar items (on by default), void items (on by default), all items, all equipment.

Has config options for cooldown on dropping (10s by default) and on picking up an item you just dropped (5s by default).

Has a config option to prevent the Recycler from working on dropped items.

Has a config option to drop Command droplets instead of items while the Artifact of Command is active.

Has a serverside convar that disables dropping items at all for all clients.

Issues/TODO

  • Could do with some sort of UI indicator that items can be clicked.
  • "Drop last valid pickup" command/keybind.
  • Primary skill is fired while clicking in inventory to drop items (the alternative is 'sticky' UI focus when adding buttons; picked lesser of two evils for now).
  • See the GitHub repo for more!

Changelog

2.2.0

  • Moved configs from manual implementation to TILER2.AutoConfig. Added Risk Of Options support.
  • Changed TILER2 dependency type to a hard dependency (v7.0.1).
  • Recompiled for latest game version.

2.1.1

  • Fixed yeet_on convar defaulting to 0 (intended default value is 1).

2.1.0

  • Added a server convar (yeet_on) that enables/disables most mod functionality.

2.0.1

  • Added a config for disabling using Recycler on dropped items.

2.0.0

  • Implemented a cooldown on item dropping. Defaults to 10s.
  • Implemented a cooldown on picking up an item you just dropped. Defaults to 5s.
  • Significant changes to the inner workings of the mod to support these features.