disable example static missions by default.
This commit is contained in:
parent
eddc766141
commit
3adc530855
@ -43,7 +43,7 @@ _fn_missionCleanup = {
|
|||||||
diag_log format["_fnc_endMission: _this = %1",_this];
|
diag_log format["_fnc_endMission: _this = %1",_this];
|
||||||
#endif
|
#endif
|
||||||
params["_mines","_objects","_crates","_blck_AllMissionAI","_endMsg","_blck_localMissionMarker","_coords","_mission",["_endCondition",0],["_vehicles",[]],["_isScubaMission",false]];
|
params["_mines","_objects","_crates","_blck_AllMissionAI","_endMsg","_blck_localMissionMarker","_coords","_mission",["_endCondition",0],["_vehicles",[]],["_isScubaMission",false]];
|
||||||
diag_log format["_fnc_endMission (44): _blck_localMissionMarker %1 | _coords %2 | _mission %3 | _endCondition %4",_blck_localMissionMarker,_coords,_mission,_endCondition];
|
//diag_log format["_fnc_endMission (44): _blck_localMissionMarker %1 | _coords %2 | _mission %3 | _endCondition %4",_blck_localMissionMarker,_coords,_mission,_endCondition];
|
||||||
#ifdef blck_debugMode
|
#ifdef blck_debugMode
|
||||||
if (blck_debugLevel > 0) then
|
if (blck_debugLevel > 0) then
|
||||||
{
|
{
|
||||||
|
@ -16,7 +16,7 @@ private ["_staticMissions"];
|
|||||||
_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)];
|
// [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","staticMissionExample2_Epoch.sqf"],
|
//["Epoch","Altis","staticMissionExample2_Epoch.sqf"],
|
||||||
["Exile","Altis","staticMissionExample2_Exile.sqf"]
|
//["Exile","Altis","staticMissionExample2_Exile.sqf"]
|
||||||
];
|
];
|
||||||
|
|
||||||
diag_log "[blckeagls] GMS_StaticMissions_Lists.sqf <Loaded>";
|
diag_log "[blckeagls] GMS_StaticMissions_Lists.sqf <Loaded>";
|
||||||
|
@ -15,8 +15,8 @@ private ["_staticMissions"];
|
|||||||
|
|
||||||
_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)];
|
// [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","staticMissionExample2_Epoch.sqf"],
|
//["Epoch","Altis","staticMissionExample2_Epoch.sqf"],
|
||||||
["Exile","Altis","staticMissionExample2_Exile.sqf"]
|
//["Exile","Altis","staticMissionExample2_Exile.sqf"]
|
||||||
];
|
];
|
||||||
|
|
||||||
diag_log "[blckeagls] GMS_StaticMissions_Lists_Epoch.sqf <Loaded>";
|
diag_log "[blckeagls] GMS_StaticMissions_Lists_Epoch.sqf <Loaded>";
|
||||||
|
@ -15,7 +15,7 @@ private ["_staticMissions"];
|
|||||||
|
|
||||||
_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)];
|
// [mod (Epoch, Exile), map (Altis, Tanoa etc), mission center, eg [10445,2014,0], filename.sqf (name of static mission template for that mission)];
|
||||||
["Exile","Altis","staticMissionExample2.sqf"]
|
//["Exile","Altis","staticMissionExample2.sqf"]
|
||||||
];
|
];
|
||||||
|
|
||||||
diag_log "[blckeagls] GMS_StaticMissions_Lists_Exile.sqf <Loaded>";
|
diag_log "[blckeagls] GMS_StaticMissions_Lists_Exile.sqf <Loaded>";
|
||||||
|
@ -17,7 +17,7 @@ private ["_staticMissions"];
|
|||||||
_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)];
|
// [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","staticMissionExample2_Epoch.sqf"],
|
//["Epoch","Altis","staticMissionExample2_Epoch.sqf"],
|
||||||
["Exile","Altis","staticMissionExample2_Exile.sqf"]
|
//["Exile","Altis","staticMissionExample2_Exile.sqf"]
|
||||||
];
|
];
|
||||||
|
|
||||||
diag_log "[blckeagls] GMS_UMS_StaticMissions_Lists.sqf <Loaded>";
|
diag_log "[blckeagls] GMS_UMS_StaticMissions_Lists.sqf <Loaded>";
|
||||||
|
Loading…
Reference in New Issue
Block a user