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

Old School Assassins Clan Forum
 
HomeHome  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  

 

 Tweaks Part 1

Go down 
3 posters
AuthorMessage
DeMiGoD
Clan Leader
Clan Leader
DeMiGoD


Posts : 150
Join date : 2008-11-16
Age : 35
Location : Sydney, Australia

Tweaks Part 1 Empty
PostSubject: Tweaks Part 1   Tweaks Part 1 Icon_minitimeSun 23 Nov - 14:21

Tweaking
Enemy Territory offers tons of ways for you to customize and tweak it. These tweaks aren't necessary to play the game, but they are extremely handy and can help you get more frames per second, better aim, more convenient communication with teammates, etc.
The Options Menu
ET allows you to make some very useful tweaks from the options menu.
Game options:
Automatic reload: set this to off. That way you won't get caught reloading in the middle of a fight. If you run out of ammo, you can just switch to your pistol quickly. Then, when it's safe to reload, hit "R".

Complaint popup off: useful if you never plan to complain.
View options
Reinforcement timer / mission timer: make sure these are on.

Crosshair size: Make it basically as small as possible, but not so small that you have a hard time seeing it on the screen. The smaller your crosshair is, the easier it is to get headshots.

Crosshair health info: this makes your crosshair change color to reflect how much HP you have. White for full HP, yellow for medium HP, and red for low HP.

Crosshair color: some people like to choose a very visible color like Red, especially if they have a small crosshair which is easy to lose. Note that you can't have a customized crosshair color if you enable "crosshair health info".

Blood flash and splatter: Turn these to OFF. They are completely useless, all they do is splat blood all over your screen when you get shot, which makes it very difficult to see your enemy.
Controls
Mouse sensitivity: affects how fast your cursor moves. I talked a lot about this already in the Basic Skills section on Shooting. Later in this section I will show you how to write a script that lets you hit 1 key to toggle between sensitivities, since some situations might require more or less sensitivity.
System
Effects volume: crank your volume up! Then you can hear footsteps more easily. Also, many people (including me) like to use headphones instead of speakers because it's sometimes easier to tell where sounds are coming from

Resolution: The higher your resolution, the easier it is to see enemies, but on the other hand, you don't want to ruin your FPS. To tweak your resolution, what you should do is go into the console (type ~ to enter console) then type this:

/cg_drawfps 1

This is a command which will cause your FPS to be displayed on the side of your screen. The rule of thumb I'd use is, find the highest resolution you can go to and still get a steady FPS of 80 or above. If this is impossible with your hardware, then just go for 800x600.
Hardware tweaks
There are a few things you should tweak in your hardware to get good performance.
Overclocking
Find out how to overclock your CPU if you don't already know. This allows you to, for example, make a 1.8 Ghz CPU be as fast as a 2.1 Ghz CPU. It's risky though because overclocking wears down your parts, so your computer won't last as long.
Also, this is very important: if you notice ET crashing frequently, it may because your CPU is overheating. In this case, you need to reduce your overclocking or even "underclock". You might also be able to solve the problem by getting a better cooling solution for your case.
Video card drivers
Sometimes you might have a wonderful video card but you get a crappy FPS. Download the latest drivers from your card vendor's website, this often helps.
Mouse acceleration
I strongly recommend turning this off. It just makes it harder to aim. To turn it off, the first thing you should do is go into the console and type:
/cl_mouseaccel 0
Or, you can put "cl_mouseaccel 0" in your autoexec.cfg (If you don't already know about autoexec.cfg, you'll find out more in this section).
The other thing is, if you have Windows XP, you need to apply a registry patch to disable mouse acceleration in Windows (because that affects your game mouse acceleration). To do this, download this .reg file and then double click on it to add the patch into your registry:
Download mousefix.reg
Note: This patch was created by RaZiel. If you haven't already done so, I recommend downloading "Aiming by RaZiel", search for it on google to find it.
Graphics tweaks
Intro to tweaking

Here I'll go through some tweaks that can help boost your FPS (frames per second). A good FPS can make a world of difference; it's just damn hard to shoot enemies if they keep "warping" across your screen.
Your FPS is determined mainly by 3 things:
CPU clock speed (ghz)
Graphics card
RAM
Unfortunately, there's not much you can do to change these, which doesn't involve paying money... You can try overclocking your CPU; this can make a 1.7 Ghz processor go at the speed of a 2.0 ghz processor for example. However, this can cause your CPU to overheat (not a good thing). You can try getting a new graphics card, but it might not boost your performance much if your processor is the problem. For example, if it's a wimpy 866mhz, then a shiny Geforce FX card isn't going to save you.
There are some things you can control though:
Drivers: this is the code that "talks" to your hardware. (like, "video card, draw a picture!") Sometimes drivers are poorly written or have some compatability problem that makes it run slowly on your system. So, if you know you have a kickass system, but you're not getting the performance you expect, try updating drivers for your video and sound cards. Keep in mind the "latest" drivers aren't always the best, although usually they are.

Tweaking: That's what this whole section is about.
Now before you begin tweaking, make sure to add "cg_drawfps 1" to your config, so you can see your frame rate.
Tweaking cvars in the console

There are a couple of cool things you should know about entering cvars in the console... Firstly, you can press TAB while entering a cvar and the name will be completed... For example, type "/cg_wol", and then press TAB, and ET will automatically fill the rest for you ("\cg_wolfparticles "). Suppose you type in "/r_ati", and then hit TAB. Well, there are multiple commands that start in "r_ati", so instead of auto-completing it, a list will be displayed in the console:
]/r_ati [tab]
r_ati_truform_pointmode = GL_PN_TRIANGLES_POINT_MODE_LINEAR
r_ati_truform_normalmode = GL_PN_TRIANGLES_NORMAL_MODE_LINEAR
r_ati_truform_tess = 1
r_ati_fsaa_samples = 0
This is just a handy thing to know, you could get a list of all cg_ variables for example by typing "cg_" then pressing TAB.
You can also find out the current value and default value of any cvar by simply typing its name (with a slash) at the console:
]/r_texturemode
"r_texturemode" is:"GL_LINEAR" default:"GL_LINEAR_MIPMAP_NEAREST"

Finally, let's say you mess up some cvar... Then, to reset it back to the default value, simply type in "/reset (cvar)" in the console... For example:

]/reset g_gravity

Tweaks
set com_maxfps <n> This lets you cap your FPS to some value. Due to numerical error in the Q3 engine, trickjumps work best at a steady FPS of 43 (good), 76 (great), or 125 (best). So if you want a steady FPS of 76 for example, then try to get your average FPS to be something like 80-90 (set com_maxfps to some really big number while you're doing this so you can see you`r true FPS without capping). Then once you are satisfied with the performance, add "com_maxfpx 76" to your config to cap it.

Ex: set com_maxfps 76
set r_picmip <n> The bigger n is, the crappier your textures look, but it may improve performance on older video cards. Default value for n is 1. Allowed values are from 0 to 3.
Ex: set r_picmip 3
set r_picmip2 <n> Similar to r_picmip. The default is already 3, so I don't see any reason to change it. You might be able to get better quality by lowering it, but as far as I can tell, the difference isn't noticeable.
set cg_wolfparticles <n>
This is 1 by default. If you notice your system slows down any time an airstrike goes off, then set this to 0. Besides boosting your FPS, turning off particles will also let you see through airstrikes more easily so you can shoot at people on the other side. The only disadvantage is that, without particles turned on, you might run into artillery strikes more often.
One option is to create a toggle script:

Ex: bind "K" toggle cg_wolfparticles
set cg_atmosphericeffects <n> Turns on/off effects like rain or snow. There's really No reason why you would ever want this to be on, it just makes it harder to see and lowers your frame rate...

Ex: set cg_atmosphericeffects 0
set r_gamma <n> Higher values of n make your screen brighter, so you can spot enemies easier. Default is 1.0, allowed values are from 0 to 3. I recommend making your screen brighter because it lets you see targets more easily. Be careful you don't set it too high, otherwise levels like fueldump or radar with lots of snow will be way too bright.
Ex: set r_gamma 2.2
set r_intensity <n> Higher values of n make your screen brighter. Default is 1.0, allowed values are from 0 to 1.5
Ex: set r_intensity 1.2
set r_mapoverbrightbits <n> Higher values of n make the shadowy parts of a map lighter, so you can spot enemies hiding in darker areas. Default is 2, allowed from 1 to 3. Setting it to 3 may help see targets that are hiding in shadows
Ex: set r_mapoverbrightbits 3
set r_dynamiclight <n> Turns on (n=1) or off (n=0) dynamic light. Dynamic light is used very little in the game. I suggest you leave it on, because it is what makes the "glow" around dynamite, which is very useful to know when dyno has been planted.
Ex: set r_dynamiclight 0
set cg_shadows <n> Turns on (n=1) or off (n=0) the little circular shadows that appear under your feet. Set this to 0 if you want, although the FPS boost will probably be negligible.
Ex: set cg_shadows 0
set r_finish <n>
Setting this to 1 enables "sync every frame". This is ONLY important if you have some device lag, like mouse or keyboard. (Perhaps if you have a wireless mouse and you find it lags behind your actions). If you don't notice your keyboard or mouse lagging, then set this to 0 to gain a few FPS.
Ex: set r_finish 0
set r_detailtextures <n> When detail textures are enabled (n=1), it means that basically every object is textured twice to make it look more detailed. Obviously this is slower, so try disabling this (n=0) if you want to get a nice FPS boost.
Ex: set r_detailtextures 0
set r_subdivisions <n> If you want a little performance boost, set this to 999. Otherwise, set it to 4.
Ex: set r_subdivisions 999
set r_texturemode <n> This lets you set texture filtering. The most common values are:

(low quality): GL_NEAREST
(good quality): GL_LINEAR_MIPMAP_NEAREST (a.k.a. bilinear filtering)
(great quality): GL_LINEAR_MIPMAP_LINEAR (a.k.a. trilinear filtering)
(good quality): GL_LINEAR
In case you don't know, filtering is somewhat like antialiasing, except for textures. You can see what the game looks like without filtering by setting r_Texturemode to GL_NEAREST. It's pretty ugly, and everything is very "pixelated" or "blocky".
The default is bilinear filtering, and this will give you the best performance, and pretty good quality. For "best" quality you can use trilinear filtering, although there might possibly be some dip in FPS.
There's one problem with bilinear and trilinear filtering; both of them make your crosshair blurry. Personally I like to use a small crosshair, so this really annoys me because when the crosshair is blurred, I can barely see it. So, if this happens with you, then I'd suggest using GL_LINEAR. This mode will filter the textures and looks almost as good as bilinear filtering; yet the crosshair will still appear pretty sharp. BUT, be warned, using GL_LINEAR will likely cause a noticeable decrease in your FPS.
You could even use GL_NEAREST as your filtering mode but I wouldn't recommend it, because it looks like crap. I actually used to use this because, well, I didn't know about GL_LINEAR at the time

Ex: set r_texturemode GL_LINEAR
set r_fastsky <n> If you set this to 1, it will just draw a solid color for your sky. This may give you a slight improvement in your FPS. It's not much, but then again, who cares how pretty the sky looks?

Ex: set r_fastsky 1
Back to top Go down
medwhore
Clan Member
Clan Member



Posts : 143
Join date : 2008-12-03

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeWed 3 Dec - 7:17

Very Happy

http://aimbots.net/showthread.php?t=6167

and again real source from

http://velocity.lunarpages.com

(not working)

hf im good at posting!
Back to top Go down
ScorP.
Forums Reg
Forums Reg



Posts : 103
Join date : 2008-11-16

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeTue 9 Dec - 1:32

lol velo city tahts what i went to wen i first played et
Back to top Go down
https://www.youtube.com/renatataiapa
medwhore
Clan Member
Clan Member



Posts : 143
Join date : 2008-12-03

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeTue 9 Dec - 5:28

Becoz you noob? i started to play i was a Hacker straight off Very Happy
Back to top Go down
ScorP.
Forums Reg
Forums Reg



Posts : 103
Join date : 2008-11-16

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeWed 10 Dec - 5:42

yer quess i didnt no how to play
Back to top Go down
https://www.youtube.com/renatataiapa
medwhore
Clan Member
Clan Member



Posts : 143
Join date : 2008-12-03

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeWed 10 Dec - 8:04

Damn we all were noob D:

But i mean you still are well not really Razz
Back to top Go down
ScorP.
Forums Reg
Forums Reg



Posts : 103
Join date : 2008-11-16

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeThu 11 Dec - 12:47

Sad
Back to top Go down
https://www.youtube.com/renatataiapa
medwhore
Clan Member
Clan Member



Posts : 143
Join date : 2008-12-03

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeFri 12 Dec - 4:19

Twisted Evil Twisted Evil Twisted Evil Twisted Evil
Back to top Go down
ScorP.
Forums Reg
Forums Reg



Posts : 103
Join date : 2008-11-16

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeFri 12 Dec - 14:27

No plz no more bullying No
Back to top Go down
https://www.youtube.com/renatataiapa
medwhore
Clan Member
Clan Member



Posts : 143
Join date : 2008-12-03

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeMon 15 Dec - 7:41

sttfu Very Happy
Back to top Go down
ScorP.
Forums Reg
Forums Reg



Posts : 103
Join date : 2008-11-16

Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitimeWed 17 Dec - 5:02

cherry albino
Back to top Go down
https://www.youtube.com/renatataiapa
Sponsored content





Tweaks Part 1 Empty
PostSubject: Re: Tweaks Part 1   Tweaks Part 1 Icon_minitime

Back to top Go down
 
Tweaks Part 1
Back to top 
Page 1 of 1
 Similar topics
-
» Tweaks Part 2

Permissions in this forum:You cannot reply to topics in this forum
OSAclan :: Enemy Territory :: ET Setting,Tweaks & Help-
Jump to: