Binding in CS? help

Akaz1976

Platinum Member
Jun 5, 2000
2,810
0
71
hi,

How can i bind my standard buy package in CS? (i have nver done anything like this)
How can i bind a message that i use but is not available in options eg. "i have the bomb sited" etc

Akaz
 

bcterps

Platinum Member
Aug 31, 2000
2,795
0
76
There is a program out there called Counter-Strike Tools that will do all of that for you. Go to CSNation and poke around, you should be able to find it.

--Ben
 

Ronin

Diamond Member
Mar 3, 2001
4,563
1
0
server.counter-strike.net
This is what my autoexec.cfg looks like (minus the other commands that I have at the top of it for tweaking purposes):

bind 1 slot1
bind 2 slot2
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind 6 slot6
bind 7 slot7
bind 8 slot8
bind 9 slot9
bind 0 slot10

//ammo alias
alias primary "buy; menuselect 6"
alias secondary "buy; menuselect 7"

//item alias
alias assaultsuit "buy; menuselect 8; menuselect 2"
alias hegrenade "buy; menuselect 8; menuselect 4"
alias flashbang "buy; menuselect 8; menuselect 3; menuselect 8; menuselect 3"
alias defuser "buy; menuselect 8; menuselect 6"
alias se "buy; menuselect 8; menuselect 5"
alias nvg "buy; menuselect 8; menuselect 7"

//pistol alias
alias usp "buy; menuselect 1; menuselect 1"
alias glock "buy; menuselect 1; menuselect 2"
alias deagle "buy; menuselect 1; menuselect 3"
alias p228 "buy; menuselect 1; menuselect 4"
alias beretta "buy; menuselect 1; menuselect 5"
alias fn "buy; menuselect 1; menuselect 6"

//shotgun alias
alias spas "buy; menuselect 2; menuselect 2"
alias super "buy; menuselect 2; menuselect 1"

//submachine gun alias
alias mp5 "buy; menuselect 3; menuselect 1"
alias fn90 "buy; menuselect 3; menuselect 3"
alias mac "buy; menuselect 3; menuselect 4"
alias tmp "buy; menuselect 3; menuselect 2"
alias ump45 "buy; menuselect 3; menuselect 5"

//rifle alias
alias m4a1 "buy; menuselect 4; menuselect 3"
alias sig "buy; menuselect 4; menuselect 2"
alias aug "buy; menuselect 4; menuselect 4"
alias awp "buy; menuselect 4; menuselect 6"
alias sg1 "buy; menuselect 4; menuselect 7"
alias ak47 "buy; menuselect 4; menuselect 1"
alias g3 "buy; menuselect 4; menuselect 7"

//machine gun alias
alias para "buy; menuselect 5; menuselect 1"

//weapon binds
alias qbmp5 "mp5; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbtmp "tmp; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbfn90 "fn90; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbm4a1 "m4a1; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbspas "spas; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbsig "sig; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbawp "awp; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbsg1 "sg1; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbaug "aug; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbmac "mac; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbak47 "ak47; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbdeagle "deagle; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"
alias qbsuper "super; primary; secondary; assaultsuit; defuser; hegrenade; flashbang; se"

//key binds
bind f1 "qbmp5"
bind f2 "qbak47"
bind f3 "qbspas"
bind f4 "qbm4a1"
bind f5 "qbaug"
bind f6 "qbsig"
bind f7 "qbawp"
bind f8 "hegrenade"
bind f9 "flashbang; se"
bind f10 "assaultsuit"
bind f11 "primary"
bind f12 "secondary"

As far as the say command, this is what you can do

bind <key> &quot;say I have the bomb sited&quot; &quot; (or say_team if you want only your team to see it)

If you'd like me to set up a buy script for you, I'll be more than happy to. :)
 

Akaz1976

Platinum Member
Jun 5, 2000
2,810
0
71
wow, thanx dude.

I am going to work on making my own autoexec. let see how that goes :)

Thanx again

Akaz

:D
 

Akaz1976

Platinum Member
Jun 5, 2000
2,810
0
71
well i tried and failed :( so i am back

here is what my autoexec.cfg looks like

[file]

gl_max_size &quot;512&quot;
bind 1 slot1
bind 2 slot2
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind 6 slot6
bind 7 slot7
bind 8 slot8
bind 9 slot9
bind 0 slot10

//ammo alias
alias primary &quot;buy; menuselect 6&quot;
alias secondary &quot;buy; menuselect 7&quot;

//item alias
alias assaultsuit &quot;buy; menuselect 8; menuselect 2&quot;
alias hegrenade &quot;buy; menuselect 8; menuselect 4&quot;
alias flashbang &quot;buy; menuselect 8; menuselect 3; menuselect 8; menuselect 3&quot;
alias defuser &quot;buy; menuselect 8; menuselect 6&quot;
alias se &quot;buy; menuselect 8; menuselect 5&quot;
alias nvg &quot;buy; menuselect 8; menuselect 7&quot;

//pistol alias
alias usp &quot;buy; menuselect 1; menuselect 1&quot;
alias glock &quot;buy; menuselect 1; menuselect 2&quot;
alias deagle &quot;buy; menuselect 1; menuselect 3&quot;
alias p228 &quot;buy; menuselect 1; menuselect 4&quot;
alias beretta &quot;buy; menuselect 1; menuselect 5&quot;
alias fn &quot;buy; menuselect 1; menuselect 6&quot;

//shotgun alias
alias spas &quot;buy; menuselect 2; menuselect 2&quot;
alias super &quot;buy; menuselect 2; menuselect 1&quot;

//submachine gun alias
alias mp5 &quot;buy; menuselect 3; menuselect 1&quot;
alias fn90 &quot;buy; menuselect 3; menuselect 3&quot;
alias mac &quot;buy; menuselect 3; menuselect 4&quot;
alias tmp &quot;buy; menuselect 3; menuselect 2&quot;
alias ump45 &quot;buy; menuselect 3; menuselect 5&quot;

//rifle alias
alias m4a1 &quot;buy; menuselect 4; menuselect 3&quot;
alias sig &quot;buy; menuselect 4; menuselect 2&quot;
alias aug &quot;buy; menuselect 4; menuselect 4&quot;
alias awp &quot;buy; menuselect 4; menuselect 6&quot;
alias sg1 &quot;buy; menuselect 4; menuselect 7&quot;
alias ak47 &quot;buy; menuselect 4; menuselect 1&quot;
alias g3 &quot;buy; menuselect 4; menuselect 7&quot;

//machine gun alias
alias para &quot;buy; menuselect 5; menuselect 1&quot;

//weapon binds
alias qbmp5 &quot;mp5; primary; assaultsuit&quot;
alias qbrifle &quot;m4a1; ak47; primary; assaultsuit; flashbang; hegrenade; se&quot;
alias qbrifle2 &quot;sig; aug; primary; assaultsuit; flashbang; hegrenade; se&quot;
alias qbpara &quot;para; primary; assaultsuit; flashbang; hegrenade; se&quot;
alias qbdeagle &quot;deagle; secondary&quot;
alias qbtmp &quot;tmp; mac; primary; assaultsuit&quot;
alias qbspas &quot;spas; primary; assaultsuit; flashbang; hegrenade; se&quot;
alias qbfn90 &quot;fn90; primary; assaultsuit; flashbang; hegrenade; se&quot;
alias qbsg1 &quot;sg1; primary; assaultsuit; flashbang; hegrenade; se&quot;



//key binds
bind f1 &quot;qbmp5&quot;
bind f2 &quot;qbrifle&quot;
bind f3 &quot;qbrifle2&quot;
bind f4 &quot;qbpara&quot;
bind f5 &quot;qbdeagle&quot;
bind f6 &quot;qbtmp&quot;
bind f7 &quot;qbspas&quot;
bind f8 &quot;qbawp&quot;
bind f9 &quot;assaultsuit&quot;
bind f10 &quot;hegrenade&quot;
bind f11 &quot;flashbang&quot;
bind f12 &quot;se&quot;

//Text messages
bind e say_team &quot;I have the bomb sighted, need back up&quot;

[/file]

none of the keys work

Akaz
 

Ronin

Diamond Member
Mar 3, 2001
4,563
1
0
server.counter-strike.net
2 things:

1. When you join a game, try typing exec autoexec.cfg in the console.
2. Make your your config.cfg in your cstrike directory is not read only.
3. Make sure your autoexec.cfg is stored in your cstrike dir. :)

Try that out and lemme know what happens.
 

Akaz1976

Platinum Member
Jun 5, 2000
2,810
0
71
woohoo it works :)

except:

bind e say_team &quot;I have the bomb sighted, need back up&quot;


and also u got any graphics tweaking tips? i got a pretty good system so i wanna make sure i got every thing up there :)

Thanx

Akaz
 

Ronin

Diamond Member
Mar 3, 2001
4,563
1
0
server.counter-strike.net
Tweakfiles has a registry file that enables all the good stuff in the registry. Got me an extra 5 fps in Q3 at 16x12x32. :) Do a search for nvidia and look for a registry file. If you can't find it, let me know and I'll either find it for you :) or I'll send it to you.