Jump to content

How to replace the animation for just one character?


Go to solution Solved by katanamaru,

Recommended Posts

I changed a few movements, has kept it all to a file "animation.cfg" . 

I  copied the "animation.cfg" to a folder   base / assets1 / models  / players / _humanoid  . After that, all the characters have a new animation ... ((

 

How to replace the animation for just one character?

 

 

 

 

 

Sorry for my horrible English (((

I am from Russia
Link to comment

You'll need to hexedit the character's model.glm, changing the models/players/_humanoid/_humanoid path early in the file to something else (while making sure not to change the address of anything after it), then copy the _humanoid.gla to that location and do the changes there. Note that this only works in Singleplayer - Multiplayer player models must use models/players/_humanoid/_humanoid.gla

Link to comment

I follow the instruction here : http://jkhub.org/tutorials/article/105-creating-an-original-humanoid-file-unique-to-one-or-more-characters/

When choosing a skin game crashes

Please tell me what I'm doing wrong?

 

My actions :

1)  I make a new "_humanoid" folder in the same folder where my skin are.

2) Name it _humanoid_sith

3) Paste _humanoid.gla , animations.cfg,  animevents.cfg into that folder.

4)Using notepad, open the _Humanoid.gla and change the file path to models/players/_humanoid_sith/_humanoid.

5)Using notepad, open the  model.glm and change the file path to models/players/_humanoid_sith/_humanoid.

6)Place my  skin + the new humanoid folder into a .pk3 file

7)Put.pk3 into base

Link to comment
  • Solution

 

I follow the instruction here : http://jkhub.org/tutorials/article/105-creating-an-original-humanoid-file-unique-to-one-or-more-characters/

When choosing a skin game crashes

Please tell me what I'm doing wrong?

 

My actions :

1)  I make a new "_humanoid" folder in the same folder where my skin are.

2) Name it _humanoid_sith

3) Paste _humanoid.gla , animations.cfg,  animevents.cfg into that folder.

4)Using notepad, open the _Humanoid.gla and change the file path to models/players/_humanoid_sith/_humanoid.

5)Using notepad, open the  model.glm and change the file path to models/players/_humanoid_sith/_humanoid.

6)Place my  skin + the new humanoid folder into a .pk3 file

7)Put.pk3 into base

It should be:

3. _humanoid_sith.gla , animation.cfg and animevents.cfg

4 and 5. models/players/_humanoid_sith/_humanoid_sith in both the .gla and .glm

 

 

Here are tutorials I wrote on it: http://forums.filefront.com/sw-jk3-modding-mapping-editing/432075-animating-dragon.html

post 8

Kriskopreved and therfiles like this
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...