diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index f8f6fcc64..1e7baeaa9 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/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/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index b7edf0089..1cfe31668 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/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