Tremulous Forum
Media => Mapping Center => Topic started by: Kiwi on January 13, 2010, 02:52:16 am
-
Hey Guys, I'm having some trouble with texturing my map. Just so you know this is my first time creating a "semi-real map" so I'm still a newbie at this. I was getting textures that looked like this:
(http://darkmatterserver.zymichost.com/shot0099.tga)
and this:
(http://darkmatterserver.zymichost.com/shot0102.tga)
This is because the wall are made up of multiple brushes, because they use parts of other tunnels and include doors and such. I was wondering how can I get the textures to line up, without having to make it all out of one brush?
I'm also having trouble with these doors, sometimes they do this which is great:
(http://darkmatterserver.zymichost.com/shot0100.tga)
But then sometimes they only parcialy show like this:
(http://darkmatterserver.zymichost.com/shot0101.tga)
or
(http://darkmatterserver.zymichost.com/shot0103.tga)
I have no idea how to fix the door problem, without just making the wall jut out more, is that what I have to do?
Thanks For All Your Help!
Warm Regards,
Kiwi
-
SHIFT + ARROW KEYS will move the texture around on your brush. Rotating is also useful.
Also, fix your image links. I suppose you can't upload TGAs to your host, so change then to JPEGs before hosting them.
-
Sorry, I can see them fine on the forum and when I goto the url.. but thanks for the tip.
I'll try changing the images into jpegs.
Thanks,
Kiwi
-
But then sometimes they only parcialy show like this:
Thats bcaus door surface intersect with wall surface. You cant avoid such visual troubles. Make door thiner or move it deeper in hallway. In Quake III engine surfaces just cant overlap.
BTW... I think you can fix it using sort keyword in shader, bit i still dont think its good solution.
-
Or you can make a hole in the wall in which the door moves.
-
Yes, its almost same with 'move deeper in hallway' =) You dont really need hole for door, door just must slide into brush. =)
-
Alright, thanks so the wall has to be thicker than the door?
What about my mismatched textures? Is there a way to rotate a texture on a brush without rotating the brush?
Thanks,
Kiwi
-
Alright, thanks so the wall has to be thicker than the door?
What about my mismatched textures? Is there a way to rotate a texture on a brush without rotating the brush?
1. No. Door much be a bit thiner so its front surface not anymore overlap with wall.
2. Select surface u want tune using Ctrl+Shift+L.Click. Press 'S' for open surface inspector in Radiant. All you need you can find there. =D
-
About the door, yes making the wall thicker (to be in front of the door), or moving the door slightly backwards into the corridor will work. As said before the effect is caused by 2 surfaces overlapping, which causes 'z-fighting'.
-
1) Alright, thanks a lot.
2) Ok, thanks. I'll just move the door back so it juts out on one side and is inside on the other, thanks =D
Thanks!
Kiwi