- Changed a few default starting / settings options:

o Set default IMP charaters to 1 in the start new game screen
o Set default game style to "SCI-FI" in the start new game screen
o Disabled "NCTH" in the default ingame options

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1356 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2012-01-31 10:21:06 +00:00
parent 425443ab37
commit ca3034db1d
2 changed files with 3 additions and 3 deletions
@@ -75,7 +75,7 @@ TOPTION_TOGGLE_TURN_MODE = FALSE
TOPTION_STAT_PROGRESS_BARS = TRUE TOPTION_STAT_PROGRESS_BARS = TRUE
TOPTION_ALT_MAP_COLOR = FALSE TOPTION_ALT_MAP_COLOR = FALSE
TOPTION_ALTERNATE_BULLET_GRAPHICS = TRUE TOPTION_ALTERNATE_BULLET_GRAPHICS = TRUE
TOPTION_USE_NCTH = TRUE TOPTION_USE_NCTH = FALSE
TOPTION_SHOW_TACTICAL_FACE_GEAR = TRUE TOPTION_SHOW_TACTICAL_FACE_GEAR = TRUE
TOPTION_SHOW_TACTICAL_FACE_ICONS = TRUE TOPTION_SHOW_TACTICAL_FACE_ICONS = TRUE
TOPTION_DISABLE_CURSOR_SWAP = TRUE TOPTION_DISABLE_CURSOR_SWAP = TRUE
@@ -29,7 +29,7 @@ BOBBY_RAY_SELECTION = 2
; ;
; Range: 1 - 6 ; Range: 1 - 6
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
MAX_IMP_CHARACTERS = 6 MAX_IMP_CHARACTERS = 1
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
; Progress Speed of Item Choices ; Progress Speed of Item Choices
@@ -65,7 +65,7 @@ INVENTORY_ATTACHMENTS = 2
; 0 = Realistic ; 0 = Realistic
; 1 = Sci Fi ; 1 = Sci Fi
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
GAME_STYLE = 0 GAME_STYLE = 1
;------------------------------------------------------------------------------------------------------------------------------ ;------------------------------------------------------------------------------------------------------------------------------
; Enemies Drop All Items ; Enemies Drop All Items