Skip to content

Commit

Permalink
by Miss Heda
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomcat-SG committed Jan 14, 2023
1 parent d29ed22 commit 2c42cee
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 16 deletions.
Binary file removed Arma3_workshop_addon.png
Binary file not shown.
Binary file added KAMLogoHighRes.paa
Binary file not shown.
Binary file added KAMLogoLowRes.paa
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 3 additions & 4 deletions hemtt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed larynx.paa
Binary file not shown.
20 changes: 10 additions & 10 deletions mod.cpp
Original file line number Diff line number Diff line change
@@ -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 = "";
2 changes: 1 addition & 1 deletion tools/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c42cee

Please sign in to comment.