Scripting, skinning - customizing in general for 1.6

11 public posts in this discussion.

Post 1

any one figured out a way to get around the problem of writing buy scripts for 1.6 that work for T and CT with out having to toggle or anything??

and where are u meant to put custom skins, and maps that u have downloaded etc??

Post 2

http://www.gamers-underground.com/phpBB2/viewtopic.php?t=12266

for scripts

and to get custom stuff you just copy it into your new cstrike folder
EG. You want to use your custom sounds, go into your old cstrike folder, get the sounds folder, copy it into

C:\Program Files\Steam\SteamApps\<your email>\counter-strike\cstrike

do the same for models, maps etc.
and everything should work fine :D

Also a weapon name fix for people with the retail version:

http://www.nextwish.org/mods.php?page=gamefix/cstrike-weaponnamesfix

Post 3

I setup my buy scripts from here, just by binding keys to different weapons, and also you can just type the weapon or equipment you want in console and it will buy it for ya =)

http://games.internode.on.net/forums/viewtopic.php?t=10517

Post 4

i whipped up these after an hour on 1.6, to much effort to go though the buy menu.

[code:1:b9b91a620e]alias w "wait"
alias clmbuy "w; w; w; w; slot10; w; w; w; slot10"

//buy scripts//

// BUY AK-47 or Colt M4A1 Carbine, Primary Ammo, Armor, HE grenade, Helmet, defuser kit, 2 flashes, smoke gren//
alias +rifle2 "m4a1; ak47; primammo; vest; hegren; vesthelm; defuser; secammo; flash; Sgren; flash"
alias -rifle2 "clmbuy; slot10"

bind "[key go here]" "+rifle2"

// BUY Steyr AUG or Sig SG-552 Commando, Primary Ammo, Armor, HE grenade, Helmet, defuser kit, 2 flashes, smoke gren//
alias +rifle3 "aug; sg552; primammo; vest; hegren; vesthelm; defuser; secammo; flash; Sgren; flash"
alias -rifle3 "clmbuy; slot10"

bind "[key go here]" "+rifle3"

// BUY H&K MP5-Navy, Primary Ammo, Armor, HE grenade, Helmet, defuser kit, 2 flashes, smoke gren//
alias +hkmp5 "mp5; primammo; vest; hegren; vesthelm; defuser; secammo; flash; Sgren; flash"
alias -hkmp5 "clmbuy; slot10"

bind "[key go here]" "+hkmp5"

// BUY galil or famas, Primary Ammo, Armor, HE grenade, Helmet, defuser kit, 2 flashes, smoke gren ///
alias +rifle1 "famas; galil; primammo; vest; hegren; vesthelm; defuser; secammo; flash; Sgren; flash"
alias -rifle1 "clmbuy; slot10"

bind "[key go here]" "+rifle1"

// BUY HE Grenade, FB, and SG//
alias +grens "hegren; Sgren; flash; flash"
alias -grens "clmbuy; slot10"

bind "[key go here]" "+grens"

// BUY Primary Ammo, HE grenade, Secondary Ammo, Armor, Helmet, DEfuser Kit, Smkoe Gren, 2 Flashes//
alias +arm_ammo "primammo; hegren; secammo; vest; vesthelm; defuser; flash; Sgren; flash"
alias -arm_ammo "clmbuy; slot10"

bind "[key go here]" "+arm_ammo"
[/code:1:b9b91a620e]

Post 5

your not seriously expecting that to work are you?

all of the aliases that you have used there are ones that come with rze's cs helper... for soemone that doesnt have that, it is impossible for it to work.

dah.

Post 6

oh soz mate, i just did my homework :oops:

my bad...

Post 7

i think the easiest way is to just open your config file with notepad and i chose to bind the keypad keys for my weapons.

go to the site i had posted up there and bind whatever you want to the keys, this is what im using at the moment once you get used to it works great :D

basickly in sets with 7-8 as famus, Galil. 4-5 ak and m4a1 and 1-2 as Aug and Sig, also i have deagle and usp binded to 3 and 6 and amour to slash and minus, also primary ammo is plus and secondary is Enter :D

bind "KP_HOME" "famus"
bind "KP_UPARROW" "galil"
bind "KP_PGUP" "mp5"
bind "KP_LEFTARROW" "m4a1"
bind "KP_5" "ak47"
bind "KP_RIGHTARROW" "usp"
bind "KP_END" "aug"
bind "KP_DOWNARROW" "sg552"
bind "KP_PGDN" "deagle"
bind "KP_ENTER" "buyammo2"
bind "KP_SLASH" "vest"
bind "KP_MINUS" "vesthelm"
bind "KP_PLUS" "buyammo1"

Post 8

This reply is only directed towards the custom installs .... the answer as to where to put them is in the steam FAQ .... go check it out :D. However, at the moment most 1.6 servers are enforcing defaults so if you try and install any custom stuff (is weapons, skins, models etc) you won't be able to play. Most forums have posts in them asking for this restriction to be removed so that ppl can copy/install their custom stuff to 1.6 .... but so far there either hasn't been a response or the response was "Not at the moment .... be it will be considered."

Guess its just a matter of wait and see .... or find a server that doesn't enforce the defaults.

Cheers

Post 9

I think eventually cs will only force defults for Player models and you will be able to change sprites models and sounds without any problems :)

Post 10

i like bein able to buy all my shit in one button, im really lazy. and they are virtually yhte only guns i use, and the scout sumtimes.

pity about not having custom skins etc. the famas could definatly do with a new look

Post 11

Famas sure looks ugly :x
I like being able to buy weapons from typing their names.
Makes binding so muc easier :twisted: