Optimization? max props? Max polygons and verts?
<div class="IPBDescription">The upper limits of Spark and How to make the game run a map better.</div>Is there a point where spark will crash when I compile a map? / What are the upper limits of the editor?
More to the point:
I have an ultra high end gaming computer. How would I tell when I have too big of a map or too much in one room?
Is there anything that can be done to optimize a map? Or are all map optimizations done automatically?
What did the devs use to make the maps for natural selection 2? (The alpha spark editor? If so then wow)
I have already gone over the PDFs that came with the game and watched the youtube tutorials, but have yet to find answers to these questions.
More to the point:
I have an ultra high end gaming computer. How would I tell when I have too big of a map or too much in one room?
Is there anything that can be done to optimize a map? Or are all map optimizations done automatically?
What did the devs use to make the maps for natural selection 2? (The alpha spark editor? If so then wow)
I have already gone over the PDFs that came with the game and watched the youtube tutorials, but have yet to find answers to these questions.
Comments
Nope, the map doesnt need to compile. The same file you one in the editor is loaded by game. Limits are cca. 32.000 units from center.
<!--quoteo(post=2025677:date=Nov 16 2012, 02:35 PM:name=Tontow)--><div class='quotetop'>QUOTE (Tontow @ Nov 16 2012, 02:35 PM) <a href="index.php?act=findpost&pid=2025677"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I have an ultra high end gaming computer. How would I tell when I have too big of a map or too much in one room?<!--QuoteEnd--></div><!--QuoteEEnd-->
If you type r_stats in console you will get realtime graphical breakdown of current scene. Try to keep "draw calls" between 800-1500 for regular areas (see Summir) and under 2500 for with extreme fidelity (see Refinery). On low spec computer like mine (4 years old), with 1500 draw FPS drops starts occurning.
<!--quoteo(post=2025677:date=Nov 16 2012, 02:35 PM:name=Tontow)--><div class='quotetop'>QUOTE (Tontow @ Nov 16 2012, 02:35 PM) <a href="index.php?act=findpost&pid=2025677"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Is there anything that can be done to optimize a map? Or are all map optimizations done automatically?<!--QuoteEnd--></div><!--QuoteEEnd-->
To keep draw calls at bay, enclose your map in occlusion gemetry. Also not all lights should cas shadows, or should have low shadow fade rate.
<!--quoteo(post=2025677:date=Nov 16 2012, 02:35 PM:name=Tontow)--><div class='quotetop'>QUOTE (Tontow @ Nov 16 2012, 02:35 PM) <a href="index.php?act=findpost&pid=2025677"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->What did the devs use to make the maps for natural selection 2? (The alpha spark editor? If so then wow)<!--QuoteEnd--></div><!--QuoteEEnd-->
In you NS2 directory is a programm called "Launchpad" there you will find all the tools
We really need FAQ, sigh...
<!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->We really need FAQ, sigh...<!--QuoteEnd--></div><!--QuoteEEnd-->
Or one really good youtube vide that covers everything.
<!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->If you type r_stats in console you will get realtime graphical breakdown of current scene. Try to keep "draw calls" between 800-1500 for regular areas (see Summir) and under 2500 for with extreme fidelity (see Refinery). On low spec computer like mine (4 years old), with 1500 draw FPS drops starts occurning.<!--QuoteEnd--></div><!--QuoteEEnd-->
ok, but is there anyway to see that from the editor?
How do I see my xyz location in the editor? It is not standing out for me.
What is occlusion gemetry?
I made one. I just don't want to keep bumping or referring to it.
Actually Regn, started one. Should be renamed...
<a href="http://www.unknownworlds.com/ns2/forums/index.php?showtopic=123894" target="_blank">Regn´s - Kinda FAQ</a>
Now this is the type of stuff I want to know about. None of the tutorials I found had any of this in them.
Is there any other way to Optimize? Like with Lighting? (except for turning shadows off for an object).