FranklinRoosevelt Posted March 7, 2015 Share Posted March 7, 2015 Hello guys, I tried replace CJ model (.dff), but nothing. dff = engineLoadDFF ( "filename.dff", 0 ) engineReplaceModel ( dff, 0 ) With texture all clear - Clothing_Component_IDs How to replace model CJ skin(.dff)? Link to comment
FranklinRoosevelt Posted March 7, 2015 Author Share Posted March 7, 2015 did u do the txd too? Yes. txd = engineLoadTXD("filename.txd") engineImportTXD( txd, 0 ) Link to comment
FranklinRoosevelt Posted March 7, 2015 Author Share Posted March 7, 2015 show your meta <meta> <file src="filename.dff" type="client" /> <file src="filename.txd" type="client" /> </meta> It work on other skins. Link to comment
Dimmitry007 Posted March 7, 2015 Share Posted March 7, 2015 cilent txd = engineLoadTXD ( "filename.txd" ) engineImportTXD ( txd, 0 ) dff = engineLoadDFF ( "filename.dff", 0 ) engineReplaceModel ( dff, 0 ) meta "filename.txd" /> "filename.dff" /> "cilent" type="client" /> Link to comment
FranklinRoosevelt Posted March 7, 2015 Author Share Posted March 7, 2015 I show part my meta, where added file for skin. If change id skin, it work Link to comment
Dimmitry007 Posted March 7, 2015 Share Posted March 7, 2015 maybe you can't change CJ skin :3 Link to comment
FranklinRoosevelt Posted March 7, 2015 Author Share Posted March 7, 2015 I want to know can this or not, maybe somebody make this. Link to comment
xeon17 Posted March 7, 2015 Share Posted March 7, 2015 As i know , it's not possible to replace the CJ model. Link to comment
3B00DG4MER Posted March 7, 2015 Share Posted March 7, 2015 CJ Model is Divided So,You've to change all parts of CJ Model. Link to comment
FranklinRoosevelt Posted March 7, 2015 Author Share Posted March 7, 2015 CJ Model is Divided So,You've to change all parts of CJ Model. How? We talk about .dff. Link to comment
FranklinRoosevelt Posted March 7, 2015 Author Share Posted March 7, 2015 I want replace dff. 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