So I've got two simple animations I made and got exported, puncher_sabre_stand_attack1a_full.msh, and puncher_sabre_stand_idle_emote_full.msh, and a borrowed basepose. I've put it in a copy of template, renamed it to "puncher", and edited it to look like this:
That's the thing. When I say nothing, I mean nothing. I see the window for a split second, and that's it.
EDIT:Ran it as administrator, same thing.
An apology to the mods is due as well, wasn't sure where to put this and actually thought this was the modding thread. Feel free to move it.
Did you set up your animation directory the same as it is shown in the assests one, meaning you have a soldieranimationbank folder, of course you don't need all the subdirectories but you do need the bat files that are in the root of the animation directory. As well as the munge_animation.bat that is in the soldieranimationbank.
now you don't necessarily need to follow the directory structure exactly but I figure if it worked for Pandemic it should work for us.
Can only suggest double checking again that all the .bats are there in the proper spots as well check the zenasset.log and see what it says. That will show any munge errors.
Are you running Vista? If so this post by phazon_elite might help:
phazon_elite wrote:Very sorry to bump this, but I have some important information regarding this fix.
If anyone has run into the problem of munge_animation.bat not working in Vista, here's a fix:
Change this:
Hidden/Spoiler:
@REM called from $\Animations\type\subfolder\
@REM all params are passed to zenasset
@REM if there are more than 9 parameters to pass, you can enclose all params in double quotes
@setlocal
@REM called from $\Animations\type\subfolder\
@REM all params are passed to zenasset
@REM if there are more than 9 parameters to pass, you can enclose all params in double quotes
@setlocal
@set MUNGE_ROOT_DIR=..\..\.. REM @if "%MUNGE_BIN_DIR%"=="" (
@set MUNGE_BIN_DIR=%CD%\%MUNGE_ROOT_DIR%\..\ToolsFL\Bin
@set PATH=%CD%\%MUNGE_ROOT_DIR%\..\ToolsFL\Bin;%PATH% REM )
The fact you are getting an empty zenasset means the munge.bat in your units animation folder cannot find the munge_animation.bat file it is calling for. Been there done that banged head on keyboard
So in your Animations folder you have 3 bat files (clean, munge and munge_subdir) and a folder that may be named SoldierAnimationBank
Then in the folder called SoldierAnimationBank you have one bat file called munge_animation.bat and a directory called something related to your animation, lets say puncher.
In the puncher folder you have 1 bat file called munge.bat with the changes you indicated as well as a basepose.msh and the animation msh, once again we'll just call it puncher.msh
And it is the bat file in this folder you are running to munge the animation.
Try this, copy the Aayla animation folder to your maps Animation/SoldierAnimationBank folder, then go into the folder and try running the bat see if Aayla animations munge correctly. You can always delete the resultant files from the munge folder later
When you exported the animations you did click on the animation boxes in the pandemic exporter. sorry just had to ask. Another thing you could do is copy your animations to aalyas folder, the one you just did a munge from, delete the existing msh files first, and try munging that. Don't edit the munge.bat file.