Page 1 of 1

Dark Troopers and Wampas *SOLVED*

Posted: Fri Jan 05, 2007 6:45 pm
by EGG_GUTS
I know you will be asking "Why the hell are you doing that" It's for my map
and it's a suprise :)

Question: I want to give the Dark trooper the wampa attack. I did it in the odf but it just makes my map crash :x

Posted: Fri Jan 05, 2007 7:16 pm
by Maveritchell
Did you make sure to add all the anims? To preclude that, you could just add all the files from the SNW assets to your own.

Posted: Fri Jan 05, 2007 7:59 pm
by EGG_GUTS
yes I moved all the ODFs and MSHs

Posted: Fri Jan 05, 2007 9:24 pm
by Maveritchell
EGG_GUTS wrote:yes I moved all the ODFs and MSHs
I didn't ask that. I asked if you moved the animations. You need to copy the "munged" folder from SNW if you haven't already, and probably the "effects" folder as well.

Posted: Sat Jan 06, 2007 6:55 am
by wazmol
it still wont work you need to change the darktroopers ODF so it uses the Wampas Bones

Posted: Sat Jan 06, 2007 10:06 am
by EGG_GUTS
So would that be hard or somewhat easy?

Posted: Sat Jan 06, 2007 10:22 am
by wazmol
its pretty easy. just copy the munged folder from the wampa side then in the dark troopers odf change:
GeometryName = "imp_inf_darktrooper"
GeometryLowRes = "imp_inf_darktrooper_low1"

to:

GeometryName = "imp_inf_darktrooper"
GeometryLowRes = "imp_inf_darktrooper_low1"
SkeletonName = "wampa"
SkeletonLowRes = "wampalz"

it should work it works with the super battle droid.

Posted: Sat Jan 06, 2007 10:33 am
by EGG_GUTS
Thanks but where do I paste the munge folder?

EDIT: and what odf do I find The Geometry: imp_inf_darktrooper?

Posted: Sat Jan 06, 2007 2:34 pm
by wazmol
take the MUNGED folder from: BF2_ModTools\assets\sides\snw
and put it in: BF2_ModTools\data_xxx\Sides\imp (xxx is your modid)
and the imp_inf_darktrooper line is in the imp_inf_dark_trooper.ODF file in your modid's side/imp/odf folder

hope that helps ;)

Posted: Sat Jan 06, 2007 7:52 pm
by EGG_GUTS
Wouldn't you just copy the contents from the snw munged into the imp munged cuz I would have to copy over the imp munge folder

EDIT: YES it worked thanks :D

Posted: Sun Jan 07, 2007 6:20 am
by wazmol
no problem ;)