Quake 3 Arena hack stuff
Console commands
COMMON COMMANDS
Open console: ~ (tilde)
/map [name]
/devmap [name]
/spmap [name]
/sv_cheats 1
/sv_Cheats 0
/sv_pure 0
/sv_pure 1
/cmdlist
/version
/systeminfo
/serverinfo
/meminfo
GAME SETTING COMMANDS
/g_speed [value]
default:320; min:1 max:899795615743
/g_gravity [value]
default:800; min:0; max:899795615743 (try walking downstairs with that 🙂 )
/cg_fov [value]
default:90; min:0; max:160 thx to spookmineer for correction
/cg_thirdperson [0;1]
/cg_thirdpersonrange [??? because it’s cheat protected :)]
default:40
/setviewpos [x y z yaw]
/cg_drawgun [0;1]
/cg_draw2d [0;1]
/set com_zonemegs [value]
/set com_hunkmegs [value]
value shouldn’t exceed 2/3 of RAM available and shouldn’t exceed 512 MB in total; default: 56
/snd_restart
/vid_restart
/net_restart
/in_restart
/g_gametype [0;1;2;3;4]
chiffres represent ffa, tdm,…
/fraglimit [alue]
/capturelimit [value]
/timelimit [value]
/sv_maxclients [value]
/g_maxgameclients [value]
/g_friendlyfire [0;1]
/g_log [file]
example /g_log games.log
/g_warmup [value]
/handicap [value]
default:100; min:1; max:100
/cg_predictitems
/changevectors
/bindlist
/bind [key cmd/function]
example: /bind q “kill”
example: /bind q “give all;give quad damage”
/unbind [key]
/unbindall
/seta [variable value]
/setu [variable value]
/sets [variable value]
/cvar_restart
/cvarlist
/vstr [variablename]
used to execute a variable command
Example:
/r_mode -1
/r_customwidth 1920
/r_customheight 1200
/r_customaspect 1
/vid_restart
MAP TEST
/r_fastsky [1;0]
/r_speeds
/gfxinfo
/sectorlist
/s_list
/modellist
/modelist
/skinlist
/shaderlist
/imagelist
/touchfile [file]
/fdir [filter] example: /fdir *q3dm*.bsp
/dir [directory] [extension]
/path
/exec
/testmodel###
/testgun###
/fs_referencedlist
/fs_openedlist
/fs_homepath [path]
/fs_basepath [path]
/fs_basegame
/fs_cdpath
/fs_copyfiles [0;1]
/fs_debug [0;1]
/centerview
/vminfo
/vmprofile
/midiinfo
/writeconfig [file]
/wait thx to spookmineer for clarification
“wait” can be used as part of a script, IIRC it’s the amount of frames the script doesn’t change any setting until the wait is over and it executes the next line in the script.
/r_fullbright [0;1]
/r_intensity [0;1]
CHEATS
/spdevmap
/god
/give all
/give [name]
/give bfg10k
/give plasma gun
/give railgun
/give lightning gun
/give rocket launcher
/give grenade launcher
/give shotgun
/give machinegun
/give gauntlet
/give grappling hook
/give personal teleporter
/give medkit
/give battle suit
/give invisibility
/give flight
/give quad damage
/give speed
/noclip
/notarget
FIXES IN SETTINGS
FIXING THE RESOLUTION
(Note that this will make your character model look weird in menus but the actual game will look totally normal).
Step 1
Go your Quake 3 installation folder (usually C:\Program Files (x86)\Steam\steamapps\common\Quake 3 Arena) and open the “baseq3” folder. Then open the file named “q3config.cfg” with Notepad and press CTRL+F. In the search box search for “customheight” and press enter and you will find 2 lines:
seta r_customheight “1440”
seta r_customwidth “2560”
Change the values in the quotes after these lines to match your screen’s resolution. Mine is 2560×1440 so that is what I changed them to (as seen above).
Step 2
Just below these lines you will find another that says:
seta r_mode “3”
Make sure to change this value to “-1” so that the game will use the resolution you put in above.
Step 3
Make sure to press File→Save in order to save these changes
FIXING THE FOV (field of view)
In order to make the FOV look normal at your desired resolution you may need to change it.
Step 1
In the “q3config.cfg” file, CTRL+F and search for “cg_fov” to find the line:
seta cg_fov “110”
Change the value to change the FOV. I find 110 looks best to me personally.
Step 2
Make sure to press File→Save in order to save these changes.
Note: If in-game, you can also open the console and do /cg_fov 110 or whatever number you want to play around with the FOV in-game.
SETTING YOUR FPS (frames per second)
Step 1
In the “q3config.cfg” file, CTRL+F and search for “maxfps” to find the line:
seta com_maxfps “0”
Change the value to change your maximum FPS. Setting it to 0 will unlock the fps, making it so it will be as high as your PC can output.
Step 2
Make sure to press File→Save in order to save these changes.
BONUS FIX
This step is optional but since you are already changing stuff, I highly recommend doing it.
Step 1
In the “q3config.cfg” file, CTRL+F and search for “lightning” to find the line:
seta cg_trueLightning “1”
Make sure to set the value to 1. This makes it so the beam from the Lightning Gun follows the crosshair a lot more closely (like it does in Quake III: Team Arena), making it much easier to aim than it is leaving this value at it’s default setting.
Step 2
Make sure to press File→Save in order to save these changes.
