1up Clan Forums

Gaming => Urban Terror => Tips & Guides => Topic started by: Zangetsu on August 11, 2011, 11:54:04 PM

Title: Making you own GEAR BINDS
Post by: Zangetsu on August 11, 2011, 11:54:04 PM
If you do not have them already, please take the time to make a few gear binds. This will allow you to quickly change loadout's with a single button press.

This webpage shows what the code is for each weapon and where it goes in the code.

http://urt.taggedzi.com/guide2.php (http://urt.taggedzi.com/guide2.php)

My personal binds are;

Code: [Select]
set auto1 "gear GLAARWV;ut_echo Auto w/ Laser;set auto vstr auto2"
set auto2 "gear GLAARWT;ut_echo Auto w/ Medic;set auto vstr auto1"
set auto "vstr auto1"
bind 6 "vstr auto"

set g361 "gear GMAARWU;ut_echo G36 w/ Silencer;set g36 vstr g362"
set g362 "gear GMAARWT;ut_echo G36 w/ Medic;set g36 vstr g361"
set g36 "vstr g361"
bind 7 "vstr g36"

set snipe1 "gear GZAARWT;ut_echo Snipe w/ Medic;set snipe vstr snipe2"
set snipe2 "gear GZJARWA;ut_echo Snipe w/ UMP;set snipe vstr snipe1"
set snipe "vstr snipe1"
bind 8 "vstr snipe"

So when I press 6 once I spawn with a ZM LR300, DE, Kevlar Vest, Helmet and a laser. I press it again and the laser is swapped with a med kit. I press 7 and I get a G36 as my primary and the laser is replaced with a silencer. One more press and I get a med kit in place of the silencer. Press 8 and I get an Sr8, UMP, DE, Kevlar Vest and Helmet. Press again and I lose the UMP and gain a med kit.

It might seem complicated at first but the hardest part for me was figuring out how to make the vsrt part work. The gear selection is just copying the letters into the right place. If you have issue's let me know what gear you want to be bound and I can make it work. But please try yourself first, I don't want to spend too much time making everyone binds.
Title: Re: Making you own GEAR BINDS
Post by: jabba on August 14, 2011, 02:09:00 PM
thanks zang the website was helpful :DDDD
Title: Re: Making you own GEAR BINDS
Post by: TurbanError on June 23, 2012, 06:45:31 PM
Thanks Zang, reformatted my comp and this saved me a bunch of time looking up syntax.
Title: Re: Making you own GEAR BINDS
Post by: UncleSam on February 02, 2013, 09:47:28 AM
This looks awesome, I'll try it out. 
Title: Re: Making you own GEAR BINDS
Post by: Sander on February 02, 2013, 10:12:04 AM
I would use this one ;) its awesome and easy to use

http://q3ut3.free.fr/gear/
Title: Re: Making you own GEAR BINDS
Post by: UncleSam on February 02, 2013, 10:45:24 AM
Holy Crap!!!
That is awesome.

Thanks dude.