Skip to content

Commit

Permalink
Add mod marketing files (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
grad-ler authored Mar 3, 2023
1 parent 1baa309 commit b1fb3cf
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 deletions.
Binary file removed Adler.paa
Binary file not shown.
5 changes: 4 additions & 1 deletion hemtt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ author = "Gruppe Adler"
folder_optionals = false
files = [
"mod.cpp",
"Adler.paa",
"logo_active_ca.paa",
"logo_ca.paa",
"overview_co.paa",
"logo_small_ca.paa",
"LICENSE",
"README.md",
"*.dll",
Expand Down
Binary file added logo_active_ca.paa
Binary file not shown.
Binary file added logo_ca.paa
Binary file not shown.
Binary file added logo_small_ca.paa
Binary file not shown.
27 changes: 14 additions & 13 deletions mod.cpp
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name = "Gruppe Adler MEH";
author = "Gruppe Adler";
picture = "Adler.paa";
actionName = "Website";
action = "https://www.gruppe-adler.de/";
description = "Gruppe Adler MEH";
logo = "Adler.paa";
logoOver = "Adler.paa";
tooltip = "Gruppe Adler MEH";
overview = "";
overviewPicture = "Adler.paa";
overviewText = "";
overviewFootnote = "";
name = "Gruppe Adler MEH";
author = "DerZade, Willard";
logo = "logo_ca.paa";
logoOver = "logo_active_ca.paa";
tooltip = "Gruppe Adler MEH";
tooltipOwned = "Gruppe Adler MEH";
picture = "overview_co.paa";
actionName = "GitHub";
action = "/~https://github.com/gruppe-adler/grad_meh";
overview = "<br/><t align='center' size='0.75'>Visit Gruppe Adler on <t href='https://gruppe-adler.de/'>our Website</t> | <t href='http://discord.gruppe-adler.de'>Discord</t> | <t href='https://www.youtube.com/user/gruppeadler'>YouTube</t> | <t href='https://twitter.com/Gruppe_Adler'>Twitter</t></t><br/><br/>Gruppe Adler MEH is an Arma 3 modification built on intercept, which allows exporting Arma 3 maps.<br/>The aim of this project is not to generate finished map tiles for a WMTS, but to export all data that might be needed to generate such tiles or basically anything else.<br/>What you do with that data is up to you.";
hideName = 0;
hidePicture = 0;
dlcColor[] = {0.8196, 0.5529, 0.1216, 1};
logoSmall = "logo_small_ca.paa";
Binary file added overview_co.paa
Binary file not shown.

0 comments on commit b1fb3cf

Please sign in to comment.