
- #Rimworld game tutorial mod
- #Rimworld game tutorial mods
To test guns you'll want to enable Development mode and spawn in the guns you want to test using Debug Actions Menu -> Tools - Spawning -> Spawn weapons.Īpparel works in the same way, but you don't spawn it in via Spawn weapons. īrrainz is working on a source level debugging tool for Rimworld Modding available at Testing specific content Equipment A modified version of Mono is used by Unity that RimWorld builds on.
Pause the game when an error is logged = Toggles exactly what it says.Ĭode of RimWorld is run and supported by a Mono runtime. Toggle god mode = Toggles God mode, which allows you to build things without cost. Open the inspector = Gives a lot more information when hovering over things. Open debug logging menu = Contains buttons which log parts of the game in the Debug Log. Autotests contains some stress tests like spawning in an entire colony in different stages, burning everything and killing lots of pawns at once. Tools - Spawning allows you to spawn Pawns, Items in different stack sizes, Terrain and Filth. Tools - Pawns holds tools which alter Pawn appearance, levels, health and jobs. Tools - General contains explosions and damaging things, snow actions, plant growth and some more advanced AI visualizations. Actions - Misc contains a few buttons that complete research, continue the in-game tutorial, etcetera. Incidents allows you to spawn in raids or execute incidents.
Open debug actions menu = This menu allows you to do all sorts of things.
Open the view settings = Allows you to activate graphic overlays and cheats like Fast Research.
#Rimworld game tutorial mod
Open the package editor = Opens the package editor, which allows you to preview and modify Sounds and Hair (Is not available for mod use as of 1.0). Open the debug log = Clicking this opens the debug log.
Now that Development mode is activated, create a new world and colony and test your mod:
Under Gameplay, the middle column, tick "Development mode". Press the "Options" button in the main menu. To use this mode, you need to activate it: This can be achieved using the game's Development mode. #Rimworld game tutorial mods
While testing your mods you might want to spawn in weapons, activate events or damage colonists, etcetera. You'll learn several methods to test your mods.