Skip to content

Commit

Permalink
HEMTT - Clean up toml files for HEMTT 1.13 (#592)
Browse files Browse the repository at this point in the history
**When merged this pull request will:**
- Title

### IMPORTANT

- [Development Guidelines](https://ace3.acemod.org/wiki/development/)
are read, understood and applied.
- Title of this PR uses our standard template `Component -
Add|Fix|Improve|Change|Make|Remove {changes}`.
  • Loading branch information
MiszczuZPolski authored Sep 3, 2024
1 parent 9895729 commit 5d897d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
6 changes: 6 additions & 0 deletions .hemtt/launch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[default]
workshop = [
"450814997", # CBA_A3's Workshop ID
"463939057", # ACE3's Workshop ID
"2369477168", # Advanced Developer Tools's Workshop ID
]
38 changes: 1 addition & 37 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name = "KAM"
prefix = "kat"
author = "Katalam, Tomcat, Kygan, YetheSamartaka, Battlekeeper, MJSTIC, Digii / Julian and MiszczuZPolski"
author = "Katalam, Tomcat, Kygan, YetheSamartaka, Battlekeeper, MJSTIC, Digii / Julian, MiszczuZPolski and Blue"
mainprefix = "x"

#modname = "{{prefix}}_mods"
#key_name = "{{prefix}}_{{version}}"
#authority = "{{prefix}}_{{version}}"

[files]
include = [
"mod.cpp",
Expand All @@ -19,35 +15,3 @@ include = [

[version]
git_hash = 0

#[properties]
#version = "{{git \"id 8\"}}"

[lint.sqf]
enabled = true # Default: true
exclude = [
"a3/3DEN/UI/macroexecs.inc",
"a3/ui_f/hpp/defineResincl.inc",
"a3/ui_f/hpp/defineDIKCodes.inc",
"a3/ui_f/hpp/defineCommonGrids.inc",
"a3/ui_f/hpp/defineCommonColors.inc",
]



[asc]
enabled = true
exclude = [
"/initsettings.sqf",
"/initkeybinds.sqf",
"/xeh_prep.sqf"
]

[hemtt.config]
preset = "Hemtt"

[hemtt.launch]
workshop = [
"450814997", # CBA_A3's Workshop ID
"463939057", # ACE3's Workshop ID
]

0 comments on commit 5d897d2

Please sign in to comment.