Documentation Updates ... more of them

This commit is contained in:
Ghostrider-DbD- 2016-11-18 06:16:11 -05:00
parent 57e793c1f7
commit 117f19ebc0
2 changed files with 13 additions and 9 deletions

View File

@ -1,10 +1,11 @@
Blckegls mission system (BEMS) Ver 6.44
Build 15
Included is an updated version of blckeagls mission system. It is based on version 2.0.2 as updated by Narines.
Included is an updated version of blckeagls mission system. This began as an effort to fix bugs in and upgrade version 2.0.2 as updated by Narines and has now evolved to a complete reworking of almost all code.
* Installation: Please refer to Installation.txt for a detailed description of installation and what you need to add to BE filters.
* Installation: Please refer to Installation.txt for a detailed description of installation and what you need to add to BE filters.
infiSTAR Users: you may need to whitelist _MainMarker depending on your settings.
* Adjusting Settings: You can adjust many features that include numbers of AI, AI Skills, AI Loadouts with weapons and consumables, and what is added to the crate.
* Adjusting Settings: You can adjust many features that include numbers of AI, AI Skills, AI Loadouts with weapons and consumables, and what is added to the crate. See AdjustingSettings.txt and the configuration files for more details.
* Credits
Epoch Mod developer team.
@ -23,7 +24,6 @@ Included is an updated version of blckeagls mission system. It is based on versi
* Compatability
Works well with VEMF, SEM, and A3AI all running on the same server.
I have not tested this mission system with any other mission systems.
* Please see the change log for a full listing of the most current changes.

View File

@ -4,16 +4,20 @@ Loosely based on the AI mission system by blckeagls ver 2.0.2
Contributions by Narines: bug fixes, testing, 'fired' event handler
Ideas or code from that by Vampire and KiloSwiss have been used for certain functions.
11/14/16 Version 6.44 Build 13
Definitions of blacklist locations such as spawns moved from GMS_findWorld.sqf to the blck_configs_(epoch|exile).
11/16/16 Version 6.44 Build 15
Added parameters
blck_blacklistTraderCities=true; // the locations of the Epoch/Exile trader cities will be pulled from the config and added to the location blacklist for the mission system.
blcklistConcreteMixerZones = true; // Locations of the concrete mixers will be pulled from the configs; no missions will be spawned within 1000 m of these locations.
blck_blacklistSpawns = true; // Locations of Exile spawns will be pulled from the config. No missions will spawn within 1000 m of these locations.
Divided rifles and optics into subcategories to better enable assigning weapons to AI difficulties in a sort of class-based way, e.g., 556, 6.5, or LMG are separate classes.
Completed adding EDEN weapons, optics, bipods, optics to AI configurations and mission loot crates.
Added: the main thread now runs a function that checks for empty groups.
Fixed: The mission system would hang on epoch after a while because createGroup returned nullGroup. this appeared to occur because the maximum number of active groups had been reached. Deleting empty groups periodically solved the issue on a test machine.
Teaked: code to check whether a possible mission spawn location is near a flag or plot pole. Still needs work.
Added: Completed adding EDEN weapons, optics, bipods, optics to AI configurations and mission loot crates.
Added APEX headgear and uniforms. (Note, you would need to add any of these you wished for players to sell to Epoch\<Map Name>\epoch_config\CfgPricing.hpp on Epoch)
Changed: Definitions of blacklist locations such as spawns moved from GMS_findWorld.sqf to the blck_configs_(epoch|exile).
Changed: Divided rifles and optics into subcategories to better enable assigning weapons to AI difficulties in a sort of class-based way, e.g., 556, 6.5, or LMG are separate classes.
Changed: DLS crate loader (not publically available yet) now uses blck_fnc_loadLootItemsFromArray rather than the prior approach for which specific crate loading functions were called depending on the loadout type (weapons, building supplies, foord etc).
Fixed: You can now loot AI bodies in Epoch.
11/12/16 Version 6.43 Build 12
Added: MapAddons - use this to spawn AI strongholds or other compositions you generate with Eden editor at server startup.