diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9a0ef68 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.paa filter=lfs diff=lfs merge=lfs -text +*.p3d filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3df3914 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.pbo +.hemttout +hemtt +hemtt.exe +*.biprivatekey +source/ +.vscode +releases/ \ No newline at end of file diff --git a/.hemtt/project.toml b/.hemtt/project.toml new file mode 100644 index 0000000..a2486b7 --- /dev/null +++ b/.hemtt/project.toml @@ -0,0 +1,43 @@ +author = "ARMATAK Team" +mainprefix = "armatak" +name = "ARMA Team Awareness Kit" +prefix = "core" + +[version] +path = "addons/main/script_version.hpp" # Default + +build = 0 # Optional +major = 0 # Overrides path when set +minor = 0 +patch = 0 + +git_hash = 0 # Default: 8 + +[files] +exclude = [ + "source/*", + "*.png", + "*.tga", + "*.psd", + "*.fbx", + "*.obj", +] + +include = [] + +[properties] +author = "ARMATAK Team" +url = "https://github.com/valmojr/armatak" + +[hemtt.config] +preset = "Hemtt" + +[hemtt.launch] +workshop = [ + "450814997", # CBA_A3 +] + +[binarize] +exclude = [ + "*.jpg" +] \ No newline at end of file