Problems with texturing
#1

Hello all. When I made a map for my server and started texturing, I got a BIG problem. Some objects become black. For example: object ID 17007.
When I trying paint it: SetObjectMaterial(objectid,0,3855,"gay_xref","ws_g ayflag1"), all OK:

But when I trying paint it red: SetObjectMaterial(objectid,0,10368,"cathedral_sfs" ,"concpanel_la",0xFFFF0000);, it becomes black:
How can I paint it red?
Reply
#2

I've been having similar issues with objects, and I think it's just some textures aren't big enough, or can't be used. I'll let you know if I have found a solution though.
Reply
#3

Quote:
Originally Posted by Th3UnKnOwN
Посмотреть сообщение
I've been having similar issues with objects, and I think it's just some textures aren't big enough, or can't be used. I'll let you know if I have found a solution though.
It could be a truth, but whole object becomes black, not only one materialindex.
Reply
#4

Try this
PHP код:
SetObjectMaterial(objectid,0,10368,"cathedral_sfs" ,"concpanel_la",0xFFF000); 
Reply
#5

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
Try this
PHP код:
SetObjectMaterial(objectid,0,10368,"cathedral_sfs" ,"concpanel_la",0xFFF000); 
No, it isn't working
P.S. Object becomes black always, when color isn't 0
Reply
#6

Up...
Reply
#7

Problem resolved. Close thread, please
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)