Jump to content

Animations


Recommended Posts

Posted

I learned how to swap animations with the .cfg file, but I wonder, is it possible to give certain models individually different animations?

Posted

Yes, use a hex editor and change the .gla file path to a custom one. Though sometimes using a hex editor doesn't work.

Posted

Yes, use a hex editor and change the .gla file path to a custom one. Though sometimes using a hex editor doesn't work.

 

Awesome, thanks. I'll see what I can do.

 

Would it make it still playable in multiplayer, though? The model, I mean.

Posted

Awesome, thanks. I'll see what I can do.

 

Would it make it still playable in multiplayer, though? The model, I mean.

Not sure. If it is, it will use the default .gla instead of the custom one. Custom .gla's are for SP only, as far as I know.

 

Posted

I've never tried a custom animation path modified model in mp, but I've heard it doesn't work. Just download a model that has it done already and test it out. My Galen with dual backhands has a custom path, as does Toshi's Yoda.

Posted

Though sometimes using a hex editor doesn't work.

I find that hard to believe, unless you mean having names longer than 63 characters, which would indeed lead to problems.

 

But yeah, just like using the Rancor model in MP anything else with a custom skeleton is incompatible without a custom mod.

Posted

I find that hard to believe, unless you mean having names longer than 63 characters, which would indeed lead to problems.

It doesn't work for me 50% of the time. Or at least it didn't when I was on Windows XP. It would turn the .glm into an unreadable file, and I couldn't even change it back. It was quite odd.

 

therfiles likes this
Posted

It doesn't work for me 50% of the time. Or at least it didn't when I was on Windows XP. It would turn the .glm into an unreadable file, and I couldn't even change it back. It was quite odd.

Given how the glm format works that must've either been the editor's fault or yours. Maybe you inserted when you should've overwritten, or accidentally deleted something?
Posted

make sure there's no .GLA at the end of the path. The code explicitly adds .GLA at the end, so you might be trying to load _humanoid.GLA.GLA for instance.

 

note: you need to hex-edit the new GLA too, otherwise it won't bind correctly.

Circa likes this
Posted

Given how the glm format works that must've either been the editor's fault or yours. Maybe you inserted when you should've overwritten, or accidentally deleted something?

Possibly. What about saber model files? Should you be able to change the paths for the skin files in a similar manner? I've done that with about 50/50 success rate as well.

 

make sure there's no .GLA at the end of the path. The code explicitly adds .GLA at the end, so you might be trying to load _humanoid.GLA.GLA for instance.

 

note: you need to hex-edit the new GLA too, otherwise it won't bind correctly.

Ah, that might be the issue.
Posted

I found hex editing a glm didn't work, as i tried to change the tag names on boba's jetpack so it would appear in mp. I was using notepad++ on my win xp laptop, but I may try it again, as i now have a computer running win 7.

Posted

It sometimes doesn't work for me either. I tried to give the TFU version of Sith Stalker my backhand animations and it just didn't work. I pulled out my notes to double check things. I even attached them to another model to make sure it wasn't me making the mistake.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...