From 6ab374da253a81e0faad882f320681c1d88e4622 Mon Sep 17 00:00:00 2001 From: Sevenfm Date: Fri, 16 Oct 2020 20:57:23 +0000 Subject: [PATCH] Updated description for AI_SUPPRESS_MIN_MAG_SIZE, AI_SUPPRESS_MIN_AMMO_REMAINING options. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2573 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 9 +++++---- gamedir/Data/Ja2_Options.INI | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index bae91ffee..4d5fb5777 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -2592,10 +2592,11 @@ SHOCK_REDUCES_SIGHTRANGE = 1 COWERING_PENALTY_TO_SUPPRESSION_TOLERANCE = 4 ;------------------------------------------------------------------------------------------------------------------------------ -; These settings tell the AI how to behave when Suppress is enabled. The first tells the AI the minimum mag size of the weapon -; before suppression will be considered. And the second tells the AI minimum remaining ammo the weapon must have to be valid -; for suppression. Valid range is 0 to 1000. Setting the mag size to 0 will mean the AI will try to use suppression on every -; weapon which is the result you used to get when setting the AI Suppression flag to FALSE. +; These settings tell the AI which weapons can be used for suppression fire. +; The first tells the AI the minimum mag size of the weapon before suppression will be considered. +; And the second tells the AI minimum remaining ammo the weapon must have to be valid for suppression. +; Valid range is 0 to 1000. +; Setting the mag size to 0 will mean the AI will try to use suppression with every autofire capable weapon. ;------------------------------------------------------------------------------------------------------------------------------ AI_SUPPRESS_MIN_MAG_SIZE = 30 diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index b6fc5c01c..3ef3650f7 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -2568,10 +2568,11 @@ SHOCK_REDUCES_SIGHTRANGE = 0 COWERING_PENALTY_TO_SUPPRESSION_TOLERANCE = 0 ;------------------------------------------------------------------------------------------------------------------------------ -; These settings tell the AI how to behave when Suppress is enabled. The first tells the AI the minimum mag size of the weapon -; before suppression will be considered. And the second tells the AI minimum remaining ammo the weapon must have to be valid -; for suppression. Valid range is 0 to 1000. Setting the mag size to 0 will mean the AI will try to use suppression on every -; weapon which is the result you used to get when setting the AI Suppression flag to FALSE. +; These settings tell the AI which weapons can be used for suppression fire. +; The first tells the AI the minimum mag size of the weapon before suppression will be considered. +; And the second tells the AI minimum remaining ammo the weapon must have to be valid for suppression. +; Valid range is 0 to 1000. +; Setting the mag size to 0 will mean the AI will try to use suppression with every autofire capable weapon. ;------------------------------------------------------------------------------------------------------------------------------ AI_SUPPRESS_MIN_MAG_SIZE = 30