Black2 Posted January 22, 2016 Share Posted January 22, 2016 Hello,Why can't I add a texture? I need .dff too ? i can't use only .txd ? jump = engineLoadTXD ( "jump.txd" ) engineImportTXD ( jump, 1634 ) thanks for helping. :3 Link to comment
Dealman Posted January 22, 2016 Share Posted January 22, 2016 engineLoadTXD is returning a boolean value, ie, either true or false. In this case, it's returning false. This means that it's not able to load the txd file. This could be because of a variety of reasons. 1. Make sure you have the txd file added to the meta.xml 2. Make sure that the txd file is not corrupted 3. Make sure the filepath to the txd file is correct Link to comment
Army@1 Posted January 22, 2016 Share Posted January 22, 2016 engineLoadTXD is returning a boolean value, ie, either true or false. In this case, it's returning false. This means that it's not able to load the txd file.This could be because of a variety of reasons. 1. Make sure you have the txd file added to the meta.xml 2. Make sure that the txd file is not corrupted 3. Make sure the filepath to the txd file is correct 4. Make sure the name of the txd file is correct Link to comment
Black2 Posted January 22, 2016 Author Share Posted January 22, 2016 Not giving more error in debugscript but still does not work. I wonder why ? Image http://i.imgur.com/2GwDDHl.png 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