Difference between revisions of "List of commands"

From QuakeQEWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
{| class="wikitable sortable"
|+
|+
!Command
!Command
Line 6: Line 6:
|-
|-
|addbot
|addbot
|
|Server
|
|Adds a bot to the game
|-
|-
|alias
|alias
|
|Client
|
|<code>alias <name> <command></code> Creates a new alias.
<code>alias</code> Shows existing alias
|-
|-
|begin
|begin
|
|Internal
|
|
|-
|-
|bf
|bf
|
|Client
|
|Flashes the screen. This is the command that gets executed when you pick up some item
|-
|-
|bind
|bind
|
|Client
|
|<code>bind <key> <command></code> Creates a bind
|-
|-
|bot_reloadsettings
|bot_reloadsettings
|
|Server
|
|Reloads all the settings for the bots
|-
|-
|bugit
|bugit
Line 34: Line 35:
|-
|-
|centerview
|centerview
|
|Client
|
|Resets the view pitch to the center
|-
|-
|changelevel
|changelevel
|
|Server
|
|<code>changelevel <map></code> Changes the game to another map, without kicking players.
|-
|-
|clear
|clear
|
|Client
|
|Clears the console of all text
|-
|-
|clearalias
|clearalias
|
|Client
|
|Deletes all aliases
|-
|-
|cmd
|cmd
Line 54: Line 55:
|-
|-
|color
|color
|
|Networked
|
|<code>color <color></code> Sets the player color
<code>color <top> <bottom></code> Sets the player color
|-
|-
|connect
|connect
|
|Client
|
|<code>connect <ip></code> Connects to a remote server
|-
|-
|connectip
|connectip
|
|Client
|
|<code>connectip <ip> [port]</code> Connects to a remote server
|-
|-
|connectpf
|connectpf
|
|Client
|
|<code>connectpf <room code></code> Connects to a Playfab room code
|-
|ctfscores
|Client
|Added in Update #4
<code>ctfscores <team1> <team2> <flags></code> Updates the CTF UI
|-
|-
|demos
|demos
Line 74: Line 81:
|-
|-
|disconnect
|disconnect
|
|Client
|
|Disconnects from the current game
|-
|-
|dumpvkmemory
|dumpvkmemory
Line 84: Line 91:
|
|
|
|
|-
|echo
|Client
|Added in Update #4
<code>echo <message></code> Prints to the console whatever was put into message
|-
|-
|edict
|edict
|
|Server
|
|<code>edict <id></code> Prints all defs from the specified edict/entity id
|-
|-
|edictcount
|edictcount
|
|
|
|Prints how many edicts exist and in the sub-categories
|-
|-
|edictinfo
|edictinfo
|
|
|
|<code>edictinfo <id></code> Prints info about a specific edict id. Seems to contain relevant for prediction.
|-
|-
|edicts
|edicts
|
|
|
|Prints all defs for all edicts in the map
|-
|-
|entities
|entities
|
|
|
|Prints a list of all the entities and their models, origin and bounding boxes
|-
|-
|exec
|exec
|
|
|
|<code>exec <config></code> Executes an external .cfg file
|-
|-
|flush
|flush
Line 260: Line 272:
|
|
|
|
|-
|loadSlot
|
|Added in Update #1
|-
|-
|map
|map
Line 365: Line 381:
|
|
|-
|-
|nav_save
|nav_mark_links_dirty
|
|
|
|Added in Update #4
|-
|-
|nav_update_connections
|nav_save
|
|Networked
|
|Saves bot navigation paths while editor is open
|-
|-
|netshutdown
|netshutdown
Line 378: Line 394:
|-
|-
|noclip
|noclip
|
|Server
|
|Cheat. Allows passing through walls
|-
|-
|notarget
|notarget
Line 386: Line 402:
|-
|-
|path
|path
|
|Client
|
|Shows the current folder paths that the engine is looking for files in
|-
|-
|pause
|pause
Line 412: Line 428:
|
|
|
|
|-
|playerexflags
|
|Added in Update #3
|-
|-
|pointfile
|pointfile
Line 446: Line 466:
|-
|-
|qc_printglobal
|qc_printglobal
|
|Networked
|
|<code>qc_printglobal <global></code> Prints the value of a global variable from QC
|-
|-
|quit
|quit
Line 468: Line 488:
|
|
|
|
|-
|route_save
|
|Added in Update #4
|-
|-
|save
|save
|
|
|
|
|-
|saveslot
|
|Added in Update #1
|-
|-
|say
|say
Line 624: Line 652:
|
|
|
|
|}
=== Deleted commands ===
The following table contains commands that have since been deleted in newer versions of the game
{| class="wikitable"
|+
!Command
!Type
!Description
|-
|<s>nav_update_connections</s>
|
|Removed in Update #4
|}
|}

Latest revision as of 05:25, 15 September 2022

Command Type Description
addbot Server Adds a bot to the game
alias Client alias <name> <command> Creates a new alias.

alias Shows existing alias

begin Internal
bf Client Flashes the screen. This is the command that gets executed when you pick up some item
bind Client bind <key> <command> Creates a bind
bot_reloadsettings Server Reloads all the settings for the bots
bugit
centerview Client Resets the view pitch to the center
changelevel Server changelevel <map> Changes the game to another map, without kicking players.
clear Client Clears the console of all text
clearalias Client Deletes all aliases
cmd
color Networked color <color> Sets the player color

color <top> <bottom> Sets the player color

connect Client connect <ip> Connects to a remote server
connectip Client connectip <ip> [port] Connects to a remote server
connectpf Client connectpf <room code> Connects to a Playfab room code
ctfscores Client Added in Update #4

ctfscores <team1> <team2> <flags> Updates the CTF UI

demos
disconnect Client Disconnects from the current game
dumpvkmemory
dxgi_listadapters
echo Client Added in Update #4

echo <message> Prints to the console whatever was put into message

edict Server edict <id> Prints all defs from the specified edict/entity id
edictcount Prints how many edicts exist and in the sub-categories
edictinfo edictinfo <id> Prints info about a specific edict id. Seems to contain relevant for prediction.
edicts Prints all defs for all edicts in the map
entities Prints a list of all the entities and their models, origin and bounding boxes
exec exec <config> Executes an external .cfg file
flush
fly
fog
game
give
god
help
impulse
in_attack
in_back
in_down
in_forward
in_jump
in_left
in_lookdown
in_lookup
in_moveleft
in_moveright
in_right
in_speed
in_strafe
in_up
in_use
internetenable
kick
kickbot
kill
kscores
listbinds
listcmds
listen
listjoysticks
listresolutions
listtextures
listvars
load
loadAllDX11Shaders
loadAllVKShaders
loadSlot Added in Update #1
map
maxplayers
mcache
menu_activate
menu_back
menu_credits
menu_down
menu_help
menu_keys
menu_left
menu_load
menu_main
menu_multiplayer
menu_quickload
menu_quicksave
menu_quit
menu_resetsettings
menu_right
menu_save
menu_select
menu_singleplayer
menu_subaction
menu_subaction2
menu_up
messagemode
name
nav_mark_links_dirty Added in Update #4
nav_save Networked Saves bot navigation paths while editor is open
netshutdown
noclip Server Cheat. Allows passing through walls
notarget
path Client Shows the current folder paths that the engine is looking for files in
pause
pf_blocks
pf_entities
pframes
ping
playdemo
playerexflags Added in Update #3
pointfile
port
prespawn
printcaches
printhunks
printvkdescriptorsets
profile
pushtotalk
qc_printglobal Networked qc_printglobal <global> Prints the value of a global variable from QC
quit
reconnect
reloadshaders
restart
restartserver
route_save Added in Update #4
save
saveslot Added in Update #1
say
say_team
screenshot
seta
showachievements
showscores
slist
soundlist
spawn
spawn_ai
spawn_save
spawnipserver
startdemos
stat
status
stop
stopdemo
switchweapon
tell
terminate
testerror
timedemo
timeline
toggle
togglemenu
unalias
unbind
unbindkey
v_cshift
vibrate
viewframe
viewmodel
viewnext
viewprev
wait
weaponwheel
where
writeuserconfig

Deleted commands[edit | edit source]

The following table contains commands that have since been deleted in newer versions of the game

Command Type Description
nav_update_connections Removed in Update #4