Guide:SkyrimPrefs INI/Particles: Difference between revisions

From Step Mods | Change The Game
(Created page with "== [Particles] == ==== iMaxDesired ==== iMaxDesired sets the maximum amount of particles to be rendered. Default is 750. <pre>iMaxDesired=(...,-1,0,1,...)</pre>")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==== iMaxDesired ====
==== iMaxDesired ====
iMaxDesired sets the maximum amount of particles to be rendered.
iMaxDesired sets the maximum amount of particles "desired" to be rendered. This affects smoke, sparks, lights, and similar effects. The way it is designed, if set to 0, most of the time particles will not be seen, but sometimes they will "flare up," hence the "desired" part. This can be safely lowered to around 250 without much visible effect, but will not improve performance. Indeed, in testing, higher values tended to produce smoother frame rates. However, it may prove useful in reducing the amount of flickering that objects emitting a large number of particle effects are prone to in certain circumstances. Extremely high values can cause some windy snowstorms to become a little too severe. If increasing it to max it out, aim for around 10000 (this number was arrived at by the misty, snowy conditions atop the Throat of the World).
 
{{GallerySimple|id=iMaxDesired|img=File:iMaxDesired=750.jpg|caption=iMaxDesired=750<br />(Default)}}
{{GallerySimple|id=iMaxDesired|img=File:iMaxDesired=0.jpg|caption=iMaxDesired=0}}
{{clear}}


Default is 750.
Default is 750.
<pre>iMaxDesired=(...,-1,0,1,...)</pre>
<pre>iMaxDesired=(...,-1,0,1,...)</pre>

Latest revision as of 09:32, April 10, 2016

[Particles]

iMaxDesired

iMaxDesired sets the maximum amount of particles "desired" to be rendered. This affects smoke, sparks, lights, and similar effects. The way it is designed, if set to 0, most of the time particles will not be seen, but sometimes they will "flare up," hence the "desired" part. This can be safely lowered to around 250 without much visible effect, but will not improve performance. Indeed, in testing, higher values tended to produce smoother frame rates. However, it may prove useful in reducing the amount of flickering that objects emitting a large number of particle effects are prone to in certain circumstances. Extremely high values can cause some windy snowstorms to become a little too severe. If increasing it to max it out, aim for around 10000 (this number was arrived at by the misty, snowy conditions atop the Throat of the World).

Default is 750.

iMaxDesired=(...,-1,0,1,...)