Update mission lists/changelog.
This commit is contained in:
parent
db40ad146e
commit
66439f890b
@ -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"];
|
||||
|
@ -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>";
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user