manve1 Posted June 7, 2014 Share Posted June 7, 2014 I get this error on txd replacement: The folder exist; The TXD file is correct. My script is simple: local colCH = engineLoadCOL( "models/chest.col" ) engineReplaceCOL( colCH, 1362 ) local txdCH = engineLoadTXD( "models/chest.txd" ) engineImportTXD( txdCH, 1362 ) local dffCH = engineLoadDFF( "models/chest.dff", 1362 ) engineReplaceModel( dffCH, 1362 ) everything loads in, except the TXD. META object loading: <file src="models/chest.txd" /> <file src="models/chest.col" /> <file src="models/chest.dff" /> Any clues why this is happening? Link to comment
.:HyPeX:. Posted June 7, 2014 Share Posted June 7, 2014 Are you sure the TXD is okay? Link to comment
manve1 Posted June 7, 2014 Author Share Posted June 7, 2014 Yes, I make my own 3 models, the other one i made worked fine and i done the same thing as this one that's giving me trouble. -Edit: It worked after the new nightly update. Thanks anyway. 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