2015-06-29 02:34:21 +00:00
|
|
|
class CfgVehicles {
|
|
|
|
class ACE_Module;
|
2015-07-17 15:02:38 +00:00
|
|
|
class GVAR(moduleSettings): ACE_Module {
|
2015-06-29 02:34:21 +00:00
|
|
|
scope = 2;
|
2015-07-17 15:02:38 +00:00
|
|
|
displayName = CSTRING(Settings_DisplayName);
|
2015-06-29 02:34:21 +00:00
|
|
|
icon = PATHTOF(UI\Icon_Module_Spectator_ca.paa);
|
2015-07-17 15:02:38 +00:00
|
|
|
category = "ACE";
|
|
|
|
function = QFUNC(moduleSpectatorSettings);
|
|
|
|
isGlobal = 1;
|
|
|
|
author = ECSTRING(common,ACETeam);
|
2015-06-29 02:34:21 +00:00
|
|
|
class Arguments {
|
2015-07-25 10:20:59 +00:00
|
|
|
class unitsFilter {
|
2015-07-17 15:02:38 +00:00
|
|
|
displayName = CSTRING(units_DisplayName);
|
|
|
|
description = CSTRING(units_Description);
|
|
|
|
typeName = "NUMBER";
|
|
|
|
class values {
|
|
|
|
class none {
|
2015-07-25 10:20:59 +00:00
|
|
|
name = CSTRING(units_none);
|
2015-07-17 15:02:38 +00:00
|
|
|
value = 0;
|
|
|
|
};
|
|
|
|
class players {
|
|
|
|
name = CSTRING(units_players);
|
|
|
|
value = 1;
|
2015-08-05 13:15:27 +00:00
|
|
|
};
|
|
|
|
class playable {
|
|
|
|
name = CSTRING(units_playable);
|
|
|
|
value = 2;
|
2015-07-25 11:28:03 +00:00
|
|
|
default = 1;
|
2015-07-17 15:02:38 +00:00
|
|
|
};
|
|
|
|
class all {
|
|
|
|
name = CSTRING(units_all);
|
2015-08-05 13:15:27 +00:00
|
|
|
value = 3;
|
2015-07-17 15:02:38 +00:00
|
|
|
};
|
|
|
|
};
|
2015-07-05 11:26:58 +00:00
|
|
|
};
|
2015-07-25 10:20:59 +00:00
|
|
|
class sidesFilter {
|
2015-07-17 15:02:38 +00:00
|
|
|
displayName = CSTRING(sides_DisplayName);
|
|
|
|
description = CSTRING(sides_Description);
|
|
|
|
typeName = "NUMBER";
|
|
|
|
class values {
|
|
|
|
class player {
|
|
|
|
name = CSTRING(sides_player);
|
2015-07-17 17:40:49 +00:00
|
|
|
value = 0;
|
|
|
|
default = 1;
|
2015-07-17 15:02:38 +00:00
|
|
|
};
|
|
|
|
class friendly {
|
|
|
|
name = CSTRING(sides_friendly);
|
2015-07-17 17:40:49 +00:00
|
|
|
value = 1;
|
2015-07-17 15:02:38 +00:00
|
|
|
};
|
2015-07-19 19:19:26 +00:00
|
|
|
class hostile {
|
|
|
|
name = CSTRING(sides_hostile);
|
|
|
|
value = 2;
|
|
|
|
};
|
2015-07-17 15:02:38 +00:00
|
|
|
class all {
|
|
|
|
name = CSTRING(sides_all);
|
2015-07-19 19:19:26 +00:00
|
|
|
value = 3;
|
2015-07-17 15:02:38 +00:00
|
|
|
};
|
|
|
|
};
|
2015-06-29 02:34:21 +00:00
|
|
|
};
|
2015-07-21 14:15:31 +00:00
|
|
|
class cameraModes {
|
|
|
|
displayName = CSTRING(modes_DisplayName);
|
|
|
|
description = CSTRING(modes_Description);
|
|
|
|
typeName = "NUMBER";
|
|
|
|
class values {
|
|
|
|
class all {
|
|
|
|
name = CSTRING(modes_all);
|
|
|
|
value = 0;
|
|
|
|
default = 1;
|
|
|
|
};
|
|
|
|
class unit {
|
|
|
|
name = CSTRING(modes_unit);
|
|
|
|
value = 1;
|
|
|
|
};
|
|
|
|
class free {
|
|
|
|
name = CSTRING(modes_free);
|
|
|
|
value = 2;
|
|
|
|
};
|
|
|
|
class internal {
|
|
|
|
name = CSTRING(modes_internal);
|
|
|
|
value = 3;
|
|
|
|
};
|
|
|
|
class external {
|
|
|
|
name = CSTRING(modes_external);
|
|
|
|
value = 4;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
class visionModes {
|
|
|
|
displayName = CSTRING(visions_DisplayName);
|
|
|
|
description = CSTRING(visions_Description);
|
|
|
|
typeName = "NUMBER";
|
|
|
|
class values {
|
|
|
|
class all {
|
|
|
|
name = CSTRING(modes_all);
|
|
|
|
value = 0;
|
|
|
|
default = 1;
|
|
|
|
};
|
|
|
|
class nv {
|
|
|
|
name = CSTRING(visions_nv);
|
|
|
|
value = 1;
|
|
|
|
};
|
|
|
|
class ti {
|
|
|
|
name = CSTRING(visions_ti);
|
|
|
|
value = 2;
|
|
|
|
};
|
|
|
|
class none {
|
|
|
|
name = "$STR_Special_None";
|
|
|
|
value = 3;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2015-06-29 02:34:21 +00:00
|
|
|
};
|
|
|
|
class ModuleDescription {
|
2015-07-17 15:02:38 +00:00
|
|
|
description = CSTRING(Settings_Description);
|
2015-06-29 02:34:21 +00:00
|
|
|
};
|
|
|
|
};
|
2015-07-05 11:26:58 +00:00
|
|
|
};
|