Update changeLog.md

This commit is contained in:
Teh Dango 2018-01-23 10:34:56 -05:00 committed by GitHub
parent d66cfea13d
commit 1f898d164f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,35 @@
#### 2.4.2
- [Fix] Fixed a bug that prevented Epoch players from entering vehicles.
#### 2.4.0
- [New] Vests have been added to the customization options.
- [New] Backpacks have been added to the customization options.
- [New] Sarge AI now supports Desolation, Epoch and Exile mods and is determined by the class names of CfgMods.
- [Change] All configuration files are now in the "config" folder.
- [Change] Error messages have been redone to be more specific about what went wrong when spawning AI and generating gear.
- [Change] All chernarus maps will be processed separately for now until I can work out a more reliable way of using one map file for all variants.
- [Change] All map files have been formatted with the proper logic to properly handle dynamic and static calls.
- [Change] AI now have unique voices per type and should be able to speak to other AI group members allowing players to hear the AI.
- [Fix] Optional UPSMON actions will now be forced to uppercase instead of lower case to be more aligned with UPSMON.
- [Fix] An issue causing the uniform argument to be passed as an array on helicopter patrol units has been fixed.
- [Fix] A count check has been added to all loadout arrays before processing them to avoid errors when processing empty arrays.
- [Fix] AI not being given a speaker has been resolved and should no longer spam rpt logs when spawning new AI.
- [Bug] Static spawns are not working as expected and have been disabled for now.
- [Bug] Headless client has been disabled to begin work on a more appropriate method.
#### 2.3.1
- [New] Vests have been added to the customization options.
- [New] Backpacks have been added to the customization options.
- [Change] Error messages have been redone to be more specific about what went wrong when spawning AI and generating gear.
- [Change] Headless client will be detected automatically and used at random if one or more exists.
- [Change] All chernarus maps will be processed separately for now until I can work out a more reliable way of using one map file for all variants.
- [Change] All map files have been formatted with the proper logic to properly handle dynamic and static calls.
- [Change] AI now have unique voices per type and should be able to speak to other AI group members allowing players to hear the AI.
- [Fix] Optional UPSMON actions will now be forced to uppercase instead of lower case to be more aligned with UPSMON.
- [Fix] An issue causing the uniform argument to be passed as an array on helicopter patrol units has been fixed.
- [Fix] A count check has been added to all loadout arrays before processing them to avoid errors when processing empty arrays.
- [Fix] AI not being given a speaker has been resolved and should no longer spam rpt logs when spawning new AI.
#### 2.2.9 #### 2.2.9
- [Fix] Fixed a bug causing friendly AI to have head wraps. - [Fix] Fixed a bug causing friendly AI to have head wraps.
- [New] AI women have been added to the spawn function. - [New] AI women have been added to the spawn function.
@ -14,13 +46,13 @@ Known Issues
#### 2.2.3 #### 2.2.3
- [Fix] Static infantry now spawn as intended. - [Fix] Static infantry now spawn as intended.
- [Update] UPSMON scripts have been merged with the Sarge PBO. - [Change] UPSMON scripts have been merged with the Sarge PBO.
#### 2.2.2 #### 2.2.2
- [Fix] Hotfix for AI stealing vehicles. - [Fix] Hotfix for AI stealing vehicles.
#### 2.2.1 #### 2.2.1
- [Update] Sarge AI and UPSMON have been converted to an addon format. - [Change] Sarge AI and UPSMON have been converted to an addon format.
#### 2.1.7 #### 2.1.7
- Sarge AI is now in transition to becoming an official addon. The Sarge AI code has been converted and the UPSMON may be converted slowly or replaced completely. - Sarge AI is now in transition to becoming an official addon. The Sarge AI code has been converted and the UPSMON may be converted slowly or replaced completely.
@ -28,7 +60,7 @@ Known Issues
#### 2.1.6 #### 2.1.6
- If you are using a headless client and you install the development version you MUST REMOVE ELEC_DETEC VERSION COMPLETELY. - If you are using a headless client and you install the development version you MUST REMOVE ELEC_DETEC VERSION COMPLETELY.
- This method will autimaticlly detect where the headless client is and use it without and configurations needed. - This method will automatically detect where the headless client is and use it without and configurations needed.
Headless Client Headless Client
- HC logic has been reverted back to a more Arma friendly method despite a bug with bandit AI groups. - HC logic has been reverted back to a more Arma friendly method despite a bug with bandit AI groups.
@ -43,10 +75,10 @@ Experience System
- Working on restoring damage reduction/additions based on AI level. - Working on restoring damage reduction/additions based on AI level.
#### 2.1.5 Changes #### 2.1.5 Changes
- [Update] Improved HC spawning logic to provide a better HC experience. - [Change] Improved HC spawning logic to provide a better HC experience.
- [New] AI backpacks have been added and should no longer spawn with items. - [New] AI backpacks have been added and should no longer spawn with items.
- [New] AI will now have a sidearm in addition to their main weapon. - [New] AI will now have a sidearm in addition to their main weapon.
- [New] Added more clothing options to all AI to improve asthetics. - [New] Added more clothing options to all AI to improve aesthetics.
- [New] Added a variable to control the Sarge AI system chat messages. - [New] Added a variable to control the Sarge AI system chat messages.
- [New] Added a variable to control the AI's ability to speak and use side chat. - [New] Added a variable to control the AI's ability to speak and use side chat.
- [New] Added a persistent variable to track friendly and hostile kills. - [New] Added a persistent variable to track friendly and hostile kills.
@ -55,18 +87,18 @@ Experience System
#### 2.1.0 Changes #### 2.1.0 Changes
- [Removed] The experience system for the AI has been removed. - [Removed] The experience system for the AI has been removed.
- [Removed] SHK pos was removed since the latest UPSMON already provides the functionality. - [Removed] SHK pos was removed since the latest UPSMON already provides the functionality.
- [Removed] The vehicle fix has been removed as it is no longer required for sarge ai. - [Removed] The vehicle fix has been removed as it is no longer required for sarge AI.
- [Removed] The group monitor function was removed becuase it was not serving much of a purpose. - [Removed] The group monitor function was removed because it was not serving much of a purpose.
- [Removed] The custom random selection function was removed and replaced with the BIS function. - [Removed] The custom random selection function was removed and replaced with the BIS function.
- [Removed] AI skills have been removed and will be adjusted according to the mission settings for now. - [Removed] AI skills have been removed and will be adjusted according to the mission settings for now.
- [New] An updated version of the UPSMON feature has replaced the outdated Arma 2 version. - [New] An Changed version of the UPSMON feature has replaced the outdated Arma 2 version.
- [Fix] A fix has been applied to prevent territory guards from spawning inside of objects such as boulders and rocks. - [Fix] A fix has been applied to prevent territory guards from spawning inside of objects such as boulders and rocks.
- [Fix] Updated UPSMON string paramters to use Arma 3 functions rather than the older Arma 2 versions. - [Fix] Changed UPSMON string parameters to use Arma 3 functions rather than the older Arma 2 versions.
#### 2.0.5 Changes #### 2.0.5 Changes
- [Fix] Added a catch to ensure variables are established before they are called to prevent log spamming. - [Fix] Added a catch to ensure variables are established before they are called to prevent log spamming.
- [Fix] Fixed an issue where static spawns woudl not be loaded if the map did not support dynamic spawns. - [Fix] Fixed an issue where static spawns would not be loaded if the map did not support dynamic spawns.
- [Change] Headless client is currently being reviewed and is disabled. This will also ensure the player respect rewads/penalties will work. - [Change] Headless client is currently being reviewed and is disabled. This will also ensure the player respect rewards/penalties will work.
#### 2.0.4 Changes #### 2.0.4 Changes
- [New] Added a catch for maps that are not supported currently. Dynamic spawns will be disabled but static spawns will not be affected. - [New] Added a catch for maps that are not supported currently. Dynamic spawns will be disabled but static spawns will not be affected.