Skip to content

Commit

Permalink
Tools - Simplify hemtt config with "extends" (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 authored Aug 14, 2024
1 parent 92c754b commit caff75c
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,56 +36,33 @@ parameters = [
]

[hemtt.launch.ace]
extends = "default"
workshop = [
"450814997", # CBA_A3
"2369477168", # ADT
"463939057", # ACE
# "766491311", # KKA3 ACE Extension
]
parameters = [
"-name=dev",
"-window",
]

[hemtt.launch.cup]
extends = "default"
workshop = [
"450814997", # CBA_A3
"2369477168", # ADT
"583496184", # CUP Terrains - Core
"583544987", # CUP Terrains - Maps
]
parameters = [
"-name=dev",
"-window",
]

[hemtt.launch.vn]
workshop = [
"450814997", # CBA_A3
"2369477168", # ADT
]
parameters = [
"-name=dev",
"-window",
]
extends = "default"
dlc = [
"S.O.G. Prairie Fire",
]

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

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

0 comments on commit caff75c

Please sign in to comment.