Jump to content

[help] Too many t-junctions to fix up!


Recommended Posts

Posted

Hello! I can't compile map because of this. What is needed to too?

I understood that I have too many func_details and I have to make props of them by Propper. Is that a solution or the only solution?

Posted (edited)

Yes, it happens where vertices of a func_detail touch a world brush.

post-30792-0-62293700-1416242766_thumb.j post-30792-0-47667900-1416243794_thumb.j

You can either turn this func_detail geometry to a model (using Propper is one way to do this easily) or move it away from the world brush it's touching - moving it away by one unit is enough. 

If you use Propper keep in mind how models are lit differently than brushes. You might have to add some more 'segments' by clipping big props into several pieces to get better quality lighting on your props, especially if you have a big model that takes up a lot of space in the world. 

Edited by spence
Posted (edited)

You have four options :

 

- 1 Move from 1 unit the func_detail, like that it won't touch anymore the world brush.

 

- 2 Use propper to convert some func_detail.

 

- 3 Ditch some func_detail.

 

- 4 Convert the world brush to a func_detail if you can.

 

The issue isn't really the amount of func_detail you have, but how many are touching a world brush, if you have a world brush wich have a lot of func_detail on it, the amount of T-Junction will grow pretty fast.

Edited by RaVaGe
Posted (edited)

It makes no sense! I've tried those and some times moving detail away 1 unit, it somehow increases t-junctions. This really sucks. And sometimes deleting func_detail it also increases t-junctions!

Edited by Vinneri
Posted

The T-Junctions are kinda weird, the purpose of a t-junc is to tell how vbsp will cast the shadow on a world brush, you have to make some test before finding the problematic brush, sometime splitting the big brushes into two parts can also help, good luck with that, I had to cope with them on my latest map, and it's not fun.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...