Jump to content

I'm having trouble figuring out how to edit this playermodel


Go to solution Solved by The Punisher,

Recommended Posts

Basically I'm trying to make this playermodel be the last jedi kylo ren with the mask but no cape or hood

 

I'm usually able to edit the model_defualt file but I just can't figure this one out

 

https://jkhub.org/files/file/2977-kylo-ren-tfa-tlj/?st=30#commentsStart

 

Any help is greatly appreciated 

1 create another SKIN files copying model_default with a another name, like model_nohood. 

2 replace with *off the path of textures of cape and hood and enable the path of the texture for the mask mesh :) (see texture folders for put correct names)

3 make a NPC file with a model that use as customskin the new skin file you did.

example:

 

Kylonocape

playermodel kylo_ren

customskin  nohood

etc etc

Pickles256 likes this
Link to comment

1 create another SKIN files copying model_default with a another name, like model_nohood. 

2 replace with *off the path of textures of cape and hood and enable the path of the texture for the mask mesh :) (see texture folders for put correct names)

3 make a NPC file with a model that use as customskin the new skin file you did.

example:

 

Kylonocape

playermodel kylo_ren

customskin  nohood

etc etc

I tried doing that before but I've had no luck, I'm able to do it fine for other skins but having trouble with this one for some reason

Link to comment
  • Solution

Open the pk3 in packscape

go to modles\players\kylo_ren

copy model_default_tlj.skin file to your hardrive and open it

change the line

torso_cape_tlj,models/players/kylo_ren/cape.tga

to

torso_cape_tlj,*off

Save it as model_default_tlj2.skin

 

move it to the modles\players\kylo_ren inside packscape

 

go to ext_data\npcs

extract kylo_ren,npc to your hard drive and open it

copy the entire "Kylo_Ren" NPC section and past it below

rename the new NPC to Kylo_Ren_TLJ

add the line

 customskin     default_tlj2

Save it and move it back to its place inside packscape

Save the file in packscape

 

use

 

playermodel kylo_ren_tlj

Pickles256 likes this
Link to comment

why? not works in game?

The textures weren't working right

 

Open the pk3 in packscape

go to modles\players\kylo_ren

copy model_default_tlj.skin file to your hardrive and open it

change the line

torso_cape_tlj,models/players/kylo_ren/cape.tga

to

torso_cape_tlj,*off

Save it as model_default_tlj2.skin

 

move it to the modles\players\kylo_ren inside packscape

 

go to ext_data\npcs

extract kylo_ren,npc to your hard drive and open it

copy the entire "Kylo_Ren" NPC section and past it below

rename the new NPC to Kylo_Ren_TLJ

add the line

 customskin     default_tlj2

Save it and move it back to its place inside packscape

Save the file in packscape

 

use

 

playermodel kylo_ren_tlj

That did it, thank you! Though there's a missing piece of his torso but I don't think that can be fixed with the .skin file

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