TheCryptCommunity
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeSearchLatest imagesRegisterLog in
Welcome to the |CrYpT| community page!

Server Rules posted in General.

Latest topics
» LOKI IS THE MAN
CVAR autoexec - What am I doing wrong? Icon_minitimeThu Apr 04, 2013 2:20 pm by SiN110022

» One State. One Year. On paper.
CVAR autoexec - What am I doing wrong? Icon_minitimeSun Feb 17, 2013 3:13 pm by Mr.Kilo

» Flosstradamus - Trapstyle
CVAR autoexec - What am I doing wrong? Icon_minitimeThu Jan 10, 2013 5:14 pm by Mr.Kilo

» CrYpT
CVAR autoexec - What am I doing wrong? Icon_minitimeWed Jan 09, 2013 2:22 pm by regulator

» mrDan hate banned me????
CVAR autoexec - What am I doing wrong? Icon_minitimeTue Jan 01, 2013 1:41 am by Guest


 

 CVAR autoexec - What am I doing wrong?

Go down 
4 posters
AuthorMessage
Scootter82

Scootter82


Posts : 427
Reputation : 0
Join date : 2010-06-16
Age : 41
Location : Aurora, CO

CVAR autoexec - What am I doing wrong? Empty
PostSubject: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeFri Jan 13, 2012 7:52 pm

Here's what I have in my autoexec:

seta com_unlockFPS "1"
seta com_unlock_timingmethod "0"
seta com_unlock_maxFPS
seta r_useThreadedRenderer "2"
seta image_useCompression "0"
seta r_visDistMult "1.2"
seta image_lodbias "-1"
seta r_md5LodBias "-1"
seta image_lodDistance "10000"
seta r_md5LodScale "10000"
seta r_renderProgramLodDistance "10000"
seta net_clientMaxRate "24000"
seta net_clientLagOMeter "1"
seta net_clientPrediction "23"

I still can't get above 30 fps, though...? Also, does anyone have a copy of the default etqwconfigs file? Thanks!
Back to top Go down
alpha-1




Posts : 608
Reputation : 0
Join date : 2009-06-18

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeFri Jan 13, 2012 10:19 pm

Scooter, I think if you rename or move your etqwconfigs file and start the game, a new one is automatically generated. Obviously you'd want to rename your autoexec to keep your etqwconfigs file vanilla.
Back to top Go down
Scootter82

Scootter82


Posts : 427
Reputation : 0
Join date : 2010-06-16
Age : 41
Location : Aurora, CO

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeFri Jan 13, 2012 10:48 pm

Yea, that did it for the config file. Now what else do I need to add to my autoexec to fully unlock fps? Anything else I should add? I also added another zero to the draw distance settings, lol. Still working fine. Trying to figure out what that actually caps out at.
Back to top Go down
alpha-1




Posts : 608
Reputation : 0
Join date : 2009-06-18

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeFri Jan 13, 2012 11:10 pm

seta com_unlock_maxFPS

I have a value of "120". You don't have anything, that might be the hitch.
Back to top Go down
Scootter82

Scootter82


Posts : 427
Reputation : 0
Join date : 2010-06-16
Age : 41
Location : Aurora, CO

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeSat Jan 14, 2012 12:55 am

ah! ok. That's probably it.

Edit: Didn't work
Back to top Go down
alpha-1




Posts : 608
Reputation : 0
Join date : 2009-06-18

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeSat Jan 14, 2012 1:25 am

hrrmm

Your other settings in your autoexec are confirmed to be working, right?
Back to top Go down
Loki.
Admin
Loki.


Posts : 654
Reputation : 0
Join date : 2011-03-24
Age : 53
Location : N. Cali.

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeSat Jan 14, 2012 2:11 am

where is your 'autoexec' file located?

here are my settings: solid 120 at all times..

//FPS
seta com_unlockfps "1"
seta com_showFPS "1"
seta com_unlock_timingmethod "2"
seta r_usethreadedrenderer "0"
seta com_unlock_maxFPS "120"
seta r_displayRefresh "60"
seta com_videoRam "2500"
seta net_clientLagOMeter "1"
seta com_allowconsole "1"
seta com_useFastVidRestart "1"
Back to top Go down
meat_puppet

meat_puppet


Posts : 115
Reputation : 0
Join date : 2011-03-03
Age : 59
Location : Lincoln Park, MI

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeSat Jan 14, 2012 7:12 am

this is my autoexec and I get 200-250 fps
I just added in enough to get the job done.
I screwed up my config once also so I am sticking with what I know works

set com_unlockFPS "1"
set com_unlock_timingMethod "0"
set com_unlock_maxFPS "250"
set r_useThreadedRenderer "0"
set net_clientprediction "40"
bind end "toggle net_clientprediction 0 5 10 15 20 25 30 40"
set net_clientlagometer "1"

If you use "seta" it writes your cvar values to your etqw config file.
If you use "set" the cvars are not.

If you remove any of the cvars from your auto exec make sure you reset them to there default value, because the "seta" makes them permenant, while "set" doesn't

Using a autoexec file it executes the cvar changes everytime you start the game so you should use "set" not "seta"
Back to top Go down
Scootter82

Scootter82


Posts : 427
Reputation : 0
Join date : 2010-06-16
Age : 41
Location : Aurora, CO

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeSat Jan 14, 2012 12:12 pm

I've got them located in the same folders as the etqwconfig files. Pretty sure they're in the right place. I can tell the draw distances are better and it shows my fps and lagometer. Just keep getting capped on the fps. Someone mentioned the other day that there are 4 different settings you need to have in place for it to work.....I'll check my file against ya'lls and try again. Thanks for the help.
Back to top Go down
Scootter82

Scootter82


Posts : 427
Reputation : 0
Join date : 2010-06-16
Age : 41
Location : Aurora, CO

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeSat Jan 14, 2012 12:14 pm

Ew...what's the videoRam command do? How high can I set that? I have a gig on my graphics card.
Back to top Go down
Loki.
Admin
Loki.


Posts : 654
Reputation : 0
Join date : 2011-03-24
Age : 53
Location : N. Cali.

CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitimeSat Jan 14, 2012 7:44 pm

Scootter82 wrote:
Ew...what's the videoRam command do? How high can I set that? I have a gig on my graphics card.

set it to your GPU specs..

mine is 2560mb's thus .. 2560.. (i actually just corrected that in my config..)

just to make sure- your config should be in


MY DOCUMENTS

ID SOFTWARE

ETQW folder

SDNET

(profile name - i.e) Scootter82 (or whatever name you created to log into ETQW)

BASE <--- Autoexec is here

Back to top Go down
Sponsored content





CVAR autoexec - What am I doing wrong? Empty
PostSubject: Re: CVAR autoexec - What am I doing wrong?   CVAR autoexec - What am I doing wrong? Icon_minitime

Back to top Go down
 
CVAR autoexec - What am I doing wrong?
Back to top 
Page 1 of 1
 Similar topics
-
» Vehicle CVAR's
» Autoexec.cfg File (CVARS)
» Started vote to kick wrong person

Permissions in this forum:You cannot reply to topics in this forum
TheCryptCommunity :: Quake Wars Discussions :: General Discussions-
Jump to: