DefaultPostal.ini 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ; Default POSTAL.INI file -- Other settings will be written to user's
  2. ; version or should not be in user's version
  3. ; (e.g., debug stuff).
  4. ;
  5. ; History:
  6. ; 01/??/97 MJR Started.
  7. ;
  8. ; 03/14/97 JMI Brought up to date.
  9. ;
  10. ; 03/24/97 JMI Added [Input], DegreesPerSecond, and UseMouse.
  11. ;
  12. ; 04/21/97 MJR Changed UseCurrentDeviceDimensions to 0.
  13. ; Changed LoadLoops to 1000.
  14. ; Added [World] and File.
  15. ; Cleaned up other stuff.
  16. ;
  17. ; 05/20/97 JMI Added the area at the end where things that should
  18. ; not be part of the release Postal.INI can be put.
  19. ;
  20. ; 06/09/97 JMI Added [Can] section and TakeSnapShots = 0.
  21. [Video]
  22. DeviceWidth = 640
  23. DeviceHeight = 480
  24. Type = GDI
  25. UseCurrentDeviceDimensions = 0
  26. ResizeWindows = 0
  27. [Audio]
  28. Type = WINMM
  29. DeviceBufTime = 200
  30. [Paths]
  31. CD=.
  32. HD=.
  33. VD=.
  34. ; Root path to files in the absence of their SAK.
  35. ;NoSakDir = .
  36. [Game]
  37. RecentDifficulty = 11
  38. RecentViolence = 11
  39. [Title]
  40. LoadLoops = 1000
  41. [Can]
  42. TakeSnapShots = 1
  43. [Input]
  44. DegreesPerSecond = 240.0
  45. UseMouse = 0
  46. [Realms]
  47. File = res\levels\realms.ini
  48. ; ----8<---Cut--->8---- Not to be included in the Release Postal.INI ----8<---Cut--->8----
  49. [Debug]
  50. DisplayInfo = 0