home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_optionregistry.ini < prev    next >
Text File  |  2006-01-31  |  992b  |  25 lines

  1. ;------------------------------------------------------------------------------
  2. ;Game Detail Options
  3. ;
  4. ;  The master list of game detail options
  5. ;  Default values can be overriden by the GameLOD ini file
  6. ;
  7. ;------------------------------------------------------------------------------
  8. #define WEAPON_TRAIL    12
  9. #define CRITICAL        13
  10.  
  11. OptionGroup UserOptions
  12.     Bool    Render.UseCloudMap      = No
  13.     Int     Render.ParticleFXCount  = 21000
  14.     String  QuickMatch.IPAddress    = 1.2.3.4
  15. End
  16.  
  17. OptionGroup DynamicLOD
  18.     Int     ParticleSkipMask = 1; ;only generate particles when lower counter bits equal mask
  19.     Int     DebrisSkipMask = 0;
  20.     Real    SlowDeathScale = 1.0  ;amount to scale the duration slow deaths. - making this a no-op for now -MDC
  21.     Int     MinParticlePriority = WEAPON_TRAIL  ;priority at below which we don't draw particles
  22.     Int     MinParticleSkipPriority = CRITICAL  ;particle priority at which we never skip particles
  23. End
  24.     
  25.