mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:23:28 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42098401f2 | ||
|
|
cad4aaa1a5 | ||
|
|
2e017f97c9 | ||
|
|
fbd58d9426 |
@@ -25,8 +25,7 @@ include = [
|
||||
"LICENSE",
|
||||
"*.dll",
|
||||
"*.so",
|
||||
"*.paa",
|
||||
"simtak.apk"
|
||||
"*.paa"
|
||||
]
|
||||
|
||||
[properties]
|
||||
@@ -71,8 +70,6 @@ parameters = [
|
||||
"-filePatching",
|
||||
]
|
||||
|
||||
executable = "/home/valmo/.steam/steam/steamapps/common/Proton 8.0/proton run '/home/valmo/.steam/steam/steamapps/common/Arma 3/arma3_x64.exe'"
|
||||
|
||||
[binarize]
|
||||
exclude = [
|
||||
"*.jpg"
|
||||
|
||||
@@ -74,6 +74,9 @@ switch (toLower worldName) do {
|
||||
case "kunduz_valley": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_kunduz_valley;
|
||||
};
|
||||
case "tanoa": {
|
||||
_realLocation = _position call armatak_fnc_convert_to_tanoa;
|
||||
};
|
||||
default {
|
||||
_warning = format ["<t color='#FF8021'>ARMATAK</t><br/> %1", "Unsupported Map"];
|
||||
[[_warning, 1.5]] call CBA_fnc_notify;
|
||||
|
||||
Reference in New Issue
Block a user