Skip to content

Commit

Permalink
Move launch configurations to launch.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Sep 3, 2024
1 parent 8356169 commit 4feb1f2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 48 deletions.
41 changes: 41 additions & 0 deletions .hemtt/launch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[default]
workshop = [
"450814997", # CBA_A3
"2369477168", # ADT
]
parameters = [
"-name=dev",
"-window",
]

[ace]
extends = "default"
workshop = [
"463939057", # ACE
# "766491311", # KKA3 ACE Extension
]

[cup]
extends = "default"
workshop = [
"583496184", # CUP Terrains - Core
"583544987", # CUP Terrains - Maps
]

[vn]
extends = "default"
dlc = [
"S.O.G. Prairie Fire",
]

[ww2]
extends = "default"
dlc = [
"Spearhead 1944",
]

[gm]
extends = "default"
dlc = [
"Global Mobilization",
]
48 changes: 0 additions & 48 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,51 +18,3 @@ author = "ArmaForces"

[version]
path = "addons/main/script_version.hpp"

# Unused in HEMTT v1.11 or higher, kept for backwards compatibility
[asc]
exclude = [
".inc.sqf",
]

[hemtt.launch.default]
workshop = [
"450814997", # CBA_A3
"2369477168", # ADT
]
parameters = [
"-name=dev",
"-window",
]

[hemtt.launch.ace]
extends = "default"
workshop = [
"463939057", # ACE
# "766491311", # KKA3 ACE Extension
]

[hemtt.launch.cup]
extends = "default"
workshop = [
"583496184", # CUP Terrains - Core
"583544987", # CUP Terrains - Maps
]

[hemtt.launch.vn]
extends = "default"
dlc = [
"S.O.G. Prairie Fire",
]

[hemtt.launch.ww2]
extends = "default"
dlc = [
"Spearhead 1944",
]

[hemtt.launch.gm]
extends = "default"
dlc = [
"Global Mobilization",
]

0 comments on commit 4feb1f2

Please sign in to comment.