forked from michail-nikolaev/task-force-arma-3-radio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod.cpp
38 lines (33 loc) · 1.36 KB
/
mod.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name = "TFAR";
actionName = "Website";
action = "http://radio.task-force.ru/en";
description = "Task Force Arrowhead Radio";
picture = "\z\tfar\addons\core\task_force_arrowhead_logo.paa";
contentBrowserPicture = "\z\tfar\addons\core\task_force_arrowhead_logo.paa";
logo = "\z\tfar\addons\core\task_force_arrowhead_logo.paa";
logoOver = "\z\tfar\addons\core\manw_winner_addon_1st_emblem.paa";
logoSmall = "\z\tfar\addons\core\task_force_arrowhead_logo.paa";
tooltip = "Task Force Arrowhead Radio";
tooltipOwned = "Task Force Arrowhead Radio";
overview = "War is not only about moving, waiting and engaging targets. It is also about communication. Task Force Arrowhead Radio provides a way to dramatically increase gameplay realism and atmosphere by seamless integration with TeamSpeak.";
author = "TFAR Team";
overviewPicture = "\z\tfar\addons\core\task_force_arrowhead_logo.paa";
overviewText = "Task Force Arrowhead Radio";
overviewFootnote = "<br /><br /><t color='#999999'>This content is under APL-SA License.<t />";
hidePicture = 0;
hideName = 1;
requiresRestart = 0;
class Features {
class FeatureRadio {
displayName = "Radios";
description = "TFAR has Radios! (Need better description. Your chance to contribute!)";
};
};
class Assets {
class Radio_test {
reference[] = {"CfgWeapons","TFAR_anprc152"};
};
class Radio_test2 {
reference[] = {"CfgVehicles","TFAR_anarc210"};
};
};