mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
AI.ini: changed player plan to 'Legacy', otherwise autobandage no longer works.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1651 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ NumFactories = 11
|
||||
Factory_0 = NullPlanFactory
|
||||
|
||||
; 'OUR_TEAM', so not really used either (?)
|
||||
Factory_1 = NullPlanFactory
|
||||
Factory_1 = LegacyAIPlanFactory
|
||||
|
||||
; 'ENEMY_TEAM'
|
||||
Factory_2 = LegacyAIPlanFactory
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ NumFactories = 11
|
||||
Factory_0 = NullPlanFactory
|
||||
|
||||
; 'OUR_TEAM', so not really used either (?)
|
||||
Factory_1 = NullPlanFactory
|
||||
Factory_1 = LegacyAIPlanFactory
|
||||
|
||||
; 'ENEMY_TEAM'
|
||||
Factory_2 = LegacyAIPlanFactory
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ NumFactories = 11
|
||||
Factory_0 = NullPlanFactory
|
||||
|
||||
; 'OUR_TEAM', so not really used either (?)
|
||||
Factory_1 = NullPlanFactory
|
||||
Factory_1 = LegacyAIPlanFactory
|
||||
|
||||
; 'ENEMY_TEAM'
|
||||
Factory_2 = LegacyAIPlanFactory
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
|
||||
[JA2 Game Settings]
|
||||
bLastSavedGameSlot = 18
|
||||
bLastSavedGameSlot = 0
|
||||
ubMusicVolumeSetting = 65
|
||||
ubSoundEffectsVolume = 65
|
||||
ubSpeechVolume = 65
|
||||
@@ -53,13 +53,13 @@ TOPTION_MERC_ALWAYS_LIGHT_UP = TRUE
|
||||
TOPTION_SMART_CURSOR = FALSE
|
||||
TOPTION_SNAP_CURSOR_TO_DOOR = TRUE
|
||||
TOPTION_GLOW_ITEMS = TRUE
|
||||
TOPTION_TOGGLE_TREE_TOPS = TRUE
|
||||
TOPTION_TOGGLE_TREE_TOPS = FALSE
|
||||
TOPTION_TOGGLE_WIREFRAME = TRUE
|
||||
TOPTION_3D_CURSOR = FALSE
|
||||
TOPTION_CTH_CURSOR = TRUE
|
||||
TOPTION_GL_BURST_CURSOR = TRUE
|
||||
TOPTION_ALLOW_TAUNTS = TRUE
|
||||
TOPTION_GL_HIGH_ANGLE = TRUE
|
||||
TOPTION_GL_HIGH_ANGLE = FALSE
|
||||
TOPTION_ALLOW_REAL_TIME_SNEAK = FALSE
|
||||
TOPTION_SPACE_SELECTS_NEXT_SQUAD = TRUE
|
||||
TOPTION_SHOW_ITEM_SHADOW = TRUE
|
||||
@@ -82,12 +82,11 @@ TOPTION_DISABLE_CURSOR_SWAP = TRUE
|
||||
TOPTION_QUIET_TRAINING = FALSE
|
||||
TOPTION_QUIET_REPAIRING = FALSE
|
||||
TOPTION_QUIET_DOCTORING = FALSE
|
||||
TOPTION_AUTO_FAST_FORWARD_MODE = TRUE
|
||||
TOPTION_ZOMBIES = FALSE
|
||||
TOPTION_ENABLE_INVENTORY_POPUPS = TRUE
|
||||
TOPTION_SHOW_LBE_CONTENT = TRUE
|
||||
TOPTION_AUTO_FAST_FORWARD_MODE = FALSE
|
||||
TOPTION_SHOW_LAST_ENEMY = FALSE
|
||||
TOPTION_SHOW_LBE_CONTENT = TRUE
|
||||
TOPTION_INVERT_WHEEL = FALSE
|
||||
TOPTION_ENABLE_INVENTORY_POPUPS = TRUE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_HEADER = FALSE
|
||||
TOPTION_FORCE_BOBBY_RAY_SHIPMENTS = FALSE
|
||||
TOPTION_CHEAT_MODE_OPTIONS_END = FALSE
|
||||
|
||||
Reference in New Issue
Block a user