Skip to content

Commit

Permalink
new maps and few minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Mar 17, 2016
1 parent 1454782 commit cb47345
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ARCMF.VR/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.6
1.1.7
2 changes: 1 addition & 1 deletion ARCMF.VR/description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions ARCMF.VR/f/arc/sandbox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
2 changes: 1 addition & 1 deletion ARCMF.VR/f/safeStart/f_safeStartLoop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
2 changes: 1 addition & 1 deletion tools/build_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb47345

Please sign in to comment.