SvaRoX wrote:
I had a link to an online gear generator but it's broken now, if someone find it I'm interested.
I have something you might be interested in:
http://q3ut3.free.fr/gear/ French website
. We should prog our own dswp-Generator where smoke grens are disabled.
And with the following code you can easy switch your gear combinations with only one key:
Code:
set lo_01 "set load vstr lo_02; gear FLICRAA; ut_echo LR300/MP5K/HE"
set lo_02 "set load vstr lo_03; gear FLIAVRA; ut_echo LR300/MP5K/Laser"
set lo_03 "set load vstr lo_04; gear FLACVRA; ut_echo LR300/HE/Laser"
set lo_04 "set load vstr lo_01; gear FLAAVRT; ut_echo LR300/Laser/Med-Kit"
set load "vstr lo_01" // Default
bind x "vstr load" // Select Gear
Found on
http://www.urbanterror.net/urt_manual/gear.htm.