From eda1439f5bdc23f8d239eb88c1f59c105a9cc531 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 24 Feb 2008 19:05:23 +0000 Subject: [PATCH] - Externalized property (ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT) for the 1.13 exclusive enemy ambush chance which exists from the development beginning of 1.13 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@937 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 11 ++++++++++- gamedir/Data/Ja2_Options.INI | 11 ++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 584cce593..fd95fab55 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -846,4 +846,13 @@ SLOW_PROGRESS_FOR_ENEMY_ITEMS_CHOICE = FALSE ; Vehicle Inventory ;****************************************************************************************************************************** -VEHICLE_INVENTORY = TRUE \ No newline at end of file +VEHICLE_INVENTORY = TRUE + +;****************************************************************************************************************************** +; If the game difficult level is INSANE, the game progress is above 25% and the +; enemy outnumbers the players, then there is a chance of the enemies ambushing the group +; If you like to play vanilla JA2 style, set ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = FALSE +;****************************************************************************************************************************** + +; INFO: In svn release exe this property is always set to TRUE until a new exe will be released! +; ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = TRUE \ No newline at end of file diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index ea5377e85..6044128a4 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -848,4 +848,13 @@ SLOW_PROGRESS_FOR_ENEMY_ITEMS_CHOICE = FALSE ; Vehicle Inventory ;****************************************************************************************************************************** -VEHICLE_INVENTORY = FALSE \ No newline at end of file +VEHICLE_INVENTORY = FALSE + +;****************************************************************************************************************************** +; If the game difficult level is INSANE, the game progress is above 25% and the +; enemy outnumbers the players, then there is a chance of the enemies ambushing the group +; If you like to play vanilla JA2 style, set ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = FALSE +;****************************************************************************************************************************** + +; INFO: In svn release exe this property is always set to TRUE until a new exe will be released! +; ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = FALSE \ No newline at end of file