MimesisItemSpawner
In-game UI to search the full item table and spawn any item at your position (host/solo).
By Cobtown52
| Last updated | 8 hours ago |
| Total downloads | 8 |
| Total rating | 0 |
| Categories | Mods |
| Dependency string | Cobtown52-MimesisItemSpawner-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.3README
Mimesis Item Spawner
A MelonLoader mod for MIMESIS that adds an in-game window to search the full item table and spawn any item next to you.
Features
- Toggleable on-screen window (default key: F6).
- Searchable, scrollable list of every item in the game (by name or ID).
- Set a stack amount and click an item to spawn it at your position.
- All game access is done via reflection, so the mod keeps working across game updates as long as the underlying spawn API stays the same.
Usage
- Launch the game with MelonLoader installed (use r2modman / Thunderstore).
- Enter a session. You must be the host (or playing solo) — items are spawned by the host-side room simulation, so spawning will not work as a non-host client.
- Press F6 (configurable) to open the spawner window.
- If the list is empty, press Refresh once you are in a session.
- Type to filter, set Amount, then click an item to spawn it.
Configuration
Edit UserData/MelonPreferences.cfg (created after first launch), category
MimesisItemSpawner:
HotKey— Input System key name. DefaultF6. Examples:F1..F12,Backquote(`),Insert,Home. (The game uses Unity's new Input System, so keys are by name.)ReasonOfSpawn— spawn reason passed to the game. DefaultAdmin. Other values:None,Spawn,Release,Buying,ActorDying,EventAction,Linked,Skill,ItemSpawn,CC,Reinforce,Gamble.DefaultAmount— default stack size. Default1.
Notes
- Only MelonLoader is strictly required. MimicAPI is listed as a dependency because it is the shared Mimesis modding library; the spawner itself works standalone.
- Items are created with
IVroom.GetNewItemElementand placed withIVroom.SpawnLootingObject, the same path the game uses internally.
Install (manual)
Place MimesisItemSpawner.dll in your game's Mods/ folder (the one MelonLoader
creates). r2modman/Thunderstore handles this automatically.