Image

Autoexec.cfg

General ET: Quake Wars Talk
Locked
User avatar
William_Gates
Clan Member
Clan Member
Posts: 43
Joined: Wed Dec 31, 1969 7:00 pm
Location: Chicago

Autoexec.cfg

Post by William_Gates » Mon Mar 05, 2012 4:19 pm

autoexec.cfg (not autoexec.cfg.txt), and place it in your \Documents and Settings\User\My Documents\id Software\Enemy Territory - QUAKE Wars\sdnet\profilename\base directory in XP, or \Users\User\Documents\id Software\Enemy Territory - QUAKE Wars\sdnet\profilename\base in Vista.

Set vs seta, one means temp, while your playing and seta means permanent.

Many of your problems can be fixed or tweaked with this file.
Try to do one cvar at a time so you understand and get a feel.

First one: g_fov "x" default is 90, think in degrees, i like to have this at 100 to 120.
Higher than 105 can affect aim in vehicles.
Ex: set g_fov "105"

Key is to experiment and set to a value you are comfortable with.
Will try to put one a day, random order of course.
Feel free to tweak.

Edit: since the server seems like its down, I'll post another.

disable Mouse Acceleration in control panel.

set gui_crosshairKey "pin_02"
I use this as my cross-hair, which is the second from the smallest. From my experience, smaller means you dont over compensate your spread. experiment and use what you're comfortable with.

// Good FPS boosts
set com_machineSpec "2" // Processor (0 low, 2 high)
seta g_decals "1" // Bullet marks (0 off, 1 on)
seta g_showPlayerShadow "0" // Player shadows (0 off, 1 on)
seta r_skipMegaTexture "1" // Skip mega textures (1 off, 0 on)
seta r_skipStuff "0" // grass and foliage (0 off, 1 on)

set net_clientLagOMeter "1" //shows lagometer (graph that shows the status of your internet connection)

set m_smooth "0" //smooths out mouse movement

set g_muzzleFlash "0" //If set to 1, shows a flash from the muzzle of weapons that are firing. If set to 0, this effect is disabled, which can improve performance.

set image_lodbias "-1" // viewable distance (-1 high, 1 low)

//the following turn of all bob and roll while moving
set pm_bobpitch "0"
set pm_bobroll "0"
set pm_bobup "0"
set pm_crouchbob "0"
set pm_runbob "0"
set pm_runpitch "0"
set pm_runroll "0"
set pm_walkbob "0"
Last edited by William_Gates on Tue Mar 06, 2012 1:37 pm, edited 1 time in total.

Him-Again
Clan Member
Clan Member
Posts: 383
Joined: Wed Dec 31, 1969 7:00 pm
Location: Australia

Post by Him-Again » Tue Mar 06, 2012 7:26 am

Thanks bill
Will try some of these out
SOME PEOPLE ARE LIKE SLINKIES - NOT REALLY GOOD FOR ANYTHING BUT THEY BRING A SMILE TO YOUR FACE WHEN PUSHED DOWN THE STAIRS

Swatt
Clan Member
Clan Member
Posts: 167
Joined: Wed Dec 31, 1969 7:00 pm
Location: Crystal Lake
Contact:

Post by Swatt » Tue Mar 06, 2012 9:35 am

Couple of my favorites:

seta g_skipintro "1" //skip ingame movie at startup

seta r_useThreadedRenderer "2" //Dual Core CPU Tweak

Locked