buyscripts

Started by Dr Sadako, August 22, 2003, 12:32:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dr Sadako

You can't use the buyscripts from 1.5 right off. There are some differences in item names between 1.5 and 1.6b

Item names are (in 1.6B):

Pistols Shotguns SMG Rifles
glock
usp
p228
deagle
elites
fn57
m3
xm1014
mac10
tmp
mp5
ump45
p90
galil
ak47
scout
sg552
awp
g3sg1
famas
m4a1
aug
sg550
Machine Gun Ammo Equipment
m249
primammo
secammo
vest
vesthelm
flash
hegren
sgren
nvgs
defuser
sgren
nvgs
shield


Example: This will buy a AK or Colt with all the extras.

bind f10 "ak47; m4a1; primammo; vesthelm; deagle; secammo; hegren; flash; flash; sgren"
-=[dMw]=-Dr "Doc" Sadako

"Gravitation is not responsible for people falling in love." Albert Einstein

Dr Sadako

//Kevlar
bind "F5" "vesthelm"
bind "F6" "vest"

//m4/ak
bind "F1" "m4a1; ak47; primammo"

//aug/sig
bind "F2" "aug; sg552; primammo"

//famas/galil
bind "F3" "famas; galil; primammo"

//Mp5
bind "F4" "mp5; primammo"

//HE Grenade
bind "F7" "hegren"

//FB Grenade
bind "F8" "flash"

//Smoke Grenade
bind "F9" "sgren"

bind "." "primammo"
bind "," "secammo"

Note for those double binds e.g. ak/colt you will get a message that you can not buy one of the weapons depending on if you are CT or T.
-=[dMw]=-Dr "Doc" Sadako

"Gravitation is not responsible for people falling in love." Albert Einstein

Dr Sadako

The keypad are as follows

kp_end (1)
kp_downarrow (2)
kp_pgdn (3)
kp_leftarrow (4)
kp_5 (5)
kp_rightarrow (6)
kp_home (7)
kp_uparrow (8 )
kp_pgup (9)
kp_ins (0)

kp_del ("," or "." depending on what type of keyboard layout you have)
kp_enter (enter)
kp_plus (+)
kp_minus (-)
kp_slash (/)
-=[dMw]=-Dr "Doc" Sadako

"Gravitation is not responsible for people falling in love." Albert Einstein

Doorman

Are you saying that the case is relevant? Because all mine worked in cs ordinaire as upper case.










     

albert

I downloaded on buy script from here:

http://tab.iwebland.com/cs16/cs16beta.html

but it's a little complex for me, too many taunts etc.. I'm still looking for a better one.
Cheers, Bert

Dr Sadako

QuoteAre you saying that the case is relevant? Because all mine worked in cs ordinaire as upper case.

No I just wanted you to know what to write if you were binding to the keypad-keys i.e. writing your own buy script.
-=[dMw]=-Dr "Doc" Sadako

"Gravitation is not responsible for people falling in love." Albert Einstein

albert

QuoteAre you saying that the case is relevant? Because all mine worked in cs ordinaire as upper case.

You have to be very very careful with the case in CS1.6. Since it is a highly advanced Unix coded binary it recognises upper and lower case  :P  Bollox.
Cheers, Bert

Doorman

Quote
QuoteAre you saying that the case is relevant? Because all mine worked in cs ordinaire as upper case.

No I just wanted you to know what to write if you were binding to the keypad-keys i.e. writing your own buy script.[/b]
Ah. Fanks. I did know that one, one of the few things I do know. :D










     

albert

OK smart TANGO, what is the Keypad * translate to then? I need it for my Elites.  :D
Cheers, Bert

albert

Thanks lads, all this command listing was really helpful. Here's what I ended up with if anyone wants to copy:

//Main Guns

//Deagle
bind "F1" "deagle; secammo"

//M4/Ak
bind "F2" "m4a1; ak47; primammo"

//Aug/Sig
bind "F3" "aug; sg552; primammo"

//Famas/Galil
bind "F4" "famas; galil; primammo"

//Nades

//HE Grenade
bind "F5" "hegren"

//Flash Grenade
bind "F6" "flash"

//Smoke Grenade
bind "F7" "sgren"

//Equipment

//Defuser
bind "F8" "defuser"

//Kevlar
bind "F9" "vest"

//Kevlan/Helmet
bind "F10" "vesthelm"

//Primammo
bind "F11" "primammo"

//Secammo
bind "F12" "secammo"

//Night Vision Goggles
bind "n" "nvgs"

//Other Guns

//Mp5
bind "kp_end" "mp5; primammo"

//P90
bind "kp_downarrow" "p90; primammo"

//UMP45
bind "kp_pgdn" "ump45; primammo"

//Shield
bind "kp_ins" "shield"

//Mac10/Tmp
bind "kp_enter" "mac10; tmp; primammo"

//M3
bind "kp_leftarrow" "m3; primammo"

//Xm1014
bind "kp_5" "xm1014; primammo"

//Scout
bind "kp_home" "scout; primammo"

//g3sg1/sg550
bind "kp_uparrow" "g3sg1; sg550; primammo"

//AWM
bind "kp_pgup" "awp; primammo"

//P228
bind "kp_plus" "p228; secammo"

//Para
bind "kp_slash" "m249; primammo"

//Elites/Fn57
bind "kp_star" "elites; fn57; secammo"

//Others

//Stop Sound
bind "l" "stopsound"

//Change X-Hair Colour
bind ","adjust_crosshair"

//Jump and Duck
alias +juck "+jump; +duck"
bind "SPACE" +juck"
Cheers, Bert

Doorman

You'll never remember where they all are! Not with your failing faculties anyway.
And just what the hell is jucking and can it be done in public?










     

albert

QuoteYou'll never remember where they all are! Not with your failing faculties anyway.
And just what the hell is jucking and can it be done in public?

I already use that lot on CS1.5. Basically, there is nothing buyable that I haven't bound. Jucking as in just jucking ;-).
Cheers, Bert

albert

All these commands should be in a text file called

userconfig.cfg

and you should just add an autoexec.cfg containing a line

exec userconfig.cfg

That new userconfig.cfg will not be reset each time you access the configuration setting in CS1.6 but the normal config.cfg file WILL so beware and backup your files or all your typing my have been a waste of time.
  8)
Cheers, Bert

Doorman

QuoteOriginally posted by albert@Aug 22 2003, 03:42 PM
OK smart TANGO, what is the Keypad * translate to then? I need it for my Elites.  :D
bind "*" "+elites"   B)










     

Anonymous

or as mentioned above:

bind "kp_star" "elites; fn57; secammo"