diff --git a/ARCMF.VR/.version b/ARCMF.VR/.version index ab67981..a5ba932 100644 --- a/ARCMF.VR/.version +++ b/ARCMF.VR/.version @@ -1 +1 @@ -1.1.6 \ No newline at end of file +1.1.7 \ No newline at end of file diff --git a/ARCMF.VR/description.ext b/ARCMF.VR/description.ext index 24c5ab6..fadc3f2 100644 --- a/ARCMF.VR/description.ext +++ b/ARCMF.VR/description.ext @@ -77,7 +77,7 @@ class Params title = "Safe Start (mins)"; values[] = {0,1,2,3,4,5,6,7,8,9,10,15}; texts[] = {"Off","1","2","3","4","5","6","7","8","9","10","15"}; - default = 0; + default = 15; code = "f_param_mission_timer = %1"; }; class f_param_caching diff --git a/ARCMF.VR/f/arc/sandbox.hpp b/ARCMF.VR/f/arc/sandbox.hpp index 3ef2ece..4bcafe5 100644 --- a/ARCMF.VR/f/arc/sandbox.hpp +++ b/ARCMF.VR/f/arc/sandbox.hpp @@ -96,4 +96,16 @@ class CfgSandbox startingPosition[] = {8062.16,9936.9,0}; camouflage = "woodland"; }; + class vtr_porquerolles { + startingPosition[] = {7345.26,4937.52,0}; + camouflage = "woodland"; + }; + class torabora { + startingPosition[] = {10060.9,9922.96,0}; + camouflage = "mtp"; + }; + class FDF_Isle1_a { + startingPosition[] = {7945.72,4166.32,0}; + camouflage = "woodland"; + }; }; \ No newline at end of file diff --git a/ARCMF.VR/f/safeStart/f_safeStartLoop.sqf b/ARCMF.VR/f/safeStart/f_safeStartLoop.sqf index 43f4ffa..9a4e5ff 100644 --- a/ARCMF.VR/f/safeStart/f_safeStartLoop.sqf +++ b/ARCMF.VR/f/safeStart/f_safeStartLoop.sqf @@ -11,6 +11,6 @@ while {f_var_mission_timer > 0} do { }; if (f_var_mission_timer == 0) then { - [["SafeStartMissionStarting",["Mission starting now!"]],"bis_fnc_showNotification",true] call BIS_fnc_MP; + [["SafeStartMissionStarting",["Weapons are live!"]],"bis_fnc_showNotification",true] call BIS_fnc_MP; [[false],"f_fnc_safety",playableUnits + switchableUnits] call BIS_fnc_MP; }; diff --git a/tools/build_sandbox.py b/tools/build_sandbox.py index 73bc8fa..08e67ac 100644 --- a/tools/build_sandbox.py +++ b/tools/build_sandbox.py @@ -56,7 +56,7 @@ def copy_folder(src, dst): os.remove(new_ext); os.remove(new_sqm); -for t in ["utes","Sara","fallujah","Chernarus","Chernarus_Summer","Caribou","Takistan","Zargabad","Desert_E","ProvingGrounds_PMC","Shapur_BAF","mbg_celle2","Stratis","bozcaada","Lost","LostW","Kunduz","Altis","lingor3","panthera3","vt5","mske"]: +for t in ["utes","Sara","fallujah","Chernarus","Chernarus_Summer","Caribou","Takistan","Zargabad","Desert_E","ProvingGrounds_PMC","Shapur_BAF","mbg_celle2","Stratis","bozcaada","Lost","LostW","Kunduz","Altis","lingor3","panthera3","vt5","mske","vtr_porquerolles","torabora","FDF_Isle1_a"]: try: subprocess.check_output([ "makepbo",