R Speeds
NzNexus
Join Date: 2004-02-16 Member: 26605Banned
<div class="IPBDescription">how to bring them down?</div> Can someone tell me ALL ways to make the r speeds less and calm them down.?
Because i need something what is really VIS blocking.
So what does the r speeds get down?
I suddenly discovered that my map have to high r speeds.
Because i need something what is really VIS blocking.
So what does the r speeds get down?
I suddenly discovered that my map have to high r speeds.
Comments
-Visblocking. Probably the most effective way to make your wpoly lower. What you do, is basically make areas that are too big into smaller, divided areas. Put up walls between them, and make sure that they are world brushes (entities do not block vis). If you have a room > straight corridor > room, try making the corridor turn a bit.
-Scaling up textures. All faces are split by 240*texture scale. By increasing your texture scale, you will lower the amount of splits.
-Make brushes touching other brushes entities or move them 1 unit from the other brush. Example, you want to make a pipe go through two walls. You could either func_wall it - but entities do not block vis nor do they cast shadows. If you want it to cast shadows (or block vis), keep it a world brush, but instead move each edge 1 unit from the wall. That way, the pipe will not split the wall up so much.
-Hint brushes. These are ONLY useful if you can see parts of your map that you are not supposed to see (gl_wireframe 2). Hint brushes split up the vis leafs, so they will add to your wpoly, however they can drastically lower it as well, if you have areas that can be rendered but that shouldn't.
-NULL-ify faces the player will not see. Typical things are, for example, on the outside of a window. Also, try making your whole map in NULL, and then only texture the faces you'll see. It can also lower your wpoly.
-Finally, if nothing else works, start ripping detail out until the r_speeds are at a reasonable level.
-If you're talking about epoly, you'll just have to remove any models nearby.
Correct, unless these crates should be visblockers. (ie blocking visibility into other rooms). Remember, you can have them touching the floor, alot of the times it doesn't matter, but if you want to lower your r_speeds then yes, make them an entity/move them a unit up.