Announcement

Collapse
No announcement yet.

Enhanced nehquake particles...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Enhanced nehquake particles...

    I am using Aguirre's enhanced nehquake, and I want to reduce the amount of particles rendered but not eliminate it totally. my command line is

    glquake -nocdaudio -width 1024 -height 768 -game nsoe +map start -heapsize 230000 -particles 512

    but no matter what number I enter for particles, it seems to have no effect. On the readme it said:

    -particles x Set amount of particles (default 204.


    What am I doing wrong? Thx

  • #2
    This is from his source:

    MAX_PARTICLES 2048// default max # of particles at one time
    ABSOLUTE_MIN_PARTICLES 512 // no fewer than this no matter what's on the command line.
    ABSOLUTE_MAX_PARTICLES 10000000
    www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

    Comment


    • #3
      Originally posted by R00k View Post
      This is from his source:

      MAX_PARTICLES 2048// default max # of particles at one time
      ABSOLUTE_MIN_PARTICLES 512 // no fewer than this no matter what's on the command line.
      ABSOLUTE_MAX_PARTICLES 10000000
      So if I want to get the 512 particles, what should I enter into the command line? I know it is possible since AOP2M3 had reduced particles.

      Comment

      Working...
      X