From 4b4fe858179b03da65ca8fc49c1f3cfff852ce96 Mon Sep 17 00:00:00 2001 From: eraser1 Date: Sun, 18 Mar 2018 17:22:22 -0500 Subject: [PATCH] May as well throw that in there... --- @ExileServer/addons/a3_dms/config.sqf | 4 ++++ @ExileServer/addons/a3_dms/fn_DMS_postInit.sqf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index d2b2044..aadb9f0 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -287,6 +287,10 @@ DMS_SpawnMissions_Scheduled = false; // Whether or not to spawn missions in a sc //"slums_objects" //<--Example (already imported by default on Altis) ]; + DMS_BasesToImportOnServerStart_3DEN = [ // Just like above, this defines bases to import on server startup. However, this uses the M3E 3DEN exports. + //"mybasename" + ]; + DMS_BanditMissionsOnServerStart = [ //"construction" //<-- Example ]; diff --git a/@ExileServer/addons/a3_dms/fn_DMS_postInit.sqf b/@ExileServer/addons/a3_dms/fn_DMS_postInit.sqf index 1b6e07e..e027529 100644 --- a/@ExileServer/addons/a3_dms/fn_DMS_postInit.sqf +++ b/@ExileServer/addons/a3_dms/fn_DMS_postInit.sqf @@ -163,6 +163,10 @@ if (DMS_ShowDifficultyColorLegend) then [_x] call DMS_fnc_ImportFromM3E_Static; // Spawn all of the bases that are supposed to be spawned on server startup. } forEach DMS_BasesToImportOnServerStart; +{ + [_x] call DMS_fnc_ImportFromM3E_3DEN_Static; // M3E 3DEN variant. +} forEach DMS_BasesToImportOnServerStart_3DEN; + { missionNamespace setVariable