Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textures not loading in! #110

Open
whyapac opened this issue Apr 15, 2020 · 2 comments
Open

Textures not loading in! #110

whyapac opened this issue Apr 15, 2020 · 2 comments

Comments

@whyapac
Copy link

whyapac commented Apr 15, 2020

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
Copy link
Author

whyapac commented Apr 15, 2020

@Crayder
@Pottus

@Crayder
Copy link
Collaborator

Crayder commented Apr 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants