Counter-Strike

1.3-1.6

gamesware

Brightness tool:

http://forum.chip.de/counter-strike/helligkeit-cs-132899.html

brightness “3.5″ // allgemeine helligkeit im spiel… default 1.0
gamma “5.0″ // allgemeiner gammawert… default 3.0

das in die config.cfg rein

gamma “99″
brightness “99
gl_overbright “1″
lightgamma “0.0000001″

“powerstrip”

—————-

tickrate:

http://www.counter-strike.com/tickrate.php

“Servers with player slots over 20 may not run smoothly with the tickrate setting of 100, especially if they are pingboosted (See Section on “What is Pingboosting?” below) also. You’ll need to set your tickrate to 66 in order to get smooth game play.

Servers < 20 Slots:

-tickrate 100
(The below values need to be set correctly in your server.cfg file)
sv_maxrate 30000
sv_maxupdaterate 100
fps_max 600

Servers > 20 Slots:

-tickrate 66
(The below values need to be set correctly in your server.cfg file)
sv_maxrate 20000
sv_maxupdaterate 66
fps_max 600

———————

@ console

hud_fastswitch “1″

———————

SCRIPTING in Counter-Strike 1.6

Since the beta 1.6 that you can test and play for free via Steam, scripting has been approved, especially for beginners.

First new feature ist the introduction of a particular file named “userconfig.cfg”. Here, all of your own changings will be registered and saved. (This file usually is not available, but can be easily created by the help of an editor (e.g. Notepad).) The originally “config.cfg” will take over the settings from “userconfig.cfg” by importing them. It’s also possible attempting to write directly into the “config.cfg” but these changings will be overwritten during the next start of options in CS – by the way, if you protect the file, you won’t be able the make any changings later on. The “userconfig.cfg” should be saved in the CS-folder, e.g. for STEAM it looks like:
c:\Programme\steam\SteamApps\YOUR EMAIL-ADRESS\Counter-Strike\cstrike\

(The beginning of the pathname can be various, it depends on where you’ve installed your CS or Steam. In case you do not know that , click right on your CS or Steam-symbol on your desktop and look up under “properties”.)

The second new feature is the introduction of straight Buy- and Say- Commands. With it the tricky creating of aliases and unreliable closing of the Buy- and Say- menues in CS has been dropped.

Allright, should be enought for todays “CS in theorie”.
And now, we’re gonna start to develop a combined buy- and say-script. This example will demonstrate putting the weapon and saycommands on functionkeys. Of course it’s also possible to distribute them the way you prefer.

Well, for connecting a key with a buy- or say- command, the command “bind” is used. Could look like e.g. key F4 is occupied by the M4A1 for CTs and the AK47 for the terrorists as well all of the primary ammunition:
bind “F4″ “m4a1;ak47;primammo”

It’s mentioned that the command “primammo” causes buying ammunition until the maximum number has been reached or you run out of money.

Still one example for a “userconfig.cfg”:
bind “F1″ “hegren;primammo;secammo;vesthelm;flash;sgren”
bind “F2″ “mp5;secammo”
bind “F3″ “defuser”
bind “F4″ “m4a1;ak47;primammo”

bind “F5″ “famas;galil;primammo”
bind “F6″ “inposition”
bind “F7″ “sectorclear”
bind “F8″ “go”

bind “F9″ “roger”
bind “F10″ “negative”
bind “F11″ “sticktog”
bind “F12″ “needbackup”

Text translated by Daniel Tittel. buy commands
net version retail version
pistols
glock 9×19mm
usp km45
p228 228compact
deagle nighthawk
elites elites
fn57 fiveseven
shotguns
m3 12gauge
xm1014 autoshotgun
submaschine gun – SMG
mac10 mac10
tmp mp
mp5 smg
ump45 ump45
p90 c90
rifles
galil defender
ak47 cv47
scout scout
sg552 krieg552
awp magnum
g3sg1 d3au1
famas clarion
m4a1 m4a1
aug bullpup
sg550 krieg550
maschine gun
m249 m249
equipement
primammo
secammo
vest
vesthelm
flash
hegren
sgren
nvgs
defuser
shield
say commands
coverme
takepoint
holdpos
regroup
followme
takingfire
go
fallback
sticktog
getinpos
stormfront
report
roger
enemyspot
needbackup
sectorclear
inposition
reportingin
getout
negative
enemydown

———————-

Movement/Tactics:

Cover s the key. Aimin allway s out of cover, half screen hidden by which. Walkin off and on. Left, right. Right, left. Counts on whichs side you commin from. [smooth mouse, 3.0 @ 1000 Hz|1800 dpi]. Playin in your smooth aimin field of view, precise aimin.

Learn the bursts. Ak 2x top etc.

——————————

——————————

userconfig.cfg @ cstrike

2000 usp gl
4500 gal, famas
5200 m4, sg552
5700 aug

2500 de
3500 mp5
4500 ak m4
7500 aw

bind “F1″ “secammo;primammo;vesthelm;flash;flash;sgren;hegren”
bind “F2″ “galil;famas;primammo;vesthelm;flash;flash;sgren;hegren”
bind “F3″ “sg552;m4a1;primammo;vesthelm;flash;flash;sgren;hegren”
bind “F4″ “aug;primammo;vesthelm;flash;flash;sgren;hegren”
bind “F5″ “ump45;primammo;vesthelm;flash;flash;sgren;hegren”

bind “F” “deagle;secammo;vesthelm;flash;flash;sgren;hegren”
bind “F” “mp5;primammo;vesthelm;flash;flash;sgren;hegren”
bind “F” “ak47;m4a1;primammo;vesthelm;flash;flash;sgren;hegren”
bind “F” “awp;deagle;primammo;secammo;vesthelm;flash;flash;sgren;hegren”
hud_fastswitch “1″
—————————

server.cfg @ cstrike

sv_maxrate 30000
sv_maxupdaterate 100
fps_max 600


Leave a Reply