Jump to content

Skin Mods


Recommended Posts

I Want to mod skin 138 and change it from a woman to man, i have downloaded a skin mod off the internet and used a script to load the TXD And DFF But it doesnt work!

txd = engineLoadTXD("138.txd") 
engineImportTXD(txd, 138) 
  
dff = engineLoadDFF("138.dff") 
engineImportDFF(txd, 138) 

Link to comment
Guest Guest4401
I Want to mod skin 138 and change it from a woman to man, i have downloaded a skin mod off the internet and used a script to load the TXD And DFF But it doesnt work!
txd = engineLoadTXD("138.txd") 
engineImportTXD(txd, 138) 
  
dff = engineLoadDFF("138.dff") 
engineImportDFF(txd, 138) 

There's nothing called engineImportDFF.

Use this:

engineReplaceModel 

Link to comment
I Want to mod skin 138 and change it from a woman to man, i have downloaded a skin mod off the internet and used a script to load the TXD And DFF But it doesnt work!
txd = engineLoadTXD("138.txd") 
engineImportTXD(txd, 138) 
  
dff = engineLoadDFF("138.dff") 
engineImportDFF(txd, 138) 

There's nothing called engineImportDFF.

Use this:

engineReplaceModel 

=

txd = engineLoadTXD("138.txd") 
engineReplaceModel(txd, 138) 
  
dff = engineLoadDFF("138.dff") 
engineReplaceModel(dff, 138) 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...