From ce2758be6d50e9805e729e8bf0fd763c79528c46 Mon Sep 17 00:00:00 2001 From: Wanne Date: Wed, 27 Mar 2013 23:20:51 +0000 Subject: [PATCH] - Added INI option to enable/disable random merc stats (MERCS_RANDOM_STATS) 0 = Do not use random stats (JA2 vanilla setting) 1 = Use random stats for ALL merc from the file "TableData\RandomStats.xml" 2 = Use random stats for SELECTED merc, that have random stats defined in "TableData\RandomStats.xml" git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1633 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 8 ++++++++ gamedir/Data/Ja2_Options.INI | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index fd51d0e0e..172854ba5 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -326,6 +326,14 @@ EARLY_REBELS_RECRUITMENT = 3 SHOW_SKILLS_IN_HIRING_PAGE = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Should the game use random stats for the mercenaries (AIM, MERC, RPC, EPC)? +; 0 = Do not use random stats (JA2 vanilla setting) +; 1 = Use random stats for ALL merc from the file "TableData\RandomStats.xml" +; 2 = Use random stats for SELECTED merc, that have random stats defined in "TableData\RandomStats.xml" +;------------------------------------------------------------------------------------------------------------------------------ + +MERCS_RANDOM_STATS = 2 ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 10166ee0e..2e5bec660 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -326,6 +326,15 @@ EARLY_REBELS_RECRUITMENT = 3 SHOW_SKILLS_IN_HIRING_PAGE = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Should the game use random stats for the mercenaries (AIM, MERC, RPC, EPC)? +; 0 = Do not use random stats (JA2 vanilla setting) +; 1 = Use random stats for ALL merc from the file "TableData\RandomStats.xml" +; 2 = Use random stats for SELECTED merc, that have random stats defined in "TableData\RandomStats.xml" +;------------------------------------------------------------------------------------------------------------------------------ + +MERCS_RANDOM_STATS = 0 + ;****************************************************************************************************************************** ;******************************************************************************************************************************