123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- class CfgSounds
- {
- sounds[] = {};
- class parasound
- {
- name = "parasound";
- sound[] = {"res\c130.ogg"};
- titles[] = {};
- };
-
- class track2
- {
- name = "track2";
- sound[] = {"Sounds\scrambleren.ogg", db50, 1.0};
- titles[] = {0,""};
- };
-
- class track3
- {
- name = "track3";
- sound[] = {"Sounds\fireonflightdeck.ogg", db50, 1.0};
- titles[] = {0,""};
- };
-
- class track4
- {
- name = "track4";
- sound[] = {"Sounds\underattack.ogg", db50, 1.0};
- titles[] = {0,""};
- };
-
- class track5
- {
- name = "track5";
- sound[] = {"Sounds\takeoff.ogg", db50, 1.0};
- titles[] = {0,""};
- };
-
- class track6
- {
- name = "track6";
- sound[] = {"Sounds\allengineers.ogg", db50, 1.0};
- titles[] = {0,""};
- };
- };
- class RscTitles
- {
- class intro1
- {
- name = "intro1";
- duration = 4;
- idd = -1;
- movingEnable = false;
- controls[]=
- {
- GenericLabelShadow, GenericLabel2
- };
- class GenericLabel2 {
- idc = -1;
- type = CT_STATIC ;
- style = ST_CENTER;
- colorText[] = COLOR_WHITE;
- colorBackground[] = COLOR_NOALPHA;
- font = FontM;
- sizeEx = 0.035 * safezoneH;
- x = 0.3 * safezoneW + safezoneX;
- w = 0.4 * safezoneW;
- y = 0.65 * safezoneH + safezoneY;
- h = 0.1 * safezoneH;
- text = "The Irish Ace presents";
- shadow = 1;
- };
- class GenericLabelShadow : GenericLabel2{
- shadow = 2;
- };
- };
- class intro2
- {
- name = "intro2";
- duration = 7;
- idd = -1;
- movingEnable = false;
- controls[]=
- {
- VersionLabelShadow, Splash, VersionLabel
- };
- class Splash {
- idc = -1;
- type = CT_STATIC ;
- style = ST_PICTURE;
- colorText[] = COLOR_WHITE;
- colorBackground[] = COLOR_NOALPHA;
- font = FontM;
- sizeEx = 0.1 * safezoneH;
- x = 0.325 * safezoneW + safezoneX;
- w = 0.35 * safezoneW;
- y = 0.2 * safezoneH + safezoneY;
- h = 0.6 * safezoneH;
- text = "res\splash_libe2.paa";
- };
- class VersionLabel {
- idc = -1;
- type = CT_STATIC ;
- style = ST_CENTER;
- shadow = 1;
- colorText[] = COLOR_WHITE;
- colorBackground[] = COLOR_NOALPHA;
- font = FontM;
- sizeEx = 0.035 * safezoneH;
- x = 0.45 * safezoneW + safezoneX;
- w = 0.3 * safezoneW;
- y = 0.65 * safezoneH + safezoneY;
- h = 0.1 * safezoneH;
- text = $STR_MISSION_VERSION;
- };
- class VersionLabelShadow : VersionLabel {
- shadow = 2;
- font = FontM;
- };
- };
- class blank
- {
- name = "blank";
- duration = 999999;
- idd = 6666;
- movingEnable = true;
- onLoad = "";
- controls[]={};
- };
- class fasttravel
- {
- name = "fasttravel";
- duration = 4;
- idd = -1;
- movingEnable = true;
- controls[]=
- {
- OuterBackground,GenericLabel111
- };
- class OuterBackground {
- idc = -1;
- type = CT_STATIC ;
- style = ST_LEFT;
- colorText[] = COLOR_BLACK;
- colorBackground[] = COLOR_BLACK;
- font = FontM;
- sizeEx = 0.023;
- x = -3; y = -3;
- w = 9; h = 9;
- text = "";
- };
- class GenericLabel111 {
- idc = -1;
- type = CT_STATIC ;
- style = ST_CENTER;
- colorText[] = COLOR_WHITE;
- colorBackground[] = COLOR_NOALPHA;
- font = FontM;
- sizeEx = 0.03;
- x = 0; y = 0.75;
- w = 1.0; h = 0.1;
- text = $STR_DEPLOY_IN_PROGRESS;
- };
- };
- class statusoverlay
- {
- name = "statusoverlay";
- duration = 999999;
- idd = 6666;
- movingEnable = true;
- onLoad = "uiNamespace setVariable ['GUI_OVERLAY', _this select 0];";
- controls[]= { BGPicture,LabelManpower,LabelAmmo,LabelFuel,LabelCap,PictureManpowerShadow,PictureAmmoShadow, BGPictureActiveSectors,
- PictureFuelShadow,PictureCapShadow,PictureManpower,PictureAmmo,PictureFuel,PictureCap,PictureCombatReadinessShadow,PictureCombatReadiness,
- PictureIntelShadow, PictureIntel, LabelIntel, PictureHeliShadow, PictureHeli, LabelHeli, PicturePlaneShadow, PicturePlane, LabelPlane,
- PictureFOBShadow, PictureFOB, LabelFOB,
- BGPictureSector, CaptureFrame_OPFOR, CaptureFrame_BLUFOR, CaptureFrame, LabelPoint, LabelCombatReadiness, CentralShadow, CentralLabel, ActiveSectors,
- AlertBGPicture, AlertLabel, AlertTimer };
- class BGPicture {
- idc = 758012;
- type = CT_STATIC;
- style = ST_PICTURE;
- colorText[] = {0.8,0.8,0.8,0.9};
- colorBackground[] = COLOR_NOALPHA;
- font = FontM;
- sizeEx = 0.5;
- x = 0.95 * safezoneW + safezoneX;
- w = 0.075 * safezoneW;
- y = 0.395 * safezoneH + safezoneY;
- h = 0.230 * safezoneH;
- text = "res\gradient.paa";
- };
- class BGPictureSector : BGPicture {
- idc = 201;
- x = 0.9 * safezoneW + safezoneX;
- w = 0.15 * safezoneW;
- y = 0.33 * safezoneH + safezoneY;
- h = 0.05 * safezoneH;
- };
- class GenericLabel69 {
- idc = -1;
- type = CT_STATIC;
- style = ST_RIGHT;
- colorBackground[] = COLOR_NOALPHA;
- font = FontM;
- sizeEx = 0.022 * safezoneH;
- x = 0.905 * safezoneW + safezoneX;
- w = 0.08 * safezoneW;
- y = 0.5225 * safezoneH + safezoneY;
- h = 0.04 * safezoneH;
- text = "";
- shadow = 2;
- };
- class CentralLabel : GenericLabel69 {
- idc = 266;
- type = CT_STATIC;
- style = ST_CENTER;
- colorText[] = {1,1,0,1};
- sizeEx = 0.03 * safezoneH;
- x = 0 * safezoneW + safezoneX;
- w = 1 * safezoneW;
- y = 0.2 * safezoneH + safezoneY;
- h = 0.05 * safezoneH;
- text = "";
- };
- class CentralShadow : CentralLabel {
- idc = 267;
- shadow = 1;
- };
- class GenericPicture69 {
- idc = -1;
- type = CT_STATIC;
- style = ST_PICTURE;
- colorText[] = {0.9,0.9,0.9,1};
- colorBackground[] = COLOR_NOALPHA;
- font = FontM;
- sizeEx = 0.5;
- x = 0.985 * safezoneW + safezoneX;
- w = 0.012 * safezoneW;
- h = 0.0213333333 * safezoneH;
- };
- class PictureManpower : GenericPicture69 {
- idc = 758001;
- y = (0.4 + ( ICONE_SPACY * 1 ) ) * safezoneH + safezoneY;
- text = "res\ui_manpo.paa";
- };
- class PictureAmmo : GenericPicture69 {
- idc = 758002;
- y = (0.4 + ( ICONE_SPACY * 2 ) ) * safezoneH + safezoneY;
- text = "res\ui_ammo.paa";
- };
- class PictureFuel : GenericPicture69 {
- idc = 758003;
- y = (0.4 + ( ICONE_SPACY * 3 ) ) * safezoneH + safezoneY;
- text = "res\ui_fuel.paa";
- };
- class PictureCap : GenericPicture69 {
- idc = 758004;
- y = (0.4 + ( ICONE_SPACY * 4 ) ) * safezoneH + safezoneY;
- text = "\a3\Ui_F_Curator\Data\Displays\RscDisplayCurator\modeGroups_ca.paa";
- };
- class PictureCombatReadiness : GenericPicture69 {
- idc = 135;
- y = (0.4 + ( ICONE_SPACY * 7 ) ) * safezoneH + safezoneY;
- text = "\A3\ui_f\data\map\markers\handdrawn\warning_CA.paa";
- };
- class PictureIntel : GenericPicture69 {
- idc = 758005;
- colorText[] = {0,0.45,0.95,1};
- y = (0.4 + ( ICONE_SPACY * 8 ) ) * safezoneH + safezoneY;
- text = "\A3\Ui_f\data\GUI\Cfg\Ranks\general_gs.paa";
- };
- class PictureManpowerShadow : PictureManpower {
- idc = 758006;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 1 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PictureAmmoShadow : PictureAmmo {
- idc = 758007;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 2 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PictureFuelShadow : PictureFuel {
- idc = 758008;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 3 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PictureCapShadow : PictureCap {
- idc = 758009;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 4 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PictureCombatReadinessShadow : PictureCombatReadiness {
- idc = 758010;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 7 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PictureIntelShadow : PictureIntel {
- idc = 758011;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 8 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PictureHeli : GenericPicture69 {
- idc = 758020;
- y = (0.4 + ( ICONE_SPACY * 5 ) ) * safezoneH + safezoneY;
- text = "\A3\air_f_beta\Heli_Transport_01\Data\UI\Map_Heli_Transport_01_base_CA.paa";
- };
- class PictureHeliShadow : PictureHeli {
- idc = 758021;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 5 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PicturePlane : GenericPicture69 {
- idc = 758022;
- y = (0.4 + ( ICONE_SPACY * 6 ) ) * safezoneH + safezoneY;
- text = "\A3\Air_F_EPC\Plane_CAS_01\Data\UI\Map_Plane_CAS_01_CA.paa";
- };
- class PicturePlaneShadow : PictureHeli {
- idc = 758023;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 6 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class PictureFOB : GenericPicture69 {
- idc = 758024;
- y = (0.4 + ( ICONE_SPACY * 0 ) ) * safezoneH + safezoneY;
- text = "\A3\ui_f\data\map\markers\handdrawn\flag_CA.paa";
- };
- class PictureFOBShadow : PictureHeli {
- idc = 758025;
- y = (0.4 + SHADOW_Y + ( ICONE_SPACY * 0 ) ) * safezoneH + safezoneY;
- x = (0.985 + SHADOW_X) * safezoneW + safezoneX;
- colorText[] = {0,0,0,0.7};
- };
- class LabelManpower : GenericLabel69 {
- idc = 101;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 1 ) ) * safezoneH + safezoneY;
- colorText[] = {0, 0.75, 0, 1};
- };
- class LabelAmmo : GenericLabel69 {
- idc = 102;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 2 ) ) * safezoneH + safezoneY;
- colorText[] = {0.75, 0, 0, 1};
- };
- class LabelFuel : GenericLabel69 {
- idc = 103;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 3 ) ) * safezoneH + safezoneY;
- colorText[] = {0.75, 0.75, 0, 1};
- };
- class LabelCap : GenericLabel69 {
- idc = 104;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 4 ) ) * safezoneH + safezoneY;
- colorText[] = {0.8, 0.8, 0.8, 1};
- };
- class LabelCombatReadiness : GenericLabel69 {
- idc = 105;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 7 ) ) * safezoneH + safezoneY;
- colorText[] = {0.8, 0.8, 0.8, 1};
- };
- class LabelIntel : GenericLabel69 {
- idc = 106;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 8 ) ) * safezoneH + safezoneY;
- colorText[] = {0, 0.45, 0.95, 1};
- };
- class LabelHeli : GenericLabel69 {
- idc = 107;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 5 ) ) * safezoneH + safezoneY;
- colorText[] = {0.8, 0.8, 0.8, 1};
- };
- class LabelPlane : GenericLabel69 {
- idc = 108;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 6 ) ) * safezoneH + safezoneY;
- colorText[] = {0.8, 0.8, 0.8, 1};
- };
- class LabelFOB : GenericLabel69 {
- idc = 109;
- text = "";
- y = (0.39 + ( ICONE_SPACY * 0 ) ) * safezoneH + safezoneY;
- colorText[] = {0.8, 0.8, 0.8, 1};
- };
- class CaptureFrameStandard {
- idc = -1;
- type = CT_STATIC;
- font = FontM;
- sizeEx = 0.023;
- text = "";
- };
- class CaptureFrame : CaptureFrameStandard {
- idc = 202;
- style = ST_FRAME;
- colorText[] = COLOR_BLACK;
- colorBackground[] = COLOR_OPFOR_NOALPHA;
- x = 0.9125 * safezoneW + safezoneX;
- w = 0.085 * safezoneW;
- y = 0.358 * safezoneH + safezoneY;
- h = 0.012 * safezoneH;
- };
- class CaptureFrame_OPFOR : CaptureFrameStandard{
- idc = 203;
- style = ST_TYPE;
- colorText[] = {0.6, 0, 0, 1};
- colorBackground[] = {0.6, 0, 0, 1};
- x = 0.9125 * safezoneW + safezoneX;
- w = 0.084 * safezoneW;
- y = 0.358 * safezoneH + safezoneY;
- h = 0.011 * safezoneH;
- };
- class CaptureFrame_BLUFOR : CaptureFrameStandard{
- idc = 244;
- style = ST_TYPE;
- colorText[] = {0, 0.2, 0.6, 1};
- colorBackground[] = {0, 0.2, 0.6, 1};
- x = 0.9125 * safezoneW + safezoneX;
- w = 0.084 * safezoneW;
- y = 0.358 * safezoneH + safezoneY;
- h = 0.011 * safezoneH;
- };
- class LabelPoint : GenericLabel69 {
- idc = 205;
- text = "";
- style = ST_RIGHT;
- sizeEx = 0.024 * safezoneH;
- x = 0.8 * safezoneW + safezoneX;
- w = 0.2 * safezoneW;
- y = 0.33 * safezoneH + safezoneY;
- h = 0.03 * safezoneH;
- colorText[] = {0.7, 0, 0, 1};
- };
- class ActiveSectors {
- idc = 516;
- type = CT_STRUCTURED_TEXT;
- colorBackground[] = COLOR_NOALPHA;
- style = ST_RIGHT;
- x = 0.7 * safezoneW + safezoneX;
- w = 0.295 * safezoneW;
- y = 0.8 * safezoneH + safezoneY;
- h = 0.2 * safezoneH;
- text= "";
- size = 0.02 * safezoneH;
- sizeEx = 0.02 * safezoneH;
- shadow = 2;
- font = FontM;
- color = "#e0e000";
- align = "right";
- valign = "top";
- };
- class BGPictureActiveSectors : BGPicture {
- idc = 517;
- x = 0.93 * safezoneW + safezoneX;
- w = 0.1 * safezoneW;
- y = 0.8 * safezoneH + safezoneY;
- h = 0.2 * safezoneH;
- };
- class AlertBGPicture : BGPicture {
- idc = 401;
- x = 0.9 * safezoneW + safezoneX;
- w = 0.15 * safezoneW;
- y = 0.27 * safezoneH + safezoneY;
- h = 0.05 * safezoneH;
- };
- class AlertLabel : GenericLabel69 {
- idc = 402;
- text = "";
- style = ST_CENTER;
- sizeEx = 0.022 * safezoneH;
- x = 0.9 * safezoneW + safezoneX;
- w = 0.1 * safezoneW;
- y = 0.2675 * safezoneH + safezoneY;
- h = 0.03 * safezoneH;
- colorText[] = {0.85, 0, 0, 1};
- };
- class AlertTimer : GenericLabel69 {
- idc = 403;
- text = "";
- style = ST_CENTER;
- sizeEx = 0.026 * safezoneH;
- x = 0.9 * safezoneW + safezoneX;
- w = 0.1 * safezoneW;
- y = 0.29 * safezoneH + safezoneY;
- h = 0.03 * safezoneH;
- colorText[] = {0.85, 0, 0, 1};
- };
- };
- };
|