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?
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?
Too many fucn detail, yes but still, the func_details involved are the one which are touching world_brush (like beam, doors and windows...) try to optimise that.
what's the exact error you're getting? looks like you can have 65536 total which is a...large amount
this might help
http://forums.solidsurf.info/index.php?topic=3519.0
you might just need to model-ise one crazily complex area to fix this error.
Didn't understand toughing thing. Does that mean, func_detail brush that has same "side" as world_brush?
[Blocked Image: http://puu.sh/cUAb1/94a004812e.jpg]
For example, and when func_detail off
[Blocked Image: http://puu.sh/cUAs5/6150bfed30.jpg]
Yes, it happens where vertices of a func_detail touch a world brush.
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.
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.
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!
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.
So, I didn't find the problem. I decided to take yesterdays save and I hope it was just somekind of bug, that my today's work did.
Be prepared to have the same problem, it's not something you can get rid of by using an older save.
Don’t have an account yet? Register yourself now and be a part of our community!