-
Notifications
You must be signed in to change notification settings - Fork 103
Chat Debug Cheat Commands
dotequals edited this page Jun 24, 2019
·
5 revisions
For avatars with "Admin" level privileges, some commands are available to allow role-switching and help with debugging (best used in sandbox).
Command | Function |
---|---|
/admin name | Make the specified sim an admin (build roommate with access to these commands AND BANS). |
/builder name | Make the specified sim a roommate with build permissions. |
/roomie name | Make the specified sim a roommate. |
/visitor name | Make the specified sim a visitor. |
/qtrday | Simulates x number of quarter days on the lot (useful for testing breaking an object) |
/time hours:int minutes:int | Sets the time of day using 24 hour time. |
/setjob type:int level:int | Set your job. |
/reload | Re-sync the lot. |
For avatars with "Admin" level privileges, some commands are available for the live server to help with events.
Command | Function |
---|---|
/fixall | Restores wear to 0% for all objects and fixes broken objects on the lot. |
/tuning special 0 1 1.0 | Disable sim collision |
/tuning special 0 1 0.0 | Re-enables sim collision, but only for new sims joining the property |
/tuning special 0 2 | Darkens and Lightens the current property (default value is 0.375) |
/tuning forcedTuning 0 0 0 | Removes all special tuning (requires lot reset) |
Some commands can be run by any client, and typically provide debug information for the tile where the mouse cursor is.
Command | Function |
---|---|
!roomat | Prints the room number at the cursor, and lists adjacent rooms. |
!objat | Lists the objects on the tile the cursor is on top of. |
!del object_id | Sends a deletion command for the given object ID. Useful for deleting invisible objects, if you have the admin privilege. |