Quasimorph

Quasimorph

Not enough ratings
Mod Development Tools
   
Award
Favorite
Favorited
Unfavorite
Description
This is the list of various tools that helps with developing mods.

Mostly these are utilities that allow spawning more than one item at a time, placing a creature at the cursor's location, updating a mod by name instead of Steam id, etc.

The following are also recommended:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3494516652 Unity Explorer
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3289908574 Auto Load Last Game

A .NET Quasimorph project template is available here:
https://github.com/NBKRedSpy/QM_Template/releases/
Items (9)
Console Exit Without Save Command
Created by nbk_redspy
Quasimorph Exit Without Save Command A console command to exit the game that is loaded without saving. This allows developers to test the same scenario without restarting the game. For example, killing monsters, spawning items in space, etc. Usage Install ...
itemx - Spawn Multiple Items Command
Created by nbk_redspy
Quasimorph Spawn Multiple Items Command Executes the console's item command multiple times to drop more than one item. Ex: itemx water 10 Will drop 10 water bottles. Note that this command will not stack items as it simply invokes the game's item command m...
Spawn Monster Console Command
Created by nbk_redspy
Quasimorph Spawn Monster Console Command Adds the dev console command spawn-monster-under-cursor, and the shorter alias smuc Usage In combat (the dungeon), move the cursor to the location which the monster will spawn. Open the console and type: spawn-monst...
Fast Forward Time Command
Created by nbk_redspy
Quasimorph Fast Forward Time A debugging utility to fast forward the game's time by X number of days or hours, as quickly as the game can process. Can only be run while a game is loaded and is in space. Usage: skip-days 30 skip-days 8h The mod will log the...
Update Workshop By Name and Browse Commands
Created by nbk_redspy
Quasimorph Update Workshop By Name and Browse Commands Adds the following commands: mod_updateworkshopitem <name>: Updates a mod by name instead of by id and path. mod_browse <name>: Opens a browser to a mod by name. mod_browse <Steam ID>: Opens a browser ...
Official Developer Console Mod
Created by Applejack
Adds developer console support....
Mod Configuration Menu
Created by Crynano
Quasimorph Mod Configuration Menu Mod Configuration Menu (MCM) allows the player to configure mods through the game's native UI. It adds a new button in the Main Menu called "Mods", where you will be able to configure any mod that has compatibility with it...
Unity External Log
Created by nbk_redspy
Quasimorph External Log A utility for developers. Adds the "Unity External Log Window" to the game. The project can be found here: https://github.com/NBKRedSpy/Unity-External-Log-Window Support If you enjoy my mods and want to buy me a coffee, check out my...
Move Resolutions to Top
Created by nbk_redspy
Quasimorph Move Resolutions to Top Primarily a tool for modders. In the graphics options resolution dropdown, moves the specified resolution to the top of the list and the highest resolution as the second. Speeds up changing between a small window for debu...