Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Animations in Malak cutscenes

Page: 1 of 1
 Pavlos
07-07-2006, 4:19 AM
#1
Now this is odd...

The animations that Malak and Karath play seem to be determined in the dialogue file. However, they all have the same index. There are no scripts referenced in the .dlg, which makes things more annoying. This is highly confusing as I fail to see how these animations are played. DeNCS often cannot hack entry scripts, so it could all be done via that scriptt and I don't know. Could someone have a look at the scene STUNT_03a for me and see if they can decompile the entry script?
 stoffe
07-07-2006, 7:22 AM
#2
The animations that Malak and Karath play seem to be determined in the dialogue file. However, they all have the same index. There are no scripts referenced in the .dlg, which makes things more annoying. This is highly confusing as I fail to see how these animations are played.

I assume you mean the m40ab_c01.dlg file in that stunt area? If so it is indeed handled by the DLG file and not by any scripts.

Look at the Stunt List (listed in the root node if you use tk102's DLGEditor). It defines custom models (MDL/MDX resrefs) for the cutscene participants. I would assume these models contain animations specific to this particular cutscene, and they are numbered by the stage of the scene (rather than particular body movement) for simplicity.

This would explain why all the participants fire the same animation number at each entry. The animation number is the same, but the animation at that number in each model corresponds to what they are supposed to do at that "stage" in the cutscene.
 Pavlos
07-07-2006, 7:36 AM
#3
Right, thanks. Now it makes sense!
Page: 1 of 1