micheal1230 Posted May 21, 2012 Share Posted May 21, 2012 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 Posted May 21, 2012 Share Posted May 21, 2012 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
top sniper Posted May 21, 2012 Share Posted May 21, 2012 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now