Pottus / Texture-Studio

83 stars 90 forks source link

Textures not loading in! #110

Open whyapac opened 4 years ago

whyapac commented 4 years ago

I'm having the same problem as this guy did about a year ago. I just finished my map which his a little bit of text in it on the walls. I exported it as 'CreateObject()' and then I moved it to my import folder and imported it to see if everything was working right.

The text either didn't load, or the object that the text was placed on loaded but the text didn't. I've got no idea how to fix it and all I want is my map to load the same way I had it designed before.

Here's my map in CreateObject():

RX Medical Group.txt

Please let me know what I can to do fix it.

Thanks, Roy

whyapac commented 4 years ago

@Crayder @Pottus

Crayder commented 4 years ago

One thing I notice right away;

SetObjectMaterialText(tmpobjid, "{000000} PSYCHIATRY ->", 0, 120, "Ariel", 25, 0, 0x00000000, 0x00000000, 1)

You are setting both the Back Color and Font Color to 0x00000000 which is black with 100% transparency. Thus, your text is transparent most likely. It looks as if the lines of code produces are absolutely normal otherwise. Just try changing the font color to "0xFF000000". Colors are in ARGB format so the FF is completely opaque.

Also, try /export instead of /exportall.