mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Insignificant config file change, 60 particles shows up just as quickly
as 30 on my system, and obviously gives me twice as many to look at. Misty-chan
This commit is contained in:
parent
ed42482fd4
commit
582a7902c5
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ gl_fb_models "0"
|
|||
// NOTE: Heck of a lot easier to use cl_max_particles to reduce
|
||||
// how many you see instead of just shutting this off now :)
|
||||
r_particles "1"
|
||||
// How many particles can be seen in your vision? Default is 2840. 30 is just
|
||||
// How many particles can be seen in your vision? Default is 2840. 60 is just
|
||||
// enough to see what is going on without slowing down at *all* on my
|
||||
// old voodoo 1, so other systems likely can handle far more than this
|
||||
cl_max_particles "30"
|
||||
cl_max_particles "60"
|
||||
// Toggles lavaball and rocket fireballs, - 0 gives a bit of a speed up.
|
||||
gl_fires "0"
|
||||
// Speed at which the console background spins. Leave it off unless you like
|
||||
|
|
Loading…
Reference in a new issue