Update mission lists/changelog.

This commit is contained in:
Chris Cardozo 2019-05-26 23:17:36 -04:00
parent db40ad146e
commit 66439f890b
3 changed files with 8 additions and 6 deletions

View File

@ -14,8 +14,8 @@
#include "\q\addons\custom_server\Configs\blck_defines.hpp";
_pathBlue = "Blue";
_missionListBlue = ["default"];
//_missionListBlue = ["default","captive1","hostage1"/*,"default2"/*,"medicalCamp","redCamp","resupplyCamp"*/];
//_missionListBlue = ["default"];
_missionListBlue = ["default","captive1","hostage1"/*,"default2"/*,"medicalCamp","redCamp","resupplyCamp"*/];
_pathRed = "Red";
//_missionListRed = ["resupplyCamp"];

View File

@ -16,10 +16,10 @@ private ["_staticMissions"];
_staticMissions = [
// [mod (Epoch, Exile), map (Altis, Tanoa etc), mission center, eg [10445,2014,0], filename.sqf (name of static mission template for that mission)];
//["Epoch","Altis","template.sqf"],
["Epoch","Altis","staticMissionExample2_Epoch.sqf"],
//["Epoch","Altis","staticMissionExample2_Epoch.sqf"],
//["Epoch","Altis","destroyer.sqf"],
//["Exile","Altis","template.sqf"],
["Exile","Altis","staticMissionExample2_Exile.sqf"]
//["Exile","Altis","staticMissionExample2_Exile.sqf"]
];
diag_log "[blckeagls] GMS_StaticMissions_Lists.sqf <Loaded>";

View File

@ -34,9 +34,11 @@ V 6.90 Build 175
5. Issues with AIHit events fixed; AI now deploy smoke and heal.
6. Removed some unnecessary logging.
6. Added constraints on aircraft patrols to keep them in the mission area.
7. Other minor coding fixes and optimizations.
7. Removed some unnecessary logging.
8. Other minor coding fixes and optimizations.
6.88 Build 167
This update consists primarily of a set of bug fixes and code tweaks.