Rust Wiki
Advertisement

The console allows the use of several commands. The console is accessed by pressing F1.

Commands

Client Commands

Command Description
/msg <player> <message> message a specified player
/me <message> Puts your text into a purple color

Console Commands

Command Description
gfx.ssaa true/false Enables or disables screen space anti-aliasing.
gfx.grain true/false Enables or disables radiation grain effect
gfx.shafts true/false Enables or disables sun shafts
gfx.damage true/false Enables or disables damage indicators
grass.on true/false Enables or disables grass; Improves FPS for some
grass.displacement true/false Enables or disables grass displacements.
gui.show Turns the ui on.
gui.hide Turns the ui off.
gui.show_branding Turns the branding ui in top-right corner on.
gui.hide_branding Turns the branding ui in top-right corner off.
net.connect "Server IP" Connect to a direct server IP.
net.disconnect Disconnects from a server.
net.reconnect Reconnect to the last server you were on.
censor.nudity false Disabled censorship.
suicide Kills your character allowing for a respawn.
terrain.idleinterval 0-100 Sets how often to draw unseen terrain; setting to 0 will disable.
quit Quits the game.

inv.giveplayer "nick" "item" "amount"

Advertisement