Page 1 of 1
Side questions
Posted: Thu Jul 22, 2010 4:28 pm
by CommanderFixer
I am currently working on a map called Telidraan: City #42(After many attempts to make a good map) and I have come across a problem. I plan to feature the Disguise kit.... I have no idea where to get that without getting the whole BF1 BFBuilder. The other issue that stands is that I'm trying to have a Mando character(Specifically the DeathWatch skins, released a few months back), but the link apparently died.

I have no idea how to get the skin in there anyways, and I'm referring to the stock doc's for that...
Re: Side questions
Posted: Thu Jul 22, 2010 4:32 pm
by Xavious
All you need for the disguise kit is this odf file:
all_weap_inf_disguise.odf
Code: Select all
[WeaponClass]
ClassLabel = "disguise"
[Properties]
Label = "Disguise Kit"
HUDTag = "hud_stealth"
GeometryName = ""
DisguiseOwnerModel = ""
RoundsPerClip = 0
AnimationBank = "tool"
As for the skins you want, try asking in this topic for a re-upload:
http://www.gametoast.com/forums/viewtop ... 64&t=23324
Re: Side questions
Posted: Thu Jul 22, 2010 4:54 pm
by CommanderFixer
Okay... so I copy and paste the code? (Excuse me) But to where? It wouldn't let me paste in the all odf directory. Thank you for the advice, though.
Re: Side questions
Posted: Thu Jul 22, 2010 5:04 pm
by Xavious
You'll need to create a new odf file and paste what I posted above into it. Then you can give it to your units as you would any other weapon.
Re: Side questions
Posted: Fri Jul 23, 2010 12:42 pm
by CommanderFixer
This is my last question: How do I make a new ODF, and in what directory, as I have relied on defaults on my previous first maps. Another small problem is to make the character, and give him the diguise kit.

Re: Side questions
Posted: Fri Jul 23, 2010 12:46 pm
by Xavious
You should probably read either the BF2 Jedi Creation.doc in the documentation folder of the mod tools, or a custom sides tutorial linked to from the modding FAQ in this forum.