Is there any way to automatically execute console commands without typing them each time in game? I am done with typing r_ThreadedRenderer2,etc everytime I start the game. Please tell. Thanks.
Auto-execute console commands
Go here: C:\Users\Username\Documents\id Software\Enemy Territory - QUAKE Wars\base
Find the autoexec.cfg
Open it with notepad and at the end, add in r_ThreadedRenderer2 and whatever other commands you want.
[QUOTE=acekiller345;502396]Go here: C:\Users\Username\Documents\id Software\Enemy Territory - QUAKE Wars\base
Find the autoexec.cfg[/QUOTE]
That is the wrong path in which to create the autoexec.cfg! The correct path is C:\Users[user]\Documents\id Software\Enemy Territory - QUAKE Wars\sdnet[etqw user]\base
Actually, save it as “autoexec.cfg” (assuming you are using MS Notepad.)
If you save it without the quotation marks (when the file is saved for the first time, i.e. created,) it will be saved as autoexec.cfg.txt and will not work.
And to just put r_ThreadedRenderer2 in it is not enough (not to mention the typo,) you have to put in
set r_ThreadedRenderer “2”
Alternatively, if you don’t want to mess around with the autoexec.cfg, but just want to set a command in-game and have it stick next time you start up the game, you can prefix your command with ‘seta’. F. ex. open up your command console and type in
seta r_ThreadedRenderer “2”
(or
/seta r_ThreadedRenderer “2”
can’t remember which one, it’s been a while )
and it will stay that way, until you change it.
Does seta command works for adding bots? I have done everything about autoexec.cfg but it doesn’t work. I’m using win 8.1, game patch to v. 1.5. How do we enter commands in autoexec.cfg? With enter key between two commands or + , space or something else?
Are you sure it’s saved as autoexec.cfg, and not mistakenly as autoexec.cfg.txt? (Windows hides the extension of known filetypes, so it would appear to be named autoexec.cfg when in fact it is not.)
You write one command pr. line
This is how my autoexec.cfg looks, although it’s far from optimal, old, outdated and very messy.
seta ui_clanTag "^wTAW^8|"
seta ui_clanTagPosition "0"
seta ui_name "^pRuneforce"
echo "^wThis is TAW^8|^tRu^ene^cf^?or^ice"
//performance tweaks and stuff
seta com_unlockfps "1" //tillader mere end 60 fps
seta g_skipIntro "1" //springer intro over
echo "^wIntro is ^iDISABLED"
seta com_usefastvidrestart "1" //tillader brug af alt-enter for at skifte mellem fullscreen and windowed mode
seta com_allowconsole "1" //tillader brug af console ved œ
seta g_fov "110" // Giver en større fov (90 er standard)
seta r_visdistmult "1.2" //viewing distance
//seta image_lodbias "1" //billeder mere blurred
//seta r_shadows "0" //fjerner skygger indendørs
//seta g_showPlayerShadow "0" //fjerner spillerens skygge
seta r_skipstuff "1" //fjerner græs og ligende
echo "^wStuff is ^iDISABLED"
//seta g_decals "0" //fjerner skudhuller
seta ui_showgun "0" //fjerner spillerens våben og værktøjer
//seta com_videoRam "256" //bruger hele min vidram
seta r_useThreadedRenderer "2" //dualcore support
echo "^wThreaded renderer is ^aENABLED
seta com_unlock_timingMethod "1" //smothness
seta com_unlock_maxFPS "60" //max fps
//seta r_detailFade "0"
//seta r_detailTexture "0" // Low texture quality
//seta r_skipBump "1"
//seta r_skipSpecular "1"
//seta r_megaDrawMethod "3"
//seta r_shaderQuality "0" // Low shader quality
//seta r_softParticles "0"
//seta image_filter "GL_LINEAR_MIPMAP_LINEAR" //biliniær texture filtering istedet for triliniær
//context bind cvars
set g_bind_context_anansi "flyer"
set g_bind_context_hornet "flyer"
set g_bind_context_bumblebee "flyer"
set g_bind_context_desecrator "desecrator"
set g_bind_context_abaddon "desecrator"
//general keybinds
unbindall
bind "w" "_forward" "" "default"
bind "s" "_back" "" "default"
bind "a" "_moveleft" "" "default"
bind "d" "_moveright" "" "default"
bind "f" "_prone" "" "default"
bind "SPACE" "_moveup" "" "default"
bind "c" "_movedown" "" "default"
bind "z" "_leanleft" "" "default"
bind "x" "_leanright" "" "default"
bind "SHIFT" "_sprint" "" "default"
//bind "CTRL" "_speed" "" "default"
bind "1" "_weapon0" "" "default"
bind "2" "_weapon1" "" "default"
bind "3" "_weapon2" "" "default"
bind "4" "_weapon3" "" "default"
bind "q" "_weapon4" "" "default"
bind "e" "_weapon5" "" "default"
bind "7" "useWeapon weapon_binocs" "" "default"
bind "MOUSE1" "_attack" "" "default"
bind "MOUSE2" "_altattack" "" "default"
bind "MWHEELDOWN" "zoomOutCommandMap" "" "default"
bind "MWHEELUP" "zoomInCommandMap" "" "default"
bind "MWHEELDOWN" "_stroyUp" "SHIFT" "default"
bind "MWHEELUP" "_stroyDown" "SHIFT" "default"
bind "r" "_reload" "" "default"
bind "MOUSE4" "_activate" "" "default"
bind "b" "useWeapon weapon_binocs" "" "default"
bind "g" "_usevehicle" "" "default"
bind "HOME" "_vehicleCamera" "" "default"
bind "h" "_modeswitch" "" "default"
bind "F1" "vote y" "" "default"
bind "F2" "vote n" "" "default"
bind "o" "_showWayPoints" "" "default"
bind "p" "toggle g_showWayPoints 0 1" "" "default"
//bind "ALT" "_showFireTeam" "" "default"
bind "t" "clientMessageMode" "" "default"
bind "y" "clientMessageMode 1" "" "default"
bind "u" "clientMessageMode 2" "" "default"
bind "v" "_context" "" "default"
bind "F3" "_ready" "" "default"
bind "F4" "_showScores" "" "default"
bind "TAB" "_showScores" "" "default"
bind "m" "_taskmenu" "" "default"
bind "n" "_commandmap" "" "default"
bind "l" "_limbomenu" "" "default"
bind "k" "_votemenu" "" "default"
bind "KP_ENTER" "_fireteam" "" "default"
bind "CTRL" "_fireteamVoice" "" "default"
bind "F5" "clientTeam gdf" "" "default"
bind "F6" "clientTeam strogg" "" "default"
bind "F7" "clientTeam spectator" "" "default"
bind "F11" "screenshot" "" "default"
bind "F12" "toggleNetDemo" "" "default"
bind "TAB" "_menuNavForward" "" "menu"
bind "TAB" "_menuNavBackward" "SHIFT" "menu"
bind "TAB" "_menuNavBackward" "RIGHTSHIFT" "menu"
bind "ESCAPE" "_menuCancel" "" "menu"
bind "ENTER" "_menuAccept" "" "menu"
bind "ENTER" "_menuNewline" "CTRL" "menu"
bind "ENTER" "_menuNewline" "RIGHTCTRL" "menu"
bind "KP_ENTER" "_menuAccept" "" "menu"
bind "ESCAPE" "_menuCancel" "" "bindmenu"
bind "[" "toggle g_showhud 0 1"
bind "+" "toggle ui_showgun 1 0"
bind "0" "toggle net_clientlagometer 0 1"
bind "9" "toggle com_showfps 0 1"
bind "8" "toggle r_skipStuff 0 1"
bind "oem102" "_voice" "" "default"
bind "Mouse5" "_teamvoice" "" "default"
bind "CAPSLOCK" "_quickchat" "" "default"
bind "BACKSPACE" "toggle g_fov 90 110" "" "default"
bind "INS" "clientDefaultSpawn" "" "default"
bind "DEL" "kill" "" "default"
//voicechat quickbinds
bind "LEFTARROW" "clientquickchat quickchat/responses/acknowledged" "" "default"
bind "LEFTARROW" "clientquickchat quickchat/responses/declined" "SHIFT" "default"
bind "DOWNARROW" "clientquickchat botchat/generic/holdonimamedic" "" "medic"
bind "DOWNARROW" "clientquickchat botchat/generic/holdonimatechnician" "" "technician"
bind "DOWNARROW" "clientquickchat quickchat/responses/outofrange" "SHIFT" "default"
bind "DOWNARROW" "clientquickchat quickchat/responses/outofrange" "SHIFT" "medic"
bind "DOWNARROW" "clientquickchat quickchat/responses/outofrange" "SHIFT" "technician"
bind "DOWNARROW" "clientquickchat quickchat/commands/followme" "" "default"
bind "DOWNARROW" "clientquickchat quickchat/commands/holdfire" "" "covertops"
bind "DOWNARROW" "clientquickchat quickchat/commands/holdfire" "" "infiltrator"
bind "UPARROW" "clientquickchat quickchat/enemy/incomingbombardment" "" "default"
bind "UPARROW" "clientquickchat quickchat/enemy/incomingairstrike" "SHIFT" "default"
bind "RIGHTARROW" "clientquickchat quickchat/self/disguise/imindisguise" "" "covertops"
bind "RIGHTARROW" "clientquickchat quickchat/self/disguise/imindisguise" "" "infiltrator"
bind "RIGHTARROW" "clientquickchat quickchat/self/disguise/enemydisguisedasme" "SHIFT" "covertops"
bind "RIGHTARROW" "clientquickchat quickchat/self/disguise/enemydisguisedasme" "SHIFT" "infiltrator"
bind "RIGHTARROW" "clientquickchat quickchat/enemy/indisguise" "" "default"
bind "RIGHTARROW" "clientquickchat quickchat/self/disguise/enemydisguisedasme" "SHIFT" "default"
//vehicle keybinds
bind "SHIFT" "_sprint" "" "vehicle"
bind "MOUSE3" "_weapon0" "" "vehicle"
bind "MOUSE2" "_weapnext" "" "vehicle"
//bind "MOUSE5" "_vehicleCamera" "" "vehicle"
//bind "MWHEELDOWN" "_activate" "" "vehicle"
bind "END" "toggle g_showvehiclecockpits 0 1" "" "vehicle"
bind "f" "_activate" "" "vehicle"
bind "MOUSE4" "_activate" "" "vehicle"
bind "oem102" "_voice" "" "vehicle"
bind "mouse5" "_teamvoice" "" "vehicle"
bind "CTRL" "_fireteamVoice" "" "vehicle"
bind "INS" "clientDefaultSpawn" "" "vehicle"
bind "MWHEELDOWN" "zoomOutCommandMap" "" "vehicle"
bind "MWHEELUP" "zoomInCommandMap" "" "vehicle"
//desecrator keybinds
bind "SHIFT" "_sprint" "" "desecrator"
bind "MOUSE3" "_weapon0" "" "desecrator"
bind "MOUSE2" "_weapnext" "" "desecrator"
//bind "MOUSE5" "_vehicleCamera" "" "desecrator"
//bind "MWHEELDOWN" "_activate" "" "desecrator"
bind "END" "toggle g_showvehiclecockpits 0 1" "" "desecrator"
bind "f" "_activate" "" "desecrator"
bind "MOUSE4" "_activate" "" "desecrator"
bind "oem102" "_voice" "" "desecrator"
bind "mouse5" "_teamvoice" "" "desecrator"
bind "CTRL" "_fireteamVoice" "" "desecrator"
bind "d" "_forward" "" "desecrator"
bind "a" "_back" "" "desecrator"
bind "q" "_moveleft" "" "desecrator"
bind "e" "_moveright" "" "desecrator"
bind "SPACE" "_moveup" "" "desecrator"
bind "c" "_movedown" "" "desecrator"
bind "w" "_leanleft" "" "desecrator"
bind "s" "_leanright" "" "desecrator"
bind "INS" "clientDefaultSpawn" "" "desecrator"
bind "MWHEELDOWN" "zoomOutCommandMap" "" "desecrator"
bind "MWHEELUP" "zoomInCommandMap" "" "desecrator"
//flyer binds
bind "W" "_sprint" "" "flyer"
bind "S" "_speed" "" "flyer"
bind "SPACE" "_forward" "" "flyer"
bind "SHIFT" "_back" "" "flyer"
//bind "SHIFT" "_tophat" "" "flyer"
bind "MOUSE3" "_weapon0" "" "flyer"
bind "MOUSE2" "_weapnext" "" "flyer"
//bind "MOUSE5" "_vehicleCamera" "" "flyer"
//bind "MWHEELDOWN" "_activate" "" "flyer"
bind "END" "toggle g_showvehiclecockpits 0 1" "" "flyer"
bind "f" "_activate" "" "flyer"
bind "MOUSE4" "_activate" "" "flyer"
bind "oem102" "_voice" "" "flyer"
bind "mouse5" "_teamvoice" "" "flyer"
bind "CTRL" "_fireteamVoice" "" "flyer"
bind "INS" "clientDefaultSpawn" "" "flyer"
bind "MWHEELDOWN" "zoomOutCommandMap" "" "flyer"
bind "MWHEELUP" "zoomInCommandMap" "" "flyer"
//23/09/10
set ui_drivingCameraFreelook "1"
echo "^wVehicle freelook ^2ENABLED"
set ui_advancedFlightControls "1"
echo "^wAdvanced-flightcontrols ^2ENABLED"
set ui_swapFlightYawAndRoll "0"
echo "^wSwap Yaw and Roll ^iDISABLED"
set ui_rememberCameraMode "1"
echo "^wRemembering vehicle camera settings"
set ui_postArmFindBestWeapon "1"
echo "^wPostArmFindBestWeapon is ^2ENABLED"
set ui_showComplaints "0"
echo "^wComlaint popups are ^iDISABLED"
set ui_voipReceiveFireTeam "1"
echo "^wReceiving Fireteam voip"
set ui_voipReceiveTeam "1"
echo "^wReceiving team voip"
set ui_voipReceiveGlobal "1"
echo "^wReceiving global voip!"
set ui_showGun "0"
echo "^wGun models are ^iDISABLED"
set g_advancedHud "1"
echo "^wAdvanced HUD is ^2ENABLED
set g_autoScreenshot "1"
echo "^wAuto-screenshot of scoreboard ^2ENABLED"
set g_autoRecordDemos "1"
echo "^wAuto-recording is ^2ENABLED"
set g_chatLineTimeout "20"
echo "^wChatline timeout is raised to 20"
set g_keepFireTeamList "1"
echo "^wAlways draw fireteamlist is ^2ENABLED"
set G_playTooltipSound "0"
echo "^wTooltip sound is ^iDISABLED"
set g_showPlayerClassIcon "1"
echo "^wForce drawing of player class icon above players in the fireteam"
set g_showVehicleCockpits "0"
echo "^wVehicle cockpits are ^iDISABLED"
set g_tooltipTimeScale "0"
echo "^wTooltips are ^iDISABLED"
set g_writeStats "1"
echo "^wStat-printing is ^2ENABLED"
set gui_commandMapAplha 0.7
echo "^wgui_commandMapAplha 0.7"
set net_clientDownload "2"
echo "^wWill automatically download mods without need for conformation!
net_clientLagOMeter "1"
echo "^wLag-O-Meter ^2ENABLED"
set com_showFPS "1" //viser FPS
echo "^wFPS is displayed"
set net_clientPunkbusterEnabled "1"
echo "^wPunkbuster is ^aENABLED"
set r_fullscreen "0"
echo "^wGame is Windowed"
set sensitivity 3.5
echo "^wSensitivity is 3.5"
bind "-" "toggle ui_name '^&Runeforce' '^jRuneforce' '^tRu^ene^cf^?or^ice' '^aRu^3ne^wf^3or^ace' '^hRune^0force' '^pRuneforce'" "" "default"
bind o "cycle net_clientPrediction 0 40 2"