diff --git a/Arma3_workshop_addon.png b/Arma3_workshop_addon.png deleted file mode 100644 index df007e578..000000000 Binary files a/Arma3_workshop_addon.png and /dev/null differ diff --git a/KAMLogoHighRes.paa b/KAMLogoHighRes.paa new file mode 100644 index 000000000..817e1d53b Binary files /dev/null and b/KAMLogoHighRes.paa differ diff --git a/KAMLogoLowRes.paa b/KAMLogoLowRes.paa new file mode 100644 index 000000000..c23510ed2 Binary files /dev/null and b/KAMLogoLowRes.paa differ diff --git a/Makefile b/Makefile index 252b500df..c723bed5c 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ push: commit release: clean version commit @"$(MAKE)" $(MAKEFLAGS) signatures @echo " ZIP $(ZIP)_$(VERSION_S).zip" - @cp mod.cpp README.md larynx.paa $(BIN) + @cp mod.cpp README.md $(BIN) @zip -qr $(ZIP)_$(VERSION_S).zip $(BIN) clean: diff --git a/hemtt.toml b/hemtt.toml index 3c9430aaa..89bae267a 100644 --- a/hemtt.toml +++ b/hemtt.toml @@ -8,10 +8,9 @@ files = [ "mod.cpp", "README.md", "LICENSE.md", - "Arma3_workshop_addon.png", - "larynx.paa", - "AUTHORS.txt", - "logo.jpg" + "KAMLogoLowRes.paa", + "KAMLogoHighRes.paa", + "AUTHORS.txt" ] folder_optionals = true sig_version = 3 diff --git a/larynx.paa b/larynx.paa deleted file mode 100644 index 6c0dda710..000000000 Binary files a/larynx.paa and /dev/null differ diff --git a/mod.cpp b/mod.cpp index 2d0b24f55..4d3ff4326 100644 --- a/mod.cpp +++ b/mod.cpp @@ -1,14 +1,14 @@ name = "KAT - Advanced Medical"; dir = "@kat_aceAdvMedical"; -picture = "larynx.paa"; +picture = "KAMLogoHighRes.paa"; actionName = "Github"; -action = "https://github.com/Katalam/kat_aceAdvMedical"; -logo = "larynx.paa"; -logoOver = "larynx.paa"; -tooltip = "KAT-ACE Extension"; -tooltipOwned = "KAT-ACE Extension"; -overview = "The ACE Advanced Medical System is nice, but we can do it better, even on a more realistic way and bring it on another level with these addons."; -author = "Katalam"; -overviewPicture = "larynx.paa"; -overviewText = "KAT-ACE Extension"; +action = "https://github.com/Tomcat-SG/KAM"; +logo = "KAMLogoLowRes.paa"; +logoOver = "KAMLogoLowRes.paa"; +tooltip = "KAT - Advanced Medical"; +tooltipOwned = "KAT - Advanced Medical"; +overview = "KAT Advanced Medical introduces a whole new world to the ACE medical system. We make medical personnel matter while not hindering the medical experience for regular soldiers. KAM is almost entirely customizable through vast addon options. YOU are in charge of your gameplay experience."; +author = "KAM Team"; +overviewPicture = "KAMLogoLowRes.paa"; +overviewText = "KAT - Advanced Medical"; overviewFootnote = ""; diff --git a/tools/make.py b/tools/make.py index 68e7bb637..2d83279f4 100644 --- a/tools/make.py +++ b/tools/make.py @@ -72,7 +72,7 @@ prefix = "kat" pbo_name_prefix = "kat_" signature_blacklist = [] -importantFiles = ["mod.cpp", "larynx.paa"] +importantFiles = ["mod.cpp", "KAMLogoHighRes.paa", "KAMLogoLowRes.paa"] versionFiles = ["mod.cpp"] ciBuild = False # Used for CI builds