Skip to content

Commit

Permalink
Update sandbox files with new loadouts
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Mar 30, 2017
1 parent 641abc4 commit 9508535
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 2 deletions.
Binary file modified build/Sandbox.Altis.pbo
Binary file not shown.
Binary file modified build/Sandbox.Bootcamp_ACR.pbo
Binary file not shown.
Binary file modified build/Sandbox.Bozcaada.pbo
Binary file not shown.
Binary file modified build/Sandbox.Chernarus.pbo
Binary file not shown.
Binary file modified build/Sandbox.Chernarus_Summer.pbo
Binary file not shown.
Binary file modified build/Sandbox.Desert_E.pbo
Binary file not shown.
Binary file modified build/Sandbox.Desert_Island.pbo
Binary file not shown.
Binary file modified build/Sandbox.FDF_Isle1_a.pbo
Binary file not shown.
Binary file modified build/Sandbox.IsolaDiCapraia.pbo
Binary file not shown.
Binary file modified build/Sandbox.MCN_Aliabad.pbo
Binary file not shown.
Binary file modified build/Sandbox.Porto.pbo
Binary file not shown.
Binary file modified build/Sandbox.ProvingGrounds_PMC.pbo
Binary file not shown.
Binary file modified build/Sandbox.Sara.pbo
Binary file not shown.
Binary file modified build/Sandbox.Shapur_BAF.pbo
Binary file not shown.
Binary file modified build/Sandbox.Stratis.pbo
Binary file not shown.
Binary file modified build/Sandbox.Takistan.pbo
Binary file not shown.
Binary file modified build/Sandbox.Tanoa.pbo
Binary file not shown.
Binary file modified build/Sandbox.Thirsk.pbo
Binary file not shown.
Binary file modified build/Sandbox.ThirskW.pbo
Binary file not shown.
Binary file modified build/Sandbox.VR.pbo
Binary file not shown.
Binary file modified build/Sandbox.WL_WRoute191.pbo
Binary file not shown.
Binary file modified build/Sandbox.Woodland_ACR.pbo
Binary file not shown.
Binary file modified build/Sandbox.Zargabad.pbo
Binary file not shown.
Binary file modified build/Sandbox.abel.pbo
Binary file not shown.
Binary file modified build/Sandbox.cain.pbo
Binary file not shown.
Binary file modified build/Sandbox.eden.pbo
Binary file not shown.
Binary file modified build/Sandbox.fallujah.pbo
Binary file not shown.
Binary file modified build/Sandbox.mbg_celle2.pbo
Binary file not shown.
Binary file modified build/Sandbox.namalsk.pbo
Binary file not shown.
Binary file modified build/Sandbox.noe.pbo
Binary file not shown.
Binary file modified build/Sandbox.torabora.pbo
Binary file not shown.
Binary file modified build/Sandbox.utes.pbo
Binary file not shown.
Binary file modified build/Sandbox.vt5.pbo
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/build_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def copy_folder(src, dst):
paramCode = "code = ""arc_param_theme = ['Default'"
loadoutCounter = 1

for fname in glob.glob("Loadouts/Premade loadouts/*.sqf"):
for fname in glob.glob("Loadouts/**/*.sqf"):
fileName = os.path.splitext(os.path.basename(fname))[0]
newFilePath = "{0}/f/themes/{1}/{1}.sqf".format(sandbox_dir, fileName)
os.mkdir("{0}/f/themes/{1}".format(sandbox_dir, fileName))
Expand Down Expand Up @@ -116,4 +116,4 @@ def copy_folder(src, dst):
print("Successfully made Sandbox_{}.{}.pbo".format(version, t))

if os.path.isdir(sandbox_dir):
shutil.rmtree(sandbox_dir)
shutil.rmtree(sandbox_dir)

0 comments on commit 9508535

Please sign in to comment.