home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1997 April / CDW0497.iso / LATHAM / ORGANIC / SYSTEM.Z / Organics.ini < prev    next >
Encoding:
INI File  |  1996-03-11  |  2.2 KB  |  111 lines

  1.  
  2. [global]
  3. ; current scene - may be overridden on cmdline, e.g. pfg <scene>
  4. Scene=Crystals/Sky Crystals
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13. DefaultScene=Demo/Multi
  14.  
  15.  
  16.  
  17. ; Enable debug output to system and log file (<username>.log, or artworks.log on Win3.1)
  18. ; Default is off.  Forced always on for Beta versions.
  19. Debug=0
  20.  
  21.  
  22. ; Set level of detail output to logfile.
  23. TraceLevel=3
  24.  
  25. ; Allow numpic recording.
  26. record_enabled=0
  27.  
  28. ; Random seed. Unset or zero to use timers
  29. ; seed=1
  30.  
  31. ; Gamma correction (unsupported)
  32. gamma=1.0
  33.  
  34. ; Default window size for viewer
  35. WinXSize=800
  36. WinYSize=500
  37.  
  38. ; Size of saved BMP file.  Unset or zero for window size
  39. ;SaveXSize=640
  40. ;SaveYSize=480
  41.  
  42. ; Size of wallpaper. Unset or 0 for full size
  43. ; Caution: large size and anti-aliasing (WallpaperSuperSample > 1) will use
  44. ; *loads* of memory!
  45. WallpaperXSize=128
  46. WallpaperYSize=96
  47. ; Anti-alias via 2-times over-sample
  48. WallpaperSuperSample=2
  49. ; Force tiling on?  If unset, user setting is untouched
  50. TileWallpaper=1
  51. ; Gamma correction applied to wallpaper BMP.  Neutral on 3.1
  52. WallpaperGamma=1.0
  53.  
  54.  
  55. ; Override viewport size.  Defaults to full screen.  Ignored by viewer.
  56. ViewportWidth=640
  57. ViewportHeight=480
  58.  
  59. ; Field of view. Default 0.5, less is zoom in, more gives fish-eye
  60. FieldOfView=0.5
  61.  
  62.  
  63. ; Override file locations, or unset to try under and beside exe's dir
  64. BackdropDir=.\Organic\Backdrop
  65. InformDir=.\Organic\Informs
  66. TextureDir=.\Organic\Textures
  67. SceneDir=.\Organic\Scenes
  68. SaveDir=.\Organic\Images
  69.  
  70. ; Timeout for continuable exceptions, unset defaults to 30s, set to 0 to disable this feature
  71. ExceptionDialogTimeout=10
  72.  
  73. ; Less free pagefile space than this will cause a shutdown. Unset or 0 (implicitly) disables this feature.
  74. LowPagefileAbortMB=1
  75.  
  76. ; timeout for low memory shutdown warning
  77. LowMemDialogTimeout=10
  78.  
  79.  
  80. ; Recording will stop if less than this many MB free on the given drive. Default is 32
  81. RecordMinMB=32
  82.  
  83. ; If set, don't stop screensaver on mouse moves
  84. IgnoreMouseMove=0
  85.  
  86. ; Display information bar in screen saver
  87. ShowCaptions=0
  88.  
  89. ; Switch off backdrops
  90. DisableBackdrops=0
  91.  
  92. ; Skip "still" scenes in screen saver
  93. DisableStills=0
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. ; Scene changeover time in seconds.
  105. ChangeTime=45
  106.  
  107.  
  108.  
  109.  
  110. ;
  111.