To use Ceres, just start building terrain.rwx markers! There is no need to "begin" or "end" a session.
There are chat commands that can be used with Ceres to perform other tasks. All commands must start with the prefix "t:" — for example: "t:seed"
Command Name | Command Usage | Command Example |
---|---|---|
area | Shows the "working area" of your commands, in square meters. The default "working area" is 50x50m. | |
area {10-80} | Changes the "working area" of your commands, in square meters. The minimum value is 10 for 10x10m, up to 80 for 80x80m. | area 40 |
fix | Scan terrain & propery in the current "working area" (default is 50x50m). Terrain under terrain.rwx markers will be adjusted to the elevation & texture from the existing marker. | |
seed | Create a single terrain marker in at your current location. If terrain already exists in this location without a marker, the marker will be created with the existing height and texture/rotation values. | |
seed area | Create terrain markers in your "working area" (default is 50x50m). If terrain already exists in this area, the markers will be created with the existing height and texture/rotation values. | |
seed as {userid} | Create a single terrain marker in at your current location for the given user ID. The account operating Ceres must have permission to build objects as other users ("eminent domain"). If terrain already exists in this location without a marker, the marker will be created with the existing height and texture/rotation values. | seed as 404 |
delete | Remove terrain markers in your "working area" (default is 50x50m) without clearing the underlying terrain. | |
clear | Remove terrain markers in your "working area" (default is 50x50m) and clear the underlying terrain (reset back to default texture & rotation). | |
hide | "Hide" terrain markers in your "working area" (default is 50x50m) by updating their "Action" properties to create visible no. | |
unhide | "Unhide" terrain markers in your "working area" (default is 50x50m) by clearing their "Action" properties. You can also use this command as "show". | |
texture {value} | Set texture of terrain markers in your "working area" (default is 50x50m). You can only specify the texture number and not the rotation. | texture 7 |
raise {value} | Adjust the elevation of terrain markers in your "working area" (default is 50x50m) by the specified height value. Using a negative value will "lower" the terrain markers. | raise -0.8 |
click | Identifies the action that will occur when you left-click a terrain marker. Left-clicking a terrain marker will always cause the underlying terrain to be updated with the marker's height and texture, in addition to the left-click action you specify. | |
click command | Changes your "left-click" action to repeat the last used texture, raise, delete, hide, or clear command on the clicked terrain marker. | |
click texture {value} | Changes your "left-click" action to change terrain texture using the specified value. | click texture 7 |
click raise {value} | Changes your "left-click" action to raise or lower terrain elevation using the specified value. | click raise 4.5 |
click hide | Changes your "left-click" action to hide the clicked terrain marker. This is the default action that occurs. | |
click delete | Changes your "left-click" action to delete the clicked terrain marker without clearing terrain. | |
click clear | Changes your "left-click" action to delete the clicked terrain marker and reset terrain to default texture & rotation. | |
click none | Changes your "left-click" action to do nothing. |