-
Notifications
You must be signed in to change notification settings - Fork 54
Commands
Brian Rivas edited this page Aug 21, 2014
·
11 revisions
The in-game commands are mainly intended for debugging and testing.
To spawn a regular dungeon in a location type:
/roguelike dungeon X Z
where X and Z are the X/Z parts of the coordinates where you want to spawn the dungeon
To spawn a dungeon with a specific custom setting:
/roguelike dungeon X Z setting
where "setting" is the name of the setting you wish to spawn.
The settings cache will be rebuilt when this command is called.
Note that errors generated by faulty settings will be written to the standard error stream.