Jump to content

How to add assets from another mods to the vanila game.


Go to solution Solved by Zelanter,

Recommended Posts

I woud love to se more types of stances in JK other than Fast, Med and Strong, for exemple the one that the Movie Dules team did on diffrent characters. A very cool one woud be the one that Starkiller has. I know there are some mods that  change it to his stance , but it's just a modefied version of dubble bladed saber wich also dosen't block very well. To sumerize I woud like to know how and if you can take the assets from a mod and place them in the vanila game ..animations..combat stiles etc. 

Link to comment
  • Solution

Hello there,

I’m not an expert by any means on this matter, so I can't guarantee you that this is the only solution.

The animations for models in this game are tied up to "_humanoid" folder files localized in the base\"assets1.pk3".

The mods that include custom animations for characters use their own animation folder to which they assign their models. So to change animations of one specific model you'd have to do something which is explained in this tutorial :    (Fun fact : Tompa9 who asked this question in 2017 is now one of the main creators for MD 2 which you've mentioned.)

 So you can't change animation for model only with a command etc. It's a more complicated process that needs to be done in model editing software.  

 

Easier way to replace the animations is to create your very own "_humanoid" mod. The drawback of this is that every model/npc will also use those animations.

So lets say that you want vanilla models/npcs to use a modded animations. You need to download a playermodel mod that comes with unique animations of your liking.

Open the .pk3 file of this mod with WinRAR, go to models/players. There should be the custom animations folder named for example "_humanoid_anakin". all you have to do is to extract the _humanoid.gla and animation.cfg files. On the desktop create a folder called "models", in it create folder "players" and in that folder create another called "_humanoid" and put those files you've extracted in it.

The path should look like this: models/players/_humanoid/_humanoid.gla + animation.cfg.

Now dowload PakScape : 

Open it, click "file"->"new", drag your "models" folder into the blank white space, and save it as a .pk3 file.

And that's it, your very own animation mod!

As for the stances, apart from the modified double saber stance that you've mentioned, there are no new stances in MD 2 ( atleast to my knowledge )

You probably didn't knew that in JA there are two hidden stances used by bosses. They're respectively named: "desann" and "tavion".

Basically it's the one-handed strong ( purple in MD2 ) and one-handed fast ( light blue in MD2 ). To use them in vanilla you need to type in console "setsaberstyle desann" or "setsaberstyle tavion".

To quickly change to them without having to type in those commands, just bind them to any spare keys on your keyboard. For example I use "u" for tavion style and "p" for desann's

To bind them, type in console "bind u setsaberstyle tavion" or "bind p setsaberstyle desann".

I hope that will help you 😄.

Link to comment

It is possible for the game to use MORE than one animation cfg file... Not just the default humanoid one...

 

Jedi Outcast does this, the Robo suit used by one of the npc's has it's OWN anim file, I don't have outcast installed at present but if I remember correctly, a model will use a non humanoid anim file if thats included in the models folder in the pk3, matybe somebody with outcast installed could check this and nail the specific file names etc for you.

Link to comment

I believe Galak Suit uses a different .gla altogether. However, aside from the tutorial mentioned in the solution, the only other way I know is to place a modified .gla or animations.cfg in _humanoid_<mapname>, and those new anims will play (though for every _humanoid model) when that map is loaded. As far as I know it doesn't only affect cinematics, it can affect any animation at all.

Link to comment

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...