I noticed a few unresolved threads on getting Milkshape anims into DBP, so I made this tutorial.
In my opinion, Milkshape is much easier to animate in than 3DS Max, using 3DS Max for modelling, and Milkshape for animating works for me.
If you encounter any problems in the tutorial, please post. I'm using 3DS Max 2011, so what might work for me, might not work in older versions.
As mentioned in the tutorial, textures/materials do not export using this method.
NOTE: attached a .pdf of the tutorial with all the screenshots.
This tutorial requires Milkshape, 3DS Max, and, of course, DBP
I have a simple animation set up, nothing fancy.
Make sure “Anim” is off.
File>Export>Alias .FBX
Save it as whatever you want, I just put it in the 3DS Max folder for a quicker import.
Import into 3DS Max.
Default settings should work.
Pointless error message (as far as I can tell).
Use the time slider in 3DS max to check that the animation exported correctly. Also, for some reason, you can’t export materials in Milkshape, so texture in 3DS Max before exporting.
You’ll want to use the Panda .x Exporter, found at: http://www.andytather.co.uk/Panda/directxmax_downloads.aspx
Default settings should work.
This simple code should work:
sync on
sync rate 60
load object "[FILEPATH]", 1
loop object 1
do
sync
loop
My crappy animation worked =D.
I’ll figure out how to do this with other software (such as Milkshape -> Blender -> DBP) soon.
Post any requests you have.