ID:164554
 
I am trying to make the map in my game but whenever I try it says "the obj tree is untrusted fix before making DMP"
help what is the matter and how do I fix it.
You need to compile your source, and the types listed in your DMP have to match those defined in the source. You might have just renamed something in the code. If you know what you're doing, you can open up a DMP in notepad, and look at the type paths listed at the beginning and try to fix them there, otherwise, you should just undo the change you made in the code.
In response to DerDragon
No, thats a different error... in addition, with that error, when you try to open the DMP it lets you change the paths there from the editor, no need to open it externally in notepad or anything.
Your code has some error(s). When compiling, look at the little box in the bottom of the screen; it will show information about your errors.
Your error is probably of course somewhere at your object prototype definitions; probably a syntax or indentation error. Since the object tree definition has errors, it cannot be trusted for laying out objects on the map and should be fixed first, hence the error.