second batch of icons

This commit is contained in:
bux578 2015-03-23 20:02:35 +01:00
parent cdb6a1f947
commit ba42ec831b
59 changed files with 21 additions and 21 deletions

View File

@ -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 {

View 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";

Binary file not shown.

Binary file not shown.

View 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?";

Binary file not shown.

View 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?";

Binary file not shown.

Binary file not shown.

View 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";

Binary file not shown.

View 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";

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View 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;

Binary file not shown.

View 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;

View 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.";

Binary file not shown.

View 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?";

Binary file not shown.

View 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 {

Binary file not shown.

Binary file not shown.

View 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";

Binary file not shown.

View File

@ -30,4 +30,4 @@ class ACE_Settings {
}; };
#include "CfgEventHandlers.hpp" #include "CfgEventHandlers.hpp"
#include "CfgVehicles.h" #include "CfgVehicles.hpp"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB