so ive made this map called Dm Dark Duelist. Its a very dark map, with only automag.
I made the map, added the automags, and changed them so they do 200 hitdamage, have 512 ammo...and a few other things i think.
anyways...i loaded the map as default deathmatch game and all the settings reverted to origional form.
told .:..: he said hed make me a special automag later on tonight. anything special he has to do with the automag to make it compliant with uteamfix?
anyways ur gonna love this map its ace.
New automag...
- Xavious
- Posts: 2250
- https://www.facebook.com/warszawa.kuchnie.na.wymiar/
- Joined: Sun Jul 13, 2003 7:01 pm
- }TCP{Wolf
- Site Admin
- Posts: 4663
- Joined: Thu Dec 19, 2002 7:30 pm
- Location: https://signal.me/#eu/4zInut2kHeg_ry0GD ... pdqka17o2F
- Contact:
No. UTF replaces original weapons only by idetifying their class instance name, not by checking childof (class) okay...
Stupid mutator
if (Other.IsA('Automag')) replace (...)
This is NOT what UTF is doing, but some other mods might be doing this, replacing Automags and all subclasses of it.
UTF
if (Other.Class==class'Automag') replace (...)
UTF only replaces Automags which are a class instance of exactly the original hierarchy. For this reason, any subclasses (custom guns) will remain perfectly usable with UTF.
Have fun with it.
Stupid mutator
if (Other.IsA('Automag')) replace (...)
This is NOT what UTF is doing, but some other mods might be doing this, replacing Automags and all subclasses of it.
UTF
if (Other.Class==class'Automag') replace (...)
UTF only replaces Automags which are a class instance of exactly the original hierarchy. For this reason, any subclasses (custom guns) will remain perfectly usable with UTF.
Have fun with it.
-=]I AM GETTING TOO OLD FOR SUBTLETY[=-
mail: chaos.worx[at]gmx.net
IRC Quakenet +OTR: }TCP{Wolf @#oldunreal @#tcp.clan
Jabber/XMPP +OTR: Wolfy359@jabber.org
Threema: CR6Y9YSS
Signal: see profile
ICQ: dead since russian takeover disables OTR
mail: chaos.worx[at]gmx.net
IRC Quakenet +OTR: }TCP{Wolf @#oldunreal @#tcp.clan
Jabber/XMPP +OTR: Wolfy359@jabber.org
Threema: CR6Y9YSS
Signal: see profile
ICQ: dead since russian takeover disables OTR