mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
- 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:
@@ -75,7 +75,7 @@ TOPTION_TOGGLE_TURN_MODE = FALSE
|
||||
TOPTION_STAT_PROGRESS_BARS = TRUE
|
||||
TOPTION_ALT_MAP_COLOR = FALSE
|
||||
TOPTION_ALTERNATE_BULLET_GRAPHICS = TRUE
|
||||
TOPTION_USE_NCTH = TRUE
|
||||
TOPTION_USE_NCTH = FALSE
|
||||
TOPTION_SHOW_TACTICAL_FACE_GEAR = TRUE
|
||||
TOPTION_SHOW_TACTICAL_FACE_ICONS = TRUE
|
||||
TOPTION_DISABLE_CURSOR_SWAP = TRUE
|
||||
|
||||
@@ -29,7 +29,7 @@ BOBBY_RAY_SELECTION = 2
|
||||
;
|
||||
; Range: 1 - 6
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
MAX_IMP_CHARACTERS = 6
|
||||
MAX_IMP_CHARACTERS = 1
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Progress Speed of Item Choices
|
||||
@@ -65,7 +65,7 @@ INVENTORY_ATTACHMENTS = 2
|
||||
; 0 = Realistic
|
||||
; 1 = Sci Fi
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
GAME_STYLE = 0
|
||||
GAME_STYLE = 1
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; Enemies Drop All Items
|
||||
|
||||
Reference in New Issue
Block a user