|
WINDOWS
Add ftp server service to windows xp/2k/2k3
Exchange 2000 and 5.5 Disk Space
Private TCP/IP addresses
Windows 2000 & XP Messenger pop ups
Windows 2000, XP & 2003 using netsh to change ip settings from cmd line
Windows 2000 Pro Security Checklist
Windows 2000 Well Known Ports
Windows XP Home - How to fix CTRL+ALT+DEL
Windows XP TCP/IP stack reset
Windows XP - To display the security tab in explorer
IE Keyboard Shortcuts
GAMES
Call of Duty coloured names
Call of Duty demos
Call of Duty name binds
Call of Duty Server Admin
Call of Duty Server - how to create a win32 service
Counterstrike Source Getting Started Guide
Counterstrike Source Buy Script
Counterstrike Source custom spray set up
Counterstrike Source and HL2 steam backups
Counterstrike 1.6 Buy Script
Counterstrike 1.6 Custom Maps
Counterstrike 1.6 custom spray set up
Counterstrike 1.6 MP3 Playback
Counterstrike 1.6 Server List not working
Counterstrike 1.6 - how to set up a win32 server
Enemy Territory Getting Started Guide
HL2 weapons and chapters
OTHER
IRC How To
|
|
CS 1.6 Buy Script
Ok, menuselect buying is a thing of the past now. Valve has added built in
aliases for buying to make a buyscript easy for anyone. Experienced or not.
Default path for config.cfg file is C:\Program Files\Steam\SteamApps\your@email.com\counter-strike\cstrike
Here are the names for buying.
pistols
=======
glock
usp
p228
deagle
elites
fn57
shotguns
========
m3
xm1014
smg
===
mac10
tmp
mp5
ump45
p90
rifles
======
galil
ak47
scout
sg552
awp
g3sg1
famas
m4a1
aug
sg550
machine gun
===========
m249
ammo
====
primammo
secammo
equipment
=========
vest
vesthelm
flash
hegren
sgren
nvgs
defuser
shield
============================
Now, making a buyscript is as simple as the following.
bind "F3" "mp5"
That would buy you an mp5 simply by hitting F3. You will also notice the buymenu
no longer gets stuck open...ever.
Now that is just to buy the mp5, but you know you need ammo and other equipment.
You can do it the long way like this.
bind "F3" "mp5; primammo; vesthelm; hegren; secammo"
That would buy the mp5 with full ammo, helm and vest, grenade and secondary
ammo for your pistol.
Even that being the "long" way to do it. It is still much easier
and much shorter way of doing it than 1.5 or prior.
Now, you can really simplify your buy script buy setting up a couple aliases.
With this new menu, you dont need half a page of aliases..but with the new
buy aliases, you can do ALL your aliases in 2 lines. To save me some typing,
here are 2 basic aliases.
alias "equip" "primammo; vesthelm; hegren; flash; flash; defuser"
alias "restock" "primammo; secammo; hegren; flash; flash; defuser"
The first is all the basic stuff you buy besides your primary weapon. By making
an alias line similiar to this, you save yourself typing it over and over as
you bind various keys.
The second line is for "restocking" yourself if you survive the last
round.
So now for your mp5 line. Instead of this.
bind "F3" "mp5; primammo; vesthelm; hegren; secammo"
you use your alias now.
bind "F3" "mp5; equip"
bind "F4" "m4a1; equip"
bind "F5" "restock"
As you can see, doing that one line, saves typing later.
Also with this new system, it leaves you able to bind the minimum number of
keys. Even though ak47 and m4a1 are different menu #s, they can be bought with
the same single line.
bind "F6" "m4a1; ak47; equip"
If your a T an execute this..obviously you cant buy m4a1, but it will buy you
the ak47 and all the stuff to go with it...if CT..you get the colt..and the
equipment. So instead of 2 lines.
bind "F6" "m4a1; equip"
bind "F7" "ak47; equip"
You can reduce it to just the one line as shown above. Less written and easier
to manage.
If however you dont want to use aliases you can simply do something like this
bind "F1" "snapshot"
bind "F2" "fn57; secammo; vest"
bind "F3" "p228; secammo; vest"
bind "F4" "deagle; secammo; vest"
bind "F5" "elites; secammo; vest"
bind "F6" "deagle; shield; secammo; vest"
bind "F7" "p90; primammo; vesthelm"
bind "F8" "galil; famas; primammo; vesthelm"
bind "F9" "mp5; primammo; vesthelm"
bind "F10" "m4a1; ak47; primammo; vesthelm; hegren; flash; flash;
defuser"
bind "F11" "sg552; aug; primammo; vesthelm; hegren; flash; flash;
defuser"
bind "F12" "vesthelm; hegren; flash; sgren"
You can you enter these two commands if you wish to buy single clips ; buyammo1
(primary ammo) or ; buyammo2 ( secondary ammo)
This was written by HMJ on Plopsters Paradise
|