Advertisement
Guest User

My Ja2_Settings.INI

a guest
Sep 11th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.47 KB | None | 0 0
  1. ;******************************************************************************************************************************
  2. ;******************************************************************************************************************************
  3. ; Jagged Alliance 2 --Settings File--
  4. ;
  5. ; Please note that this file is automatically generated by the game.
  6. ;
  7. ; While it is safe to change things from within this file, not all values are acceptable. Some may break the game,
  8. ; some may be ignored, but most likely they will be acceptable or reset to a default value.
  9. ;
  10. ; Please note, This file and its contents are in a beta phase. Expect changes, however they should be minimal and automated.
  11. ;
  12. ;******************************************************************************************************************************
  13.  
  14. ;******************************************************************************************************************************
  15.  
  16. ; The Current Game Setting Struct is defined as :
  17. ;
  18. ; typedef struct
  19. ; {
  20. ; INT8 bLastSavedGameSlot; // The last saved game number goes in here
  21. ; UINT8 ubMusicVolumeSetting; // Volume Setting
  22. ; UINT8 ubSoundEffectsVolume; // Volume Setting
  23. ; UINT8 ubSpeechVolume; // Volume Setting
  24. ; UINT8 fOptions[ NUM_ALL_GAME_OPTIONS ]; // Toggle Options (Speech, Subtitles, Show Tree Tops, etc.. )
  25. ; UINT32 uiMeanwhileScenesSeenFlags; // Bit Vector describing seen 'mean whiles..'
  26. ; BOOLEAN fHideHelpInAllScreens; // Controls Help "do not show help again" checkbox
  27. ; } GAME_SETTINGS
  28. ;
  29. ;******************************************************************************************************************************
  30.  
  31.  
  32. [JA2 Game Settings]
  33. bLastSavedGameSlot = 6
  34. ubMusicVolumeSetting = 127
  35. ubSoundEffectsVolume = 127
  36. ubSpeechVolume = 127
  37. uiMeanwhileScenesSeenFlags = 0
  38. fHideHelpInAllScreens = FALSE
  39. TOPTION_SPEECH = TRUE
  40. TOPTION_MUTE_CONFIRMATIONS = FALSE
  41. TOPTION_SUBTITLES = TRUE
  42. TOPTION_KEY_ADVANCE_SPEECH = FALSE
  43. TOPTION_ANIMATE_SMOKE = TRUE
  44. TOPTION_BLOOD_N_GORE = TRUE
  45. TOPTION_DONT_MOVE_MOUSE = TRUE
  46. TOPTION_OLD_SELECTION_METHOD = FALSE
  47. TOPTION_ALWAYS_SHOW_MOVEMENT_PATH = FALSE
  48. TOPTION_SHOW_MISSES = FALSE
  49. TOPTION_RTCONFIRM = FALSE
  50. TOPTION_SLEEPWAKE_NOTIFICATION = TRUE
  51. TOPTION_USE_METRIC_SYSTEM = TRUE
  52. TOPTION_MERC_ALWAYS_LIGHT_UP = TRUE
  53. TOPTION_SMART_CURSOR = FALSE
  54. TOPTION_SNAP_CURSOR_TO_DOOR = FALSE
  55. TOPTION_GLOW_ITEMS = TRUE
  56. TOPTION_TOGGLE_TREE_TOPS = TRUE
  57. TOPTION_TOGGLE_WIREFRAME = TRUE
  58. TOPTION_3D_CURSOR = FALSE
  59. TOPTION_CTH_CURSOR = TRUE
  60. TOPTION_GL_BURST_CURSOR = TRUE
  61. TOPTION_ALLOW_TAUNTS = TRUE
  62. TOPTION_GL_HIGH_ANGLE = TRUE
  63. TOPTION_ALLOW_REAL_TIME_SNEAK = TRUE
  64. TOPTION_SPACE_SELECTS_NEXT_SQUAD = TRUE
  65. TOPTION_SHOW_ITEM_SHADOW = TRUE
  66. TOPTION_SHOW_WEAPON_RANGE_IN_TILES = TRUE
  67. TOPTION_TRACERS_FOR_SINGLE_FIRE = FALSE
  68. TOPTION_RAIN_SOUND = TRUE
  69. TOPTION_ALLOW_CROWS = TRUE
  70. TOPTION_ALLOW_SOLDIER_TOOLTIPS = TRUE
  71. TOPTION_USE_AUTO_SAVE = TRUE
  72. TOPTION_SILENT_SKYRIDER = FALSE
  73. TOPTION_ENHANCED_DESC_BOX = TRUE
  74. TOPTION_TOGGLE_TURN_MODE = FALSE
  75. TOPTION_STAT_PROGRESS_BARS = TRUE
  76. TOPTION_ALT_MAP_COLOR = TRUE
  77. TOPTION_ALTERNATE_BULLET_GRAPHICS = TRUE
  78. TOPTION_SHOW_MERC_RANKS = TRUE
  79. TOPTION_SHOW_TACTICAL_FACE_GEAR = TRUE
  80. TOPTION_SHOW_TACTICAL_FACE_ICONS = TRUE
  81. TOPTION_DISABLE_CURSOR_SWAP = TRUE
  82. TOPTION_QUIET_TRAINING = FALSE
  83. TOPTION_QUIET_REPAIRING = FALSE
  84. TOPTION_QUIET_DOCTORING = FALSE
  85. TOPTION_AUTO_FAST_FORWARD_MODE = FALSE
  86. TOPTION_SHOW_LAST_ENEMY = TRUE
  87. TOPTION_SHOW_LBE_CONTENT = FALSE
  88. TOPTION_INVERT_WHEEL = FALSE
  89. TOPTION_ZOMBIES = FALSE
  90. TOPTION_ENABLE_INVENTORY_POPUPS = TRUE
  91. TOPTION_CHEAT_MODE_OPTIONS_HEADER = FALSE
  92. TOPTION_FORCE_BOBBY_RAY_SHIPMENTS = FALSE
  93. TOPTION_CHEAT_MODE_OPTIONS_END = FALSE
  94. TOPTION_DEBUG_MODE_OPTIONS_HEADER = FALSE
  95. TOPTION_REPORT_MISS_MARGIN = FALSE
  96. TOPTION_SHOW_RESET_ALL_OPTIONS = FALSE
  97. TOPTION_RESET_ALL_OPTIONS = FALSE
  98. TOPTION_RETAIN_DEBUG_OPTIONS_IN_RELEASE = FALSE
  99. TOPTION_DEBUG_MODE_RENDER_OPTIONS_GROUP = FALSE
  100. TOPTION_RENDER_MOUSE_REGIONS = FALSE
  101. TOPTION_DEBUG_MODE_OPTIONS_END = FALSE
  102. ;******************************************************************************************************************************
  103. ; Options beyond this point are Code derived options, DO NOT CHANGE THESE UNLESS YOU KNOW WHAT YOUR ARE DOING.
  104. ; They are only included here for complete transparency for all GameSettings content.
  105. ;******************************************************************************************************************************
  106. TOPTION_LAST_OPTION = FALSE
  107. NUM_GAME_OPTIONS = FALSE
  108. TOPTION_MERC_CASTS_LIGHT = TRUE
  109. TOPTION_HIDE_BULLETS = FALSE
  110. TOPTION_TRACKING_MODE = TRUE
  111. NUM_ALL_GAME_OPTIONS = FALSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement