Adds the dev console command spawn-monster-under-cursor
, and the shorter alias smuc
In combat (the dungeon), move the cursor to the location which the monster will spawn. Open the console and type: spawn-monster-under-cursor and then the id of the monster to spawn.
Example: spawn-monster-under-cursor possesed_man_worker
Example: smuc possesed_man_worker
The unit will be spawned under the cursor.
The list of creatures can be found at %AppData%\..\LocalLow\Magnum Scriptum Ltd\Quasimorph_ModConfigs\QM_SpawnMonsterCommand\Creatures.txt
This list will be created after the mod has been installed and the game run once.
The command also supports auto complete. Type spawn-monster-under-cursor
(with a space) and type a partial name. For example, 'man'.
Press tab and the list of monsters that include man will be listed. Press up and down arrows to use an entry.
To list all of the creatures, use _
as the Id.
If you enjoy my mods and want to buy me a coffee, check out my Ko-Fi page. Thanks!
Source code is available on GitHub at https://github.com/NBKRedSpy/QM_SpawnMonsterCommand
- Added the 'smuc' alias
- Version 0.8.6 compatibility
- Fixed spawn error and mod compatibility.
- v 0.8.5 Compatibility
- Moved data export directory
- Version .8 compatibility.