Top 5 config tweaks you need to have

Every Enemy Territory forum I know has a specific topic dedicated to configuration tweaks. These are small changes to the default ET configuration which will improve your gaming and make it more enjoyable in the process. My favourite ones are:
Crosshairseta cg_drawCrosshair "5"          //dot (.) type crosshairseta cg_crosshairColor "red"       //crosshair color  seta cg_crosshairColorAlt "red”    //maintain [...]

Short n’ sweet – custom resolution

Here's a tip you might find useful:
If you want to set a custom window size for your ET (could be useful when playing on a laptop with a not-so-usual resolution or on a very large resolution screen) then you can either alter your autoexec.cfg or create a small script to do that for you. It's [...]

More on ET scripting

I haven’t posted in some time now….I hope I’ll be more regular in blogging from now on :)

Here are a couple of small but useful scripts that you can use. If you want to know more about scripts then read this post as well.
unbind “X”
bind X [...]

Messing with Wolfenstein – ET config (cfg) files

ET config (short for configuration – many times called cfg) are files which contain commands for Wolfenstein – ET to execute. When we talk about these files we mainly mean the configuration files which are on your PC and which control the behaviour of your game.
You can do a lot of things with cfg [...]