Rust Wiki

Revision Difference

F1/console#525198

<cat>Play.General</cat> <title>F1/Console</title> The Rust in-game console is accessed by pressing F1. It allows the player to input a range of commands and variables to manipulate the game within certain parameters. The console is alongside 4 others tabs which detail system performance, network performance, items and admin tools.⤶ The console is one of the 5 available tabs located in the F1 menu:⤶ 1. CONSOLE, as explained above.⤶ 2. INFO, which lists your computer details as current map specifics such as the seed.⤶ 3. NET, which shows information about your connection to the server.⤶ 4. ITEMS, which lists all the available Rust items and allows you to spawn them when you have the appropriate server permissions.⤶ 5. TOOLS, which has admin tools if you have the appropriate server permissions.⤶ #Commands Below you can find commands for the console, which cannot be found by going through the game's menus. Some commands work without any parameters, such as `kill`, whilst others require parameters such as true, false or a number, which can be found in the remarks. For example; `toolgun.classiceffects true` sets the command in question to be true.⤶ | COMMAND | Function | REMARKS | | ---------------- | ---------------------------------------------------------------------- | -------------------------- | | kill | Player entity instantly dies |60 second cooldown| | combatlog | Parses recent combat details |10 second delay| | perf 0 | Disables perf counters || | perf 1 | Displays FPS || | perf 2 | Displays FPS and latency || | perf 3 | Displays FPS, latency and RAM usage || | perf 4 | Displays FPS, latency, RAM usage and garbage collection || | perf 5 | Displays FPS, latency, RAM usage, garbage collection and ping || | perf 6 | Displays FPS, latency, RAM usage, garbage collection, ping and tasks || | ping | Returns latency to the server in miliseconds || | quit | Quits the game || | toolgun.classiceffects | Toggle Garry's Mod Tool Gun effects |Toggle with true or false. Defaults to false|