İçeriğe geç
RustStats PRO
Konsol Komutları

Rust konsolu, dizine eklendi

Oyunda konsolu açmak için F1'e basın. Aşağıdaki her şey gerçekte kullanım şeklinize göre gruplandırılmıştır; yalnızca yönetici komutları işaretlenmiştir — bunlar sunucuda ownerid veya moderatorid gerektirir ve sahibi olmadığınız bir sunucuda hiçbir şey yapmazlar.

Kim çalıştırabilir
Ara

Gösteriliyor 70 / 70 komut.

Herhangi bir oyuncu

Client & Graphics

11 komut

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.

Kopyalargraphics.fov 90

graphics.quality

graphics.quality <0-5>

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

Kopyalargraphics.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.

Kopyalarfps.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.

Kopyalargc.buffer 2048

streamermode

streamermode <0|1>

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

Kopyalarstreamermode 1

bind

bind <key> <command>

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

Kopyalarbind f1 consoletoggle

grass.displacement

grass.displacement <true|false>

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

Kopyalargrass.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.

Kopyalarwater.quality 0

audio.master

audio.master <0.0-1.0>

Sets the master output volume for all game audio.

Kopyalaraudio.master 0.4

censornudity

censornudity <true|false>

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

Kopyalarcensornudity true

gfx.ssaa

gfx.ssaa <true|false>

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

Kopyalargfx.ssaa false

Herhangi bir oyuncu

Chat & Info

8 komut

chat.say

chat.say "<message>"

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

Kopyalarchat.say "trading scrap at outpost"

combatlog

combatlog [count]

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

Kopyalarcombatlog 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.

Kopyalarcombatlog_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.

Kopyalarfind 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.

Herhangi bir oyuncu

Debug & Performance

7 komut

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.

Kopyalarperf 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.

Kopyalarnet.visualizedebugging true

Yalnızca yönetici

Giving Items

5 komut

inventory.give

Yönetici

inventory.give <item shortname> <amount>

Gives yourself the specified quantity of an item by its shortname.

Kopyalarinventory.give rifle.ak 1

inventory.giveto

Yönetici

inventory.giveto <player> <item shortname> <amount>

Gives an item to a named online player instead of yourself.

Kopyalarinventory.giveto Sam wood 1000

inventory.giveid

Yönetici

inventory.giveid <steamid> <item id> <amount>

Gives an item to a player by Steam ID using the numeric item ID rather than the shortname.

Kopyalarinventory.giveid 76561198012345678 -151838493 1

inventory.giveall

Yönetici

inventory.giveall <item shortname> <amount>

Gives the specified item to every player currently online.

Kopyalarinventory.giveall scrap 100

inventory.givearm

Yönetici

inventory.givearm <item shortname> <amount>

Gives yourself an item placed directly into your belt slots rather than the main inventory.

Kopyalarinventory.givearm syringe.medical 6

Yalnızca yönetici

Teleporting

6 komut

teleport

Yönetici

teleport <player> [target player]

Teleports you to a player, or teleports the first named player to the second one when two names are given.

Kopyalarteleport "Sam" "Alex"

teleport2me

Yönetici

teleport2me <player>

Brings the named player to your current position.

Kopyalarteleport2me Sam

teleport2grid

Yönetici

teleport2grid <grid> [player]

Teleports you, or an optionally named player, to the centre of a map grid square.

Kopyalarteleport2grid H14

teleportlos

Yönetici

teleportlos

Teleports you to the first surface in your line of sight, which is handy for crossing terrain quickly.

teleportpos

Yönetici

teleportpos <x> <y> <z>

Teleports you to exact world coordinates.

Kopyalarteleportpos 1200 25 -430

teleporteveryone

Yönetici

teleporteveryone

Teleports every online player to your current position.

Yalnızca yönetici

Spawning

6 komut

spawn

Yönetici

spawn <prefab shortname>

Spawns an entity by its short prefab name at the point you are looking at.

Kopyalarspawn bear

entity.create

Yönetici

entity.create <full prefab path>

Creates an entity from its full prefab path, which reaches prefabs that the short spawn name cannot.

Kopyalarentity.create assets/prefabs/deployable/locker/locker.deployed.prefab

heli.call

Yönetici

heli.call [player]

Calls in a patrol helicopter, targeting the named player when one is supplied.

Kopyalarheli.call

supply.call

Yönetici

supply.call

Calls a cargo plane that drops a supply crate at your position.

bradley.call

Yönetici

bradley.call

Spawns a Bradley APC on its patrol route at the Launch Site.

spawn.fillpopulation

Yönetici

spawn.fillpopulation

Immediately repopulates the world with animals, nodes and other spawn populations up to their configured targets.

Yalnızca yönetici

Player Administration

13 komut

kick

Yönetici

kick <player> [reason]

Disconnects a connected player from the server with an optional reason shown to them.

Kopyalarkick "Sam" "afk in safe zone"

ban

Yönetici

ban <player> [reason] [duration]

Bans a currently connected player by name, optionally for a limited duration.

Kopyalarban "Sam" "cheating" 7d

banid

Yönetici

banid <steamid> [name] [reason]

Bans a player by Steam ID, which works even while they are offline.

Kopyalarbanid 76561198012345678 "Sam" "cheating"

unban

Yönetici

unban <steamid>

Removes a Steam ID from the ban list.

Kopyalarunban 76561198012345678

banlistex

Yönetici

banlistex

Prints the full ban list including each ban reason and expiry time.

god

Yönetici

god <true|false>

Toggles invulnerability for yourself so no damage source can hurt you.

Kopyalargod true

noclip

Yönetici

noclip

Toggles free-fly movement that passes through terrain and buildings.

ownerid

Yönetici

ownerid <steamid> "<name>" "<reason>"

Grants a Steam ID full owner-level admin rights on the server.

Kopyalarownerid 76561198012345678 "Sam" "head admin"

moderatorid

Yönetici

moderatorid <steamid> "<name>" "<reason>"

Grants a Steam ID moderator rights, which allow most admin commands but not server configuration.

Kopyalarmoderatorid 76561198012345678 "Alex" "weekend mod"

removeowner

Yönetici

removeowner <steamid>

Revokes owner-level admin rights from a Steam ID.

Kopyalarremoveowner 76561198012345678

removemoderator

Yönetici

removemoderator <steamid>

Revokes moderator rights from a Steam ID.

Kopyalarremovemoderator 76561198012345678

mute

Yönetici

mute <player|steamid>

Silences a player so their voice and chat are hidden from everyone on the server.

Kopyalarmute 76561198012345678

unmute

Yönetici

unmute <player|steamid>

Restores voice and chat for a previously muted player.

Kopyalarunmute 76561198012345678

Yalnızca yönetici

Server Control

14 komut

serverinfo

Yönetici

serverinfo

Prints live server statistics including player count, framerate, memory use and uptime.

save

Yönetici

save

Forces an immediate world save so recent building and loot changes survive a restart.

server.writecfg

Yönetici

server.writecfg

Writes the current convar values plus the user and ban lists to disk.

restart

Yönetici

restart [seconds]

Starts a broadcast countdown and then restarts the server, saving on the way down.

Kopyalarrestart 300

quit

Yönetici

quit

Shuts the server down immediately with no countdown.

env.time

Yönetici

env.time <0-24>

Sets the in-game time of day for everyone on the server, where 12 is noon and 0 is midnight.

Kopyalarenv.time 12

admintime

Yönetici

admintime <-1-24>

Overrides the time of day for your client only, with -1 restoring the real server time.

Kopyalaradmintime 12

weather.rain

Yönetici

weather.rain <0.0-1.0>

Forces rainfall intensity, where 0 clears the sky and 1 is a full downpour.

Kopyalarweather.rain 1

weather.fog

Yönetici

weather.fog <0.0-1.0>

Forces fog density from clear to fully fogged.

Kopyalarweather.fog 0

weather.wind

Yönetici

weather.wind <0.0-1.0>

Forces wind strength, which affects trees, cloth and wind turbine output.

Kopyalarweather.wind 0.5

server.hostname

Yönetici

server.hostname "<name>"

Sets the server name shown in the in-game server browser.

Kopyalarserver.hostname "RustStats 2x Solo/Duo"

server.description

Yönetici

server.description "<text>"

Sets the long description shown on the server browser detail page.

Kopyalarserver.description "Weekly wipe, no BPs"

server.maxplayers

Yönetici

server.maxplayers <number>

Sets the maximum number of players allowed on the server at once.

Kopyalarserver.maxplayers 150

say

Yönetici

say "<message>"

Broadcasts a message to every player as the SERVER account.

Kopyalarsay "wipe in 10 minutes"

Son söz

Bu sayfa insanların gerçekten kullandığı komutları yansıtır. Yetkili liste her zaman oyunun kendisidir: yazın find <text> konsola ve çalışan sürümün kaydettiği her komutu ve convar'ı geçerli değeriyle birlikte yazdırır. Burada bir şey uyuşmuyorsa find, güvenin find — Facepunch aylık yamada convars'ı yeniden adlandırır ve ayarlar.