Cobtown52-MimesisItemSpawner icon

MimesisItemSpawner

In-game UI to search the full item table and spawn any item at your position (host/solo).

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-0.7.3 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.3
NeoMimicry-MimicAPI-0.3.0 icon
NeoMimicry-MimicAPI

a api!.

Preferred version: 0.3.0

README

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

  1. Launch the game with MelonLoader installed (use r2modman / Thunderstore).
  2. 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.
  3. Press F6 (configurable) to open the spawner window.
  4. If the list is empty, press Refresh once you are in a session.
  5. 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.