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. Default F6. 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. Default Admin. Other values:
None, Spawn, Release, Buying, ActorDying, EventAction, Linked, Skill,
ItemSpawn, CC, Reinforce, Gamble.
DefaultAmount — default stack size. Default 1.
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.GetNewItemElement and placed with
IVroom.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.