Common - Cleanup define.hpp (#9773)

Update define.hpp
This commit is contained in:
johnb432 2024-02-06 18:29:24 +01:00 committed by GitHub
parent 5a3f3d3b82
commit 907758385c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
#ifndef ACE_DEFINE_H #ifndef ACE_DEFINE_H
#define ACE_DEFINE_H #define ACE_DEFINE_H
// define.hpp // define.hpp
@ -48,7 +47,7 @@
#define ST_CENTER 0x02 #define ST_CENTER 0x02
#define ST_DOWN 0x04 #define ST_DOWN 0x04
#define ST_UP 0x08 #define ST_UP 0x08
#define ST_VCENTER 0x0c #define ST_VCENTER 0x0C
#define ST_TYPE 0xF0 #define ST_TYPE 0xF0
#define ST_SINGLE 0 #define ST_SINGLE 0
@ -92,33 +91,16 @@ class ACE_gui_backgroundBase {
text = ""; text = "";
sizeEx = 0.032; sizeEx = 0.032;
}; };
class ACE_gui_editBase { class ACE_gui_editBase {
type = 2; type = 2;
x = 0; x = 0;
y = 0; y = 0;
h = 0.04; h = 0.04;
w = 0.2; w = 0.2;
colorBackground[] = colorBackground[] = {0, 0, 0, 1};
{ colorText[] = {0.95, 0.95, 0.95, 1};
0, colorSelection[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getVariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getVariable ['GUI_BCG_RGB_B',0.8862])", 1};
0,
0,
1
};
colorText[] =
{
0.95,
0.95,
0.95,
1
};
colorSelection[] =
{
"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.3843])",
"(profilenamespace getVariable ['GUI_BCG_RGB_G',0.7019])",
"(profilenamespace getVariable ['GUI_BCG_RGB_B',0.8862])",
1
};
autocomplete = ""; autocomplete = "";
text = ""; text = "";
size = 0.2; size = 0.2;
@ -126,16 +108,8 @@ class ACE_gui_editBase {
font = "RobotoCondensed"; font = "RobotoCondensed";
shadow = 2; shadow = 2;
sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)"; sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
colorDisabled[] = colorDisabled[] = {1, 1, 1, 0.25};
{
1,
1,
1,
0.25
}; };
};
class ACE_gui_buttonBase { class ACE_gui_buttonBase {
idc = -1; idc = -1;
@ -143,14 +117,14 @@ class ACE_gui_buttonBase {
style = ST_LEFT; style = ST_LEFT;
text = ""; text = "";
action = ""; action = "";
x = 0.0; x = 0;
y = 0.0; y = 0;
w = 0.25; w = 0.25;
h = 0.04; h = 0.04;
size = 0.03921; size = 0.03921;
sizeEx = 0.03921; sizeEx = 0.03921;
color[] = {1.0, 1.0, 1.0, 1}; color[] = {1, 1, 1, 1};
color2[] = {1.0, 1.0, 1.0, 1}; color2[] = {1, 1, 1, 1};
colorBackground[] = {1, 1, 1, 0.95}; colorBackground[] = {1, 1, 1, 0.95};
colorbackground2[] = {1, 1, 1, 0.95}; colorbackground2[] = {1, 1, 1, 0.95};
colorDisabled[] = {1, 1, 1, 0.6}; colorDisabled[] = {1, 1, 1, 0.6};
@ -159,26 +133,26 @@ class ACE_gui_buttonBase {
periodFocus = 1.2; periodFocus = 1.2;
periodOver = 0.8; periodOver = 0.8;
default = 0; default = 0;
class HitZone { class HitZone {
left = 0.00; left = 0;
top = 0.00; top = 0;
right = 0.00; right = 0;
bottom = 0.00; bottom = 0;
}; };
class ShortcutPos { class ShortcutPos {
left = 0.00; left = 0;
top = 0.00; top = 0;
w = 0.00; w = 0;
h = 0.00; h = 0;
}; };
class TextPos { class TextPos {
left = 0.002; left = 0.002;
top = 0.0004; top = 0.0004;
right = 0.0; right = 0;
bottom = 0.00; bottom = 0;
}; };
textureNoShortcut = ""; textureNoShortcut = "";
animTextureNormal = "#(argb,8,8,3)color(0,0,0,0.9)"; animTextureNormal = "#(argb,8,8,3)color(0,0,0,0.9)";
animTextureDisabled = "#(argb,8,8,3)color(0,0,0,0.8)"; animTextureDisabled = "#(argb,8,8,3)color(0,0,0,0.8)";
@ -189,9 +163,10 @@ class ACE_gui_buttonBase {
period = 0.5; period = 0.5;
font = FONT_ACE; font = FONT_ACE;
soundClick[] = {"\A3\ui_f\data\sound\RscButton\soundClick", 0.09, 1}; soundClick[] = {"\A3\ui_f\data\sound\RscButton\soundClick", 0.09, 1};
soundPush[] = {"\A3\ui_f\data\sound\RscButton\soundPush",0.0,0}; soundPush[] = {"\A3\ui_f\data\sound\RscButton\soundPush", 0, 0};
soundEnter[] = {"\A3\ui_f\data\sound\RscButton\soundEnter", 0.07, 1}; soundEnter[] = {"\A3\ui_f\data\sound\RscButton\soundEnter", 0.07, 1};
soundEscape[] = {"\A3\ui_f\data\sound\RscButton\soundEscape", 0.09, 1}; soundEscape[] = {"\A3\ui_f\data\sound\RscButton\soundEscape", 0.09, 1};
class Attributes { class Attributes {
font = FONT_ACE; font = FONT_ACE;
color = "#E5E5E5"; color = "#E5E5E5";
@ -218,18 +193,17 @@ class ACE_gui_RscProgress {
h = "0.5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)"; h = "0.5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
}; };
class ACE_gui_staticBase { class ACE_gui_staticBase {
idc = -1; idc = -1;
type = CT_STATIC; type = CT_STATIC;
x = 0.0; x = 0;
y = 0.0; y = 0;
w = 0.183825; w = 0.183825;
h = 0.104575; h = 0.104575;
style = ST_LEFT; style = ST_LEFT;
font = FONT_ACE; font = FONT_ACE;
sizeEx = 0.03921; sizeEx = 0.03921;
colorText[] = {0.95, 0.95, 0.95, 1.0}; colorText[] = {0.95, 0.95, 0.95, 1};
colorBackground[] = {0, 0, 0, 0}; colorBackground[] = {0, 0, 0, 0};
text = ""; text = "";
}; };
@ -241,23 +215,24 @@ class ACE_gui_listBoxBase: RscListBox {
font = FONT_ACE; font = FONT_ACE;
sizeEx = 0.03921; sizeEx = 0.03921;
color[] = {1, 1, 1, 1}; color[] = {1, 1, 1, 1};
colorText[] = {0.543, 0.5742, 0.4102, 1.0}; colorText[] = {0.543, 0.5742, 0.4102, 1};
colorScrollbar[] = {0.95, 0.95, 0.95, 1}; colorScrollbar[] = {0.95, 0.95, 0.95, 1};
colorSelect[] = {0.95, 0.95, 0.95, 1}; colorSelect[] = {0.95, 0.95, 0.95, 1};
colorSelect2[] = {0.95, 0.95, 0.95, 1}; colorSelect2[] = {0.95, 0.95, 0.95, 1};
colorSelectBackground[] = {0, 0, 0, 1}; colorSelectBackground[] = {0, 0, 0, 1};
colorSelectBackground2[] = {0.543, 0.5742, 0.4102, 1.0}; colorSelectBackground2[] = {0.543, 0.5742, 0.4102, 1};
colorDisabled[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])", "(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])", "(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", 0.25}; colorDisabled[] = {"(profilenamespace getVariable ['GUI_BCG_RGB_R',0.69])", "(profilenamespace getVariable ['GUI_BCG_RGB_G',0.75])", "(profilenamespace getVariable ['GUI_BCG_RGB_B',0.5])", 0.25};
period = 1.2; period = 1.2;
rowHeight = 0.03; rowHeight = 0.03;
colorBackground[] = {0, 0, 0, 1}; colorBackground[] = {0, 0, 0, 1};
maxHistoryDelay = 1.0; maxHistoryDelay = 1;
autoScrollSpeed = -1; autoScrollSpeed = -1;
autoScrollDelay = 5; autoScrollDelay = 5;
autoScrollRewind = 0; autoScrollRewind = 0;
soundSelect[] = {"", 0.1, 1}; soundSelect[] = {"", 0.1, 1};
soundExpand[] = {"", 0.1, 1}; soundExpand[] = {"", 0.1, 1};
soundCollapse[] = {"", 0.1, 1}; soundCollapse[] = {"", 0.1, 1};
class ListScrollBar { class ListScrollBar {
arrowEmpty = "\A3\ui_f\data\gui\cfg\scrollbar\arrowEmpty_ca.paa"; arrowEmpty = "\A3\ui_f\data\gui\cfg\scrollbar\arrowEmpty_ca.paa";
arrowFull = "\A3\ui_f\data\gui\cfg\scrollbar\arrowFull_ca.paa"; arrowFull = "\A3\ui_f\data\gui\cfg\scrollbar\arrowFull_ca.paa";
@ -286,7 +261,6 @@ class ACE_gui_listBoxBase: RscListBox {
}; };
}; };
class ACE_gui_listNBox { class ACE_gui_listNBox {
type = CT_LISTNBOX; // 102; type = CT_LISTNBOX; // 102;
style = ST_MULTI; style = ST_MULTI;
@ -300,17 +274,17 @@ class ACE_gui_listNBox {
autoScrollRewind = 0; autoScrollRewind = 0;
arrowEmpty = "#(argb,8,8,3)color(1,1,1,1)"; arrowEmpty = "#(argb,8,8,3)color(1,1,1,1)";
arrowFull = "#(argb,8,8,3)color(1,1,1,1)"; arrowFull = "#(argb,8,8,3)color(1,1,1,1)";
columns[] = {0.0}; columns[] = {0};
color[] = {1, 1, 1, 1}; color[] = {1, 1, 1, 1};
rowHeight = 0.03; rowHeight = 0.03;
colorBackground[] = {0, 0, 0, 0.2}; colorBackground[] = {0, 0, 0, 0.2};
colorText[] = {1,1, 1, 1.0}; colorText[] = {1, 1, 1, 1};
colorScrollbar[] = {0.95, 0.95, 0.95, 1}; colorScrollbar[] = {0.95, 0.95, 0.95, 1};
colorSelect[] = {0.95, 0.95, 0.95, 1}; colorSelect[] = {0.95, 0.95, 0.95, 1};
colorSelect2[] = {0.95, 0.95, 0.95, 1}; colorSelect2[] = {0.95, 0.95, 0.95, 1};
colorSelectBackground[] = {0, 0, 0, 0.0}; colorSelectBackground[] = {0, 0, 0, 0};
colorSelectBackground2[] = {0.0, 0.0, 0.0, 0.5}; colorSelectBackground2[] = {0, 0, 0, 0.5};
colorActive[] = {0, 0, 0, 1}; colorActive[] = {0, 0, 0, 1};
colorDisabled[] = {0, 0, 0, 0.3}; colorDisabled[] = {0, 0, 0, 0.3};
rows = 1; rows = 1;
@ -322,6 +296,7 @@ class ACE_gui_listNBox {
soundSelect[] = {"", 0.1, 1}; soundSelect[] = {"", 0.1, 1};
period = 1; period = 1;
shadow = 2; shadow = 2;
class ScrollBar { class ScrollBar {
arrowEmpty = "#(argb,8,8,3)color(1,1,1,1)"; arrowEmpty = "#(argb,8,8,3)color(1,1,1,1)";
arrowFull = "#(argb,8,8,3)color(1,1,1,1)"; arrowFull = "#(argb,8,8,3)color(1,1,1,1)";
@ -350,7 +325,6 @@ class ACE_gui_listNBox {
}; };
}; };
class RscCombo; class RscCombo;
class ACE_gui_comboBoxBase: RscCombo { class ACE_gui_comboBoxBase: RscCombo {
idc = -1; idc = -1;
@ -377,7 +351,8 @@ class ACE_gui_comboBoxBase: RscCombo {
soundSelect[] = {"\A3\ui_f\data\sound\RscCombo\soundSelect", 0.1, 1}; soundSelect[] = {"\A3\ui_f\data\sound\RscCombo\soundSelect", 0.1, 1};
soundExpand[] = {"\A3\ui_f\data\sound\RscCombo\soundExpand", 0.1, 1}; soundExpand[] = {"\A3\ui_f\data\sound\RscCombo\soundExpand", 0.1, 1};
soundCollapse[] = {"\A3\ui_f\data\sound\RscCombo\soundCollapse", 0.1, 1}; soundCollapse[] = {"\A3\ui_f\data\sound\RscCombo\soundCollapse", 0.1, 1};
maxHistoryDelay = 1.0; maxHistoryDelay = 1;
class ScrollBar { class ScrollBar {
color[] = {0.3, 0.3, 0.3, 0.6}; color[] = {0.3, 0.3, 0.3, 0.6};
colorActive[] = {0.3, 0.3, 0.3, 1}; colorActive[] = {0.3, 0.3, 0.3, 1};
@ -406,8 +381,6 @@ class ACE_gui_comboBoxBase: RscCombo {
}; };
}; };
class ACE_gui_mapBase { class ACE_gui_mapBase {
moveOnEdges = 1; moveOnEdges = 1;
x = "SafeZoneXAbs"; x = "SafeZoneXAbs";
@ -429,40 +402,40 @@ class ACE_gui_mapBase {
ptsPerSquareObj = 9; ptsPerSquareObj = 9;
showCountourInterval = 0; showCountourInterval = 0;
scaleMin = 0.001; scaleMin = 0.001;
scaleMax = 1.0; scaleMax = 1;
scaleDefault = 0.16; scaleDefault = 0.16;
maxSatelliteAlpha = 0.85; maxSatelliteAlpha = 0.85;
alphaFadeStartScale = 0.35; alphaFadeStartScale = 0.35;
alphaFadeEndScale = 0.4; alphaFadeEndScale = 0.4;
colorBackground[] = {0.969,0.957,0.949,1.0}; colorBackground[] = {0.969, 0.957, 0.949, 1};
colorSea[] = {0.467, 0.631, 0.851, 0.5}; colorSea[] = {0.467, 0.631, 0.851, 0.5};
colorForest[] = {0.624, 0.78, 0.388, 0.5}; colorForest[] = {0.624, 0.78, 0.388, 0.5};
colorForestBorder[] = {0.0,0.0,0.0,0.0}; colorForestBorder[] = {0, 0, 0, 0};
colorRocks[] = {0.0,0.0,0.0,0.3}; colorRocks[] = {0, 0, 0, 0.3};
colorRocksBorder[] = {0.0,0.0,0.0,0.0}; colorRocksBorder[] = {0, 0, 0, 0};
colorLevels[] = {0.286, 0.177, 0.094, 0.5}; colorLevels[] = {0.286, 0.177, 0.094, 0.5};
colorMainCountlines[] = {0.572, 0.354, 0.188, 0.5}; colorMainCountlines[] = {0.572, 0.354, 0.188, 0.5};
colorCountlines[] = {0.572, 0.354, 0.188, 0.25}; colorCountlines[] = {0.572, 0.354, 0.188, 0.25};
colorMainCountlinesWater[] = {0.491, 0.577, 0.702, 0.6}; colorMainCountlinesWater[] = {0.491, 0.577, 0.702, 0.6};
colorCountlinesWater[] = {0.491, 0.577, 0.702, 0.3}; colorCountlinesWater[] = {0.491, 0.577, 0.702, 0.3};
colorPowerLines[] = {0.1,0.1,0.1,1.0}; colorPowerLines[] = {0.1, 0.1, 0.1, 1};
colorRailWay[] = {0.8,0.2,0.0,1.0}; colorRailWay[] = {0.8, 0.2, 0, 1};
colorNames[] = {0.1, 0.1, 0.1, 0.9}; colorNames[] = {0.1, 0.1, 0.1, 0.9};
colorInactive[] = {1.0,1.0,1.0,0.5}; colorInactive[] = {1, 1, 1, 0.5};
colorOutside[] = {0.0,0.0,0.0,1.0}; colorOutside[] = {0, 0, 0, 1};
colorTracks[] = {0.84, 0.76, 0.65, 0.15}; colorTracks[] = {0.84, 0.76, 0.65, 0.15};
colorTracksFill[] = {0.84,0.76,0.65,1.0}; colorTracksFill[] = {0.84, 0.76, 0.65, 1};
colorRoads[] = {0.7,0.7,0.7,1.0}; colorRoads[] = {0.7, 0.7, 0.7, 1};
colorRoadsFill[] = {1.0,1.0,1.0,1.0}; colorRoadsFill[] = {1, 1, 1, 1};
colorMainRoads[] = {0.9,0.5,0.3,1.0}; colorMainRoads[] = {0.9, 0.5, 0.3, 1};
colorMainRoadsFill[] = {1.0,0.6,0.4,1.0}; colorMainRoadsFill[] = {1, 0.6, 0.4, 1};
colorGrid[] = {0.1, 0.1, 0.1, 0.6}; colorGrid[] = {0.1, 0.1, 0.1, 0.6};
colorGridMap[] = {0.1, 0.1, 0.1, 0.6}; colorGridMap[] = {0.1, 0.1, 0.1, 0.6};
colorText[] = {1, 1, 1, 0.85}; colorText[] = {1, 1, 1, 0.85};
font = "RobotoCondensed"; font = "RobotoCondensed";
sizeEx = 0.0270000; sizeEx = 0.027;
stickX[] = {0.20, {"Gamma", 1.00, 1.50} }; stickX[] = {0.2, {"Gamma", 1, 1.5}};
stickY[] = {0.20, {"Gamma", 1.00, 1.50} }; stickY[] = {0.2, {"Gamma", 1, 1.5}};
onMouseButtonClick = ""; onMouseButtonClick = "";
onMouseButtonDblClick = ""; onMouseButtonDblClick = "";
@ -479,8 +452,9 @@ onMouseButtonDblClick = "";
fontLevel = "TahomaB"; fontLevel = "TahomaB";
sizeExLevel = 0.02; sizeExLevel = 0.02;
text = "#(argb,8,8,3)color(1,1,1,1)"; text = "#(argb,8,8,3)color(1,1,1,1)";
class ActiveMarker { class ActiveMarker {
color[] = {0.30, 0.10, 0.90, 1.00}; color[] = {0.3, 0.1, 0.9, 1};
size = 50; size = 50;
}; };
class Legend { class Legend {
@ -514,7 +488,7 @@ onMouseButtonDblClick = "";
color[] = {0, 0, 0, 1}; color[] = {0, 0, 0, 1};
size = 20; size = 20;
importance = "1.2 * 16 * 0.05"; importance = "1.2 * 16 * 0.05";
coefMin = 0.900000; coefMin = 0.9;
coefMax = 4; coefMax = 4;
}; };
class WaypointCompleted { class WaypointCompleted {
@ -522,24 +496,24 @@ onMouseButtonDblClick = "";
color[] = {0, 0, 0, 1}; color[] = {0, 0, 0, 1};
size = 20; size = 20;
importance = "1.2 * 16 * 0.05"; importance = "1.2 * 16 * 0.05";
coefMin = 0.900000; coefMin = 0.9;
coefMax = 4; coefMax = 4;
}; };
class CustomMark { class CustomMark {
icon = "\A3\ui_f\data\map\mapcontrol\custommark_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\custommark_ca.paa";
color[] = {0, 0, 0, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 1; coefMin = 1;
coefMax = 1; coefMax = 1;
color[] = {0,0,0,1};
}; };
class Command { class Command {
icon = "\A3\ui_f\data\map\mapcontrol\waypoint_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\waypoint_ca.paa";
color[] = {1, 1, 1, 1};
size = 18; size = 18;
importance = 1; importance = 1;
coefMin = 1; coefMin = 1;
coefMax = 1; coefMax = 1;
color[] = {1,1,1,1};
}; };
class Bush { class Bush {
icon = "\A3\ui_f\data\map\mapcontrol\bush_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\bush_ca.paa";
@ -575,179 +549,179 @@ onMouseButtonDblClick = "";
}; };
class busstop { class busstop {
icon = "\A3\ui_f\data\map\mapcontrol\busstop_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\busstop_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class fuelstation { class fuelstation {
icon = "\A3\ui_f\data\map\mapcontrol\fuelstation_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\fuelstation_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class hospital { class hospital {
icon = "\A3\ui_f\data\map\mapcontrol\hospital_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\hospital_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class church { class church {
icon = "\A3\ui_f\data\map\mapcontrol\church_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\church_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class lighthouse { class lighthouse {
icon = "\A3\ui_f\data\map\mapcontrol\lighthouse_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\lighthouse_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class power { class power {
icon = "\A3\ui_f\data\map\mapcontrol\power_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\power_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class powersolar { class powersolar {
icon = "\A3\ui_f\data\map\mapcontrol\powersolar_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\powersolar_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class powerwave { class powerwave {
icon = "\A3\ui_f\data\map\mapcontrol\powerwave_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\powerwave_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class powerwind { class powerwind {
icon = "\A3\ui_f\data\map\mapcontrol\powerwind_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\powerwind_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class quay { class quay {
icon = "\A3\ui_f\data\map\mapcontrol\quay_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\quay_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class shipwreck { class shipwreck {
icon = "\A3\ui_f\data\map\mapcontrol\shipwreck_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\shipwreck_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class transmitter { class transmitter {
icon = "\A3\ui_f\data\map\mapcontrol\transmitter_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\transmitter_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class watertower { class watertower {
icon = "\A3\ui_f\data\map\mapcontrol\watertower_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\watertower_CA.paa";
color[] = {1, 1, 1, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {1,1,1,1};
}; };
class Cross { class Cross {
icon = "\A3\ui_f\data\map\mapcontrol\Cross_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\Cross_CA.paa";
color[] = {0, 0, 0, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {0,0,0,1};
}; };
class Chapel { class Chapel {
icon = "\A3\ui_f\data\map\mapcontrol\Chapel_CA.paa"; icon = "\A3\ui_f\data\map\mapcontrol\Chapel_CA.paa";
color[] = {0, 0, 0, 1};
size = 24; size = 24;
importance = 1; importance = 1;
coefMin = 0.85; coefMin = 0.85;
coefMax = 1.0; coefMax = 1;
color[] = {0,0,0,1};
}; };
class Bunker { class Bunker {
icon = "\A3\ui_f\data\map\mapcontrol\bunker_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\bunker_ca.paa";
color[] = {0, 0, 0, 1};
size = 14; size = 14;
importance = "1.5 * 14 * 0.05"; importance = "1.5 * 14 * 0.05";
coefMin = 0.25; coefMin = 0.25;
coefMax = 4; coefMax = 4;
color[] = {0,0,0,1};
}; };
class Fortress { class Fortress {
icon = "\A3\ui_f\data\map\mapcontrol\bunker_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\bunker_ca.paa";
color[] = {0, 0, 0, 1};
size = 16; size = 16;
importance = "2 * 16 * 0.05"; importance = "2 * 16 * 0.05";
coefMin = 0.25; coefMin = 0.25;
coefMax = 4; coefMax = 4;
color[] = {0,0,0,1};
}; };
class Fountain { class Fountain {
icon = "\A3\ui_f\data\map\mapcontrol\fountain_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\fountain_ca.paa";
color[] = {0, 0, 0, 1};
size = 11; size = 11;
importance = "1 * 12 * 0.05"; importance = "1 * 12 * 0.05";
coefMin = 0.25; coefMin = 0.25;
coefMax = 4; coefMax = 4;
color[] = {0,0,0,1};
}; };
class Ruin { class Ruin {
icon = "\A3\ui_f\data\map\mapcontrol\ruin_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\ruin_ca.paa";
color[] = {0, 0, 0, 1};
size = 16; size = 16;
importance = "1.2 * 16 * 0.05"; importance = "1.2 * 16 * 0.05";
coefMin = 1; coefMin = 1;
coefMax = 4; coefMax = 4;
color[] = {0,0,0,1};
}; };
class Stack { class Stack {
icon = "\A3\ui_f\data\map\mapcontrol\stack_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\stack_ca.paa";
color[] = {0, 0, 0, 1};
size = 20; size = 20;
importance = "2 * 16 * 0.05"; importance = "2 * 16 * 0.05";
coefMin = 0.9; coefMin = 0.9;
coefMax = 4; coefMax = 4;
color[] = {0,0,0,1};
}; };
class Tourism { class Tourism {
icon = "\A3\ui_f\data\map\mapcontrol\tourism_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\tourism_ca.paa";
color[] = {0, 0, 0, 1};
size = 16; size = 16;
importance = "1 * 16 * 0.05"; importance = "1 * 16 * 0.05";
coefMin = 0.7; coefMin = 0.7;
coefMax = 4; coefMax = 4;
color[] = {0,0,0,1};
}; };
class ViewTower { class ViewTower {
icon = "\A3\ui_f\data\map\mapcontrol\viewtower_ca.paa"; icon = "\A3\ui_f\data\map\mapcontrol\viewtower_ca.paa";
color[] = {0, 0, 0, 1};
size = 16; size = 16;
importance = "2.5 * 16 * 0.05"; importance = "2.5 * 16 * 0.05";
coefMin = 0.5; coefMin = 0.5;
coefMax = 4; coefMax = 4;
color[] = {0,0,0,1};
}; };
}; };