From dd2288a63c5c9a8346b0fd7af0f138038400bb71 Mon Sep 17 00:00:00 2001 From: Wanne Date: Wed, 26 Feb 2014 18:57:10 +0000 Subject: [PATCH] Merged from revision: 1961 Autofire bullets (by Sevenfm) Set default number of autofire bullets: 0 = Max bullets allowed with max aiming 1..10 = Set default number of bullets 1. For MPs and SMGs SET_DEFAULT_AUTOFIRE_BULLETS_SMG = 1 2. For ARs, Rifles and Shotguns SET_DEFAULT_AUTOFIRE_BULLETS_AR = 1 3. For MGs SET_DEFAULT_AUTOFIRE_BULLETS_MG = 1 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1962 4f8fa57e-7814-0410-bad4-adc449f26b7c --- Data-1.13/Ja2_Options.INI | 10 ++++++++++ Data/Ja2_Options.INI | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index f8f6fcc64..1e7baeaa9 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -779,6 +779,16 @@ USE_ENHANCED_DESCRIPTION_BOX = 0 USE_NEW_BURST-AUTO_TARGETING_CURSORS = 1 +;------------------------------------------------------------------------------------------------------------------------------ +; Set default number of autofire bullets: +; 0 = Max bullets allowed with max aiming +; 1..10 = Set default number of bullets +;------------------------------------------------------------------------------------------------------------------------------ + +SET_DEFAULT_AUTOFIRE_BULLETS_SMG = 1 +SET_DEFAULT_AUTOFIRE_BULLETS_AR = 1 +SET_DEFAULT_AUTOFIRE_BULLETS_MG = 1 + ;------------------------------------------------------------------------------------------------------------------------------ ; When this is set to TRUE, it will change the way that the CTH Bar and "F" key feedback report our CTH. Based on ; the characters' Experience Level, Wisdom, Marksmanship and Sniper Skill (if any), the program will decide how accurate our diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index b7edf0089..1cfe31668 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -777,6 +777,16 @@ USE_ENHANCED_DESCRIPTION_BOX = 0 USE_NEW_BURST-AUTO_TARGETING_CURSORS = 0 +;------------------------------------------------------------------------------------------------------------------------------ +; Set default number of autofire bullets: +; 0 = Max bullets allowed with max aiming +; 1..10 = Set default number of bullets +;------------------------------------------------------------------------------------------------------------------------------ + +SET_DEFAULT_AUTOFIRE_BULLETS_SMG = 1 +SET_DEFAULT_AUTOFIRE_BULLETS_AR = 1 +SET_DEFAULT_AUTOFIRE_BULLETS_MG = 1 + ;------------------------------------------------------------------------------------------------------------------------------ ; When this is set to TRUE, it will change the way that the CTH Bar and "F" key feedback report our CTH. Based on ; the characters' Experience Level, Wisdom, Marksmanship and Sniper Skill (if any), the program will decide how accurate our