The basic tutorial is attached below. There are several places you can get the needed plugin for max, I always look at
http://www.maxplugins.de/Have you tried edting the pallete directly? If not, send me your files and I'll take a look at them.
QUOTE
NWN Creature animations to BG2 Creature Bam animation format.
Ok for this you will need several tools and applications:
1) 3ds max (By Discreet)
2) DLTCEP (By Avenger)
3) BAMWorkshop (Gafware)
4) NWN Plugins for 3dsmax (Do a search)
5) NWN Explorer (NWN Vault)
Ok, now that thats out of the way lets start up 3dsmax and get things together.
1) under rendering in the toolbar, click 'environment'
under background in your 'common parameters' tab click the black box to the left of 'environment map' (it says 'color above it)
in the color selector box that pops up type in green: 151, blue: 151 and leave the red at :0 , this will set the background of the animations we render to that of the bg2 invisible color.
we can close the pop-up when we are through.
2)now under 'rendering' again in the toolbar we select 'render...'
another toolbox opens,
a) for output size i use 200 width by 200 height
cool.gif under options UNtick 'atmospherics,effects and displacement'
c) open 'max default scanline A-buffer' properties and UNtick anti-aliasing, leave filter map checked but select 'blackman' under filter drop-down' (this will give us a nice hard edge in the rendered animation, without it your animation will blend with the background color, the result? well your animation will have a greenish tint surrounding him...not good)
d) uncheck "apply" under 'object motion blur' properties
e) uncheck "apply" under 'image motion blur' properties
f) under 'color range limiting' properties set the color range to "Scale"
there now max is set up for our importing.
now open up your NWN "Appearance" 2DA and search for the creature you want to import, remember or write down the MDL creature name usually C_{creature name)
mine is "C_devil"
also check to see the texture name, mine again is "C_devil"
you may have to export the texture as well as the MDL file.
use NWN explorer for this
export MDL and Texture into a new folder you create
******************************************************
Use 3dsmax to import MDL FROM the folder you created, this will allow max to pull the texture straight from the folder without you having to re-create or search the materials part of rendering.
NOTE: When importing MDL MAKE SURE YOU IMPORT ANIMATIONS!!
********************************************************
now simply cycle through the animation using 3ds max animation slider and take notes of the frame ranges for each different animation, there is usually 10 null frames in between each animation so its not that hard to determine where one ends and another begins.
now take a look below at my C_Devil notes for animations.
901-941: walk
456-516: stand down
1258-1288: Stand Combat
54-84: attack 1
97-127: attack 2
11-41: attack 3
183-243: spell prepare
256-271: spell release
get hit: 625-635
671-701: fall down
800-830: get up
for the Twitch animation i just export a single bmp frame from the last frame of the 'fall down animation'
***************************************************
so using the above information I can now render my animations.
NOTE: Time output here is where you type in the frame ranges
1) choose toolbar 'rendering, sub-menu "Render..." and under 'render output' click the button that says 'files..."
choose a name for animation (since i will do the walk anim first i type in "PIT_WALK_South", choose a format (AVI) then click save
choose (- FULL FRAMES UNCOMPRESSED) for the pop-up
under 'Time output' at the top I type in my walk range which is " 901 to 941"
I click render button at bottom
ta-da!!
file is saved as avi in whatever folder i chose earlier in my "Files..." part of the process.
of course you have to do this for South,South-West,West,North-West,and North...rotating,exporting etc
also you must do this for each of the above animation sequences...needless to say it can get pretty monotonous but take breaks in between and it isn't so bad
I won't get into how you use DLTCEP or Gafware just yet as I assume if you are going to try tackling this for yourself you should already know everything about these two tools, but if not I would be willing to continue this tutorial if the demand is there.