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>")
 
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.
 
{{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>

Revision as of 04:12, October 11, 2015

[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.

Default is 750.

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