diff --git a/.hemtt/launch.toml b/.hemtt/launch.toml new file mode 100644 index 000000000..662ac1232 --- /dev/null +++ b/.hemtt/launch.toml @@ -0,0 +1,6 @@ +[default] +workshop = [ + "450814997", # CBA_A3's Workshop ID + "463939057", # ACE3's Workshop ID + "2369477168", # Advanced Developer Tools's Workshop ID +] \ No newline at end of file diff --git a/.hemtt/project.toml b/.hemtt/project.toml index b465fc5c1..1dc8474fb 100644 --- a/.hemtt/project.toml +++ b/.hemtt/project.toml @@ -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", @@ -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 -]