Black2 Posted January 22, 2016 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
Dealman Posted January 22, 2016 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 If I help you in a thread and you need further assistance, please don't PM me - use the thread you created instead. This way everyone on the forum can take advantage of it.
Army@1 Posted January 22, 2016 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
Black2 Posted January 22, 2016 Author 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
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