mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 14:33:56 +00:00
trying to fix the paa not working somehow
This commit is contained in:
@@ -4,12 +4,10 @@ name = "ARMA Team Awareness Kit"
|
|||||||
prefix = "armatak"
|
prefix = "armatak"
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
path = "addons/main/script_version.hpp"
|
build = "0"
|
||||||
|
major = "0"
|
||||||
build = 0
|
minor = "6"
|
||||||
major = 0
|
patch = "0"
|
||||||
minor = 6
|
|
||||||
patch = 0
|
|
||||||
|
|
||||||
git_hash = 0
|
git_hash = 0
|
||||||
|
|
||||||
@@ -27,7 +25,7 @@ include = [
|
|||||||
"LICENSE",
|
"LICENSE",
|
||||||
"*/*.dll",
|
"*/*.dll",
|
||||||
"*/*.so",
|
"*/*.so",
|
||||||
"files/*.paa"
|
"*.paa"
|
||||||
]
|
]
|
||||||
|
|
||||||
[properties]
|
[properties]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# ARMATAK
|
# ARMATAK
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Project Concept
|
## Project Concept
|
||||||
|
|
||||||
|
|||||||
4
addons/main/script_version.hpp
Normal file
4
addons/main/script_version.hpp
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#define build 0
|
||||||
|
#define major 0
|
||||||
|
#define minor 6
|
||||||
|
#define patch 0
|
||||||
16
mod.cpp
16
mod.cpp
@@ -1,14 +1,14 @@
|
|||||||
name = "Arma Team Awareness Kit";
|
name = "Arma Team Awareness Kit";
|
||||||
author = "Valmo Trindade";
|
author = "Valmo Trindade";
|
||||||
logo = "files\logo_ca.paa";
|
logo = "files\logo_ca.paa";
|
||||||
logoOver = "files\logo_hover_ca.paa";
|
logoOver = "files\logo_hover_ca.paa";
|
||||||
tooltip = "ARMATAK";
|
tooltip = "ARMATAK";
|
||||||
tooltipOwned = "ARMATAK";
|
tooltipOwned = "ARMATAK";
|
||||||
picture = "files\picture.paa";
|
picture = "files\picture.paa";
|
||||||
actionName = "GitHub";
|
actionName = "GitHub";
|
||||||
action = "https://github.com/valmojr/armatak";
|
action = "https://github.com/valmojr/armatak";
|
||||||
overview = "ARMATAK Addons is Full Stack Project to handle Arma 3 Sessions as real loc entities on TAK Clients";
|
overview = "ARMATAK Addons is Full Stack Project to handle Arma 3 Sessions as real loc entities on TAK Clients";
|
||||||
hideName = 0;
|
hideName = 0;
|
||||||
hidePicture = 0;
|
hidePicture = 0;
|
||||||
dlcColor[] = { 0.23, 0.39, 0.30, 1 };
|
dlcColor[] = { 0.23, 0.39, 0.30, 1 };
|
||||||
logoSmall = "files\logo_small_ca.paa";
|
logoSmall = "files\logo_small_ca.paa";
|
||||||
Reference in New Issue
Block a user