Aller au contenu
RustStats PRO
Commandes console

La console Rust, indexée

Appuyez sur F1 dans le jeu pour ouvrir la console. Tout ce qui suit est regroupé selon votre usage réel, avec les commandes réservées à l'admin signalées — celles-ci nécessitent ownerid ou moderatorid sur le serveur, et elles ne feront rien sur un serveur dont vous n'êtes pas propriétaire.

Qui peut l'exécuter
Rechercher

Affichage de 26 sur 70 commandes.

N'importe quel joueur

Client & Graphics

11 commandes

graphics.fov

graphics.fov <60-90>

Sets the camera field of view in degrees, where higher values show more of the world at the cost of apparent zoom.

Copiesgraphics.fov 90

graphics.quality

graphics.quality <0-5>

Applies an overall graphics quality preset, with 0 being the fastest and 5 the most detailed.

Copiesgraphics.quality 2

fps.limit

fps.limit <number>

Caps the client framerate to the given value, which smooths frame pacing and reduces heat on capable machines.

Copiesfps.limit 144

gc.buffer

gc.buffer <64-4096>

Sets how many megabytes the garbage collector may buffer before running, where larger values trade RAM for fewer stutters.

Copiesgc.buffer 2048

streamermode

streamermode <0|1>

Hides player names, Steam IDs and the server name so your stream does not leak identifying information.

Copiesstreamermode 1

bind

bind <key> <command>

Binds a keyboard or mouse key to any console command or input action.

Copiesbind f1 consoletoggle

grass.displacement

grass.displacement <true|false>

Toggles grass bending away from players and vehicles, which looks better but costs a few frames.

Copiesgrass.displacement false

water.quality

water.quality <0-3>

Controls water reflection and refraction detail, where 0 is a flat cheap surface and 3 is full quality.

Copieswater.quality 0

audio.master

audio.master <0.0-1.0>

Sets the master output volume for all game audio.

Copiesaudio.master 0.4

censornudity

censornudity <true|false>

Censors character nudity on your client, which is useful for streaming and recording.

Copiescensornudity true

gfx.ssaa

gfx.ssaa <true|false>

Enables supersampled anti-aliasing, which sharpens distant edges at a large GPU cost.

Copiesgfx.ssaa false

N'importe quel joueur

Chat & Info

8 commandes

chat.say

chat.say "<message>"

Sends a message to server chat without opening the chat window.

Copieschat.say "trading scrap at outpost"

combatlog

combatlog [count]

Prints your most recent combat events with attacker, weapon, distance and damage for each hit.

Copiescombatlog 20

combatlog_outgoing

combatlog_outgoing [count]

Prints only the combat events where you were the attacker, which is the quickest way to confirm your own hits.

Copiescombatlog_outgoing 10

seed

seed

Prints the procedural world seed of the server you are connected to.

status

status

Lists every connected player with their Steam ID, ping and connection time.

find

find <text>

Searches every registered command and convar for the given text and prints the matches with their current values.

Copiesfind weather

players

players

Prints a detailed player table including health, position and connection quality.

playerlist

playerlist

Prints a compact list of the players currently online and their Steam IDs.

N'importe quel joueur

Debug & Performance

7 commandes

perf

perf <0-6>

Controls the on-screen performance overlay across levels 1-6, where 0 hides it, 1 shows FPS, 2 adds memory and garbage-collection stats, 3 adds network ping and latency, 4 adds task and thread timings, 5 adds a detailed frame and entity breakdown, and 6 shows the full debug readout.

Copiesperf 2

ping

ping

Prints your current round-trip latency to the server in milliseconds.

version

version

Prints the build and protocol version of the client and of the server you are on.

benchmark

benchmark

Runs the built-in benchmark sequence and reports an average framerate score when it finishes.

kill

kill

Kills your own character immediately, which is the fastest way to respawn when stuck.

client.disconnect

client.disconnect

Disconnects you from the current server and returns you to the main menu.

net.visualizedebugging

net.visualizedebugging <true|false>

Draws networking debug gizmos in the world so you can see entity replication and interpolation.

Copiesnet.visualizedebugging true

Le dernier mot

Cette page reflète les commandes réellement utilisées. La liste faisant autorité est toujours le jeu lui-même : tapez find <text> dans la console et il affiche chaque commande et convar que la version en cours enregistre, avec sa valeur actuelle. Si quelque chose ici diffère de find, faites confiance à find — Facepunch renomme et ajuste les convars dans la mise à jour mensuelle.