second batch of icons
@ -178,7 +178,7 @@ class CfgVehicles {
|
|||||||
curatorCost = 0; //???
|
curatorCost = 0; //???
|
||||||
isGlobal = 1; //run global
|
isGlobal = 1; //run global
|
||||||
isTriggerActivated = 1; //Wait for triggers
|
isTriggerActivated = 1; //Wait for triggers
|
||||||
// icon = QUOTE(PATHTOF(ui\todo.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Make_Unit_Surrender_ca.paa));
|
||||||
functionPriority = 0;
|
functionPriority = 0;
|
||||||
class Arguments {};
|
class Arguments {};
|
||||||
class ModuleDescription: ModuleDescription {
|
class ModuleDescription: ModuleDescription {
|
||||||
|
BIN
addons/captives/UI/Icon_Module_Make_Unit_Surrender_ca.paa
Normal file
@ -33,7 +33,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleCheckPBOs);
|
function = QFUNC(moduleCheckPBOs);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = QUOTE(PATHTOF(UI\IconCheckPBO_ca.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_CheckPBO_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class Action {
|
class Action {
|
||||||
displayName = "Action";
|
displayName = "Action";
|
||||||
|
BIN
addons/common/UI/Icon_Module_CheckPBO_ca.paa
Normal file
@ -6,7 +6,7 @@ class ACE_ModuleExplosive: Module_F {
|
|||||||
function = QUOTE(FUNC(module));
|
function = QUOTE(FUNC(module));
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\IconExplosives_ca.paa);
|
icon = PATHTOF(UI\Icon_Module_Explosives_ca.paa);
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class RequireSpecialist {
|
class RequireSpecialist {
|
||||||
displayName = "Require specialists?";
|
displayName = "Require specialists?";
|
||||||
|
BIN
addons/explosives/UI/Icon_Module_Explosives_ca.paa
Normal file
@ -102,7 +102,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleHearing);
|
function = QFUNC(moduleHearing);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\IconHearing_ca.paa);
|
icon = PATHTOF(UI\Icon_Module_Hearing_ca.paa);
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class EnableCombatDeafness {
|
class EnableCombatDeafness {
|
||||||
displayName = "Enable combat deafness?";
|
displayName = "Enable combat deafness?";
|
||||||
|
BIN
addons/hearing/UI/Icon_Module_Hearing_ca.paa
Normal file
@ -8,7 +8,7 @@ class CfgVehicles {
|
|||||||
function = "ACE_Interaction_fnc_moduleInteraction";
|
function = "ACE_Interaction_fnc_moduleInteraction";
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\IconInteraction_ca.paa);
|
icon = PATHTOF(UI\Icon_Module_Interaction_ca.paa);
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class EnableTeamManagement {
|
class EnableTeamManagement {
|
||||||
displayName = "Enable Team Management";
|
displayName = "Enable Team Management";
|
||||||
|
BIN
addons/interaction/UI/Icon_Module_Interaction_ca.paa
Normal file
@ -7,7 +7,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleMap);
|
function = QFUNC(moduleMap);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\IconMap_ca.paa);
|
icon = PATHTOF(UI\Icon_Module_Map_ca.paa);
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class MapIllumination {
|
class MapIllumination {
|
||||||
displayName = "Map illumination?";
|
displayName = "Map illumination?";
|
||||||
@ -46,7 +46,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(blueForceTrackingModule);
|
function = QFUNC(blueForceTrackingModule);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = PATHTOF(UI\IconBFTracking_ca.paa);
|
icon = PATHTOF(UI\Icon_Module_BFTracking_ca.paa);
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class Interval {
|
class Interval {
|
||||||
displayName = "Interval";
|
displayName = "Interval";
|
||||||
|
BIN
addons/map/UI/Icon_Module_BFTracking_ca.paa
Normal file
BIN
addons/map/UI/Icon_Module_Map_ca.paa
Normal file
@ -11,7 +11,7 @@ class CfgVehicles {
|
|||||||
class ACE_moduleMedicalSettings: ACE_Module {
|
class ACE_moduleMedicalSettings: ACE_Module {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Medical Settings [ACE]";
|
displayName = "Medical Settings [ACE]";
|
||||||
icon = QUOTE(PATHTOF(UI\moduleIcon.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Medical_ca.paa));
|
||||||
category = "ACE_medical";
|
category = "ACE_medical";
|
||||||
function = QUOTE(DFUNC(moduleMedicalSettings));
|
function = QUOTE(DFUNC(moduleMedicalSettings));
|
||||||
functionPriority = 1;
|
functionPriority = 1;
|
||||||
@ -133,7 +133,7 @@ class CfgVehicles {
|
|||||||
class ACE_moduleTreatmentConfiguration: ACE_Module {
|
class ACE_moduleTreatmentConfiguration: ACE_Module {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Treatment Configuration [ACE]";
|
displayName = "Treatment Configuration [ACE]";
|
||||||
icon = QUOTE(PATHTOF(UI\moduleIcon.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Medical_ca.paa));
|
||||||
category = "ACE_medical";
|
category = "ACE_medical";
|
||||||
function = QUOTE(FUNC(moduleTreatmentConfiguration));
|
function = QUOTE(FUNC(moduleTreatmentConfiguration));
|
||||||
functionPriority = 10;
|
functionPriority = 10;
|
||||||
@ -190,7 +190,7 @@ class CfgVehicles {
|
|||||||
class ACE_moduleAssignMedicRoles: Module_F {
|
class ACE_moduleAssignMedicRoles: Module_F {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Set Medic Class [ACE]";
|
displayName = "Set Medic Class [ACE]";
|
||||||
icon = QUOTE(PATHTOF(UI\moduleIcon.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Medical_ca.paa));
|
||||||
category = "ACE_medical";
|
category = "ACE_medical";
|
||||||
function = QUOTE(FUNC(moduleAssignMedicRoles));
|
function = QUOTE(FUNC(moduleAssignMedicRoles));
|
||||||
functionPriority = 10;
|
functionPriority = 10;
|
||||||
@ -236,7 +236,7 @@ class CfgVehicles {
|
|||||||
class ACE_moduleAssignMedicVehicle: Module_F {
|
class ACE_moduleAssignMedicVehicle: Module_F {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Set Medical Vehicle [ACE]";
|
displayName = "Set Medical Vehicle [ACE]";
|
||||||
icon = QUOTE(PATHTOF(UI\moduleIcon.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Medical_ca.paa));
|
||||||
category = "ACE_medical";
|
category = "ACE_medical";
|
||||||
function = QUOTE(FUNC(moduleAssignMedicalVehicle));
|
function = QUOTE(FUNC(moduleAssignMedicalVehicle));
|
||||||
functionPriority = 10;
|
functionPriority = 10;
|
||||||
@ -266,7 +266,7 @@ class CfgVehicles {
|
|||||||
class ACE_moduleAssignMedicalFacility: Module_F {
|
class ACE_moduleAssignMedicalFacility: Module_F {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Set Medical Facility [ACE]";
|
displayName = "Set Medical Facility [ACE]";
|
||||||
icon = QUOTE(PATHTOF(UI\moduleIcon.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Medical_ca.paa));
|
||||||
category = "ACE_medical";
|
category = "ACE_medical";
|
||||||
function = QUOTE(FUNC(moduleAssignMedicalFacility));
|
function = QUOTE(FUNC(moduleAssignMedicalFacility));
|
||||||
functionPriority = 10;
|
functionPriority = 10;
|
||||||
|
BIN
addons/medical/ui/Icon_Module_Medical_ca.paa
Normal file
@ -9,7 +9,7 @@ class CfgVehicles {
|
|||||||
class ACE_moduleAmbianceSound: Module_F {
|
class ACE_moduleAmbianceSound: Module_F {
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = "Ambiance Sounds [ACE]";
|
displayName = "Ambiance Sounds [ACE]";
|
||||||
icon = QUOTE(PATHTOF(data\moduleSound.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Ambient_Sounds_ca.paa));
|
||||||
category = "ACE_missionModules";
|
category = "ACE_missionModules";
|
||||||
function = QUOTE(FUNC(moduleAmbianceSound));
|
function = QUOTE(FUNC(moduleAmbianceSound));
|
||||||
functionPriority = 1;
|
functionPriority = 1;
|
||||||
|
BIN
addons/missionmodules/UI/Icon_Module_Ambient_Sounds_ca.paa
Normal file
@ -7,7 +7,7 @@ class CfgVehicles {
|
|||||||
function = QFUNC(moduleNameTags);
|
function = QFUNC(moduleNameTags);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = QUOTE(PATHTOF(UI\IconNameTags_ca.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_NameTags_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class PlayerNamesViewDistance {
|
class PlayerNamesViewDistance {
|
||||||
displayName = "Player Names View Dist.";
|
displayName = "Player Names View Dist.";
|
||||||
|
BIN
addons/nametags/UI/Icon_Module_NameTags_ca.paa
Normal file
@ -7,7 +7,7 @@ class CfgVehicles {
|
|||||||
function = FUNC(module);
|
function = FUNC(module);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = QUOTE(PATHTOF(UI\IconSwitchUnits_ca.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_SwitchUnits_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class SwitchToWest {
|
class SwitchToWest {
|
||||||
displayName = "Switch to West?";
|
displayName = "Switch to West?";
|
||||||
|
BIN
addons/switchunits/UI/Icon_Module_SwitchUnits_ca.paa
Normal file
@ -7,7 +7,7 @@
|
|||||||
statement = QUOTE([ARR_3('VehicleLock_SetVehicleLock', [_target], [ARR_2(_target,false)])] call EFUNC(common,targetEvent)); \
|
statement = QUOTE([ARR_3('VehicleLock_SetVehicleLock', [_target], [ARR_2(_target,false)])] call EFUNC(common,targetEvent)); \
|
||||||
showDisabled = 0; \
|
showDisabled = 0; \
|
||||||
priority = 0.3; \
|
priority = 0.3; \
|
||||||
icon = QUOTE(PATHTOF(ui\key_menuIcon_ca.paa)); \
|
icon = QUOTE(PATHTOF(UI\key_menuIcon_ca.paa)); \
|
||||||
}; \
|
}; \
|
||||||
class ACE_lockVehicle { \
|
class ACE_lockVehicle { \
|
||||||
displayName = "$STR_ACE_Vehicle_Action_Lock"; \
|
displayName = "$STR_ACE_Vehicle_Action_Lock"; \
|
||||||
@ -16,7 +16,7 @@
|
|||||||
statement = QUOTE([ARR_3('VehicleLock_SetVehicleLock', [_target], [ARR_2(_target,true)])] call EFUNC(common,targetEvent)); \
|
statement = QUOTE([ARR_3('VehicleLock_SetVehicleLock', [_target], [ARR_2(_target,true)])] call EFUNC(common,targetEvent)); \
|
||||||
showDisabled = 0; \
|
showDisabled = 0; \
|
||||||
priority = 0.2; \
|
priority = 0.2; \
|
||||||
icon = QUOTE(PATHTOF(ui\key_menuIcon_ca.paa)); \
|
icon = QUOTE(PATHTOF(UI\key_menuIcon_ca.paa)); \
|
||||||
}; \
|
}; \
|
||||||
class ACE_lockpickVehicle { \
|
class ACE_lockpickVehicle { \
|
||||||
displayName = "$STR_ACE_Vehicle_Action_Lockpick"; \
|
displayName = "$STR_ACE_Vehicle_Action_Lockpick"; \
|
||||||
@ -58,7 +58,7 @@ class CfgVehicles {
|
|||||||
function = QUOTE(DFUNC(moduleInit));
|
function = QUOTE(DFUNC(moduleInit));
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 0;
|
isGlobal = 0;
|
||||||
icon = QUOTE(PATHTOF(ui\IconLock_ca.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_VehicleLock_ca.paa));
|
||||||
functionPriority = 0;
|
functionPriority = 0;
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class LockVehicleInventory {
|
class LockVehicleInventory {
|
||||||
@ -96,7 +96,7 @@ class CfgVehicles {
|
|||||||
function = QUOTE(DFUNC(moduleSync));
|
function = QUOTE(DFUNC(moduleSync));
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 0;
|
isGlobal = 0;
|
||||||
icon = QUOTE(PATHTOF(ui\IconLock_ca.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_VehicleKey_ca.paa));
|
||||||
functionPriority = 0;
|
functionPriority = 0;
|
||||||
class Arguments {};
|
class Arguments {};
|
||||||
class ModuleDescription: ModuleDescription {
|
class ModuleDescription: ModuleDescription {
|
||||||
|
BIN
addons/vehiclelock/UI/Icon_Module_VehicleKey_ca.paa
Normal file
BIN
addons/vehiclelock/UI/Icon_Module_VehicleLock_ca.paa
Normal file
@ -7,7 +7,7 @@ class CfgVehicles {
|
|||||||
function = FUNC(enableModule);
|
function = FUNC(enableModule);
|
||||||
scope = 2;
|
scope = 2;
|
||||||
isGlobal = 1;
|
isGlobal = 1;
|
||||||
icon = QUOTE(PATHTOF(data\module_icon.paa));
|
icon = QUOTE(PATHTOF(UI\Icon_Module_Wind_ca.paa));
|
||||||
class Arguments {
|
class Arguments {
|
||||||
class EnableForAI {
|
class EnableForAI {
|
||||||
displayName = "Enable for AI";
|
displayName = "Enable for AI";
|
BIN
addons/winddeflection/UI/Icon_Module_Wind_ca.paa
Normal file
@ -30,4 +30,4 @@ class ACE_Settings {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#include "CfgEventHandlers.hpp"
|
#include "CfgEventHandlers.hpp"
|
||||||
#include "CfgVehicles.h"
|
#include "CfgVehicles.hpp"
|
||||||
|
BIN
extras/assets/icons/png/Icon_Module_Ambient_Sounds_ca.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
BIN
extras/assets/icons/png/Icon_Module_Hearing_ca.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
extras/assets/icons/png/Icon_Module_Make_Unit_Surrender_ca.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
extras/assets/icons/png/Icon_Module_Map_ca.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
extras/assets/icons/png/Icon_Module_VehicleKey_ca.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
extras/assets/icons/png/Icon_Module_VehicleLock_ca.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
extras/assets/icons/png/Icon_Module_Wind_ca.png
Normal file
After Width: | Height: | Size: 1.5 KiB |