Skip to content

Commit

Permalink
new map
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed May 5, 2016
1 parent 8e55fcf commit 3dfd3cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ARCMF.VR/f/arc/sandbox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,8 @@ class CfgSandbox {
startingPosition[] = {7945.72,4166.32,0};
camouflage = "woodland";
};
class favslev25 {
startingPosition[] = {7272.48,438.59,0};
camouflage = "woodland";
};
};
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","Takistan","Zargabad","Desert_E","ProvingGrounds_PMC","Shapur_BAF","mbg_celle2","Stratis","bozcaada","Lost","LostW","Kunduz","Altis","lingor3","panthera3","vt5","mske","torabora","FDF_Isle1_a"]:
for t in ["utes","Sara","fallujah","Chernarus","Chernarus_Summer","Takistan","Zargabad","Desert_E","ProvingGrounds_PMC","Shapur_BAF","mbg_celle2","Stratis","bozcaada","Lost","LostW","Kunduz","Altis","lingor3","panthera3","vt5","mske","torabora","FDF_Isle1_a","favslev25"]:
try:
subprocess.check_output([
"makepbo",
Expand Down

0 comments on commit 3dfd3cf

Please sign in to comment.