Advertisement
Guest User

Untitled

a guest
Mar 14th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 5.59 KB | None | 0 0
  1. span class="re5"> class CBX_RscShortcutButton {
  2.     idc = -1;
  3.     style = 0;
  4.     default = 0;
  5.     shadow = 1;
  6.     w = 0.183825;
  7.     h = "((((safezoneW / safezoneH) min 1.2) / 1.2) / 20)";
  8.     color[] = {1,1,1,1.0};
  9.     colorFocused[] = {1,1,1,1.0};
  10.     color2[] = {0.95,0.95,0.95,1};
  11.     colorDisabled[] = {1,1,1,0.25};
  12.     colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
  13.     colorBackgroundFocused[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.69])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.75])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.5])",1};
  14.     colorBackground2[] = {1,1,1,1};
  15.     animTextureDefault = "\A3\ui_f\data\GUI\RscCommon\RscShortcutButton\normal_ca.paa";
  16.     animTextureNormal = "\A3\ui_f\data\GUI\RscCommon\RscShortcutButton\normal_ca.paa";
  17.     animTextureDisabled = "\A3\ui_f\data\GUI\RscCommon\RscShortcutButton\normal_ca.paa";
  18.     animTextureOver = "\A3\ui_f\data\GUI\RscCommon\RscShortcutButton\over_ca.paa";
  19.     animTextureFocused = "\A3\ui_f\data\GUI\RscCommon\RscShortcutButton\focus_ca.paa";
  20.     animTexturePressed = "\A3\ui_f\data\GUI\RscCommon\RscShortcutButton\down_ca.paa";
  21.     periodFocus = 1.2;
  22.     periodOver = 0.8;
  23.     class HitZone
  24.     {
  25.         left = 0.0;
  26.         top = 0.0;
  27.         right = 0.0;
  28.         bottom = 0.0;
  29.     };
  30.     class ShortcutPos
  31.     {
  32.         left = 0;
  33.         top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
  34.         w = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1) * (3/4)";
  35.         h = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
  36.     };
  37.     class TextPos
  38.     {
  39.         left = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1) * (3/4)";
  40.         top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 20) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
  41.         right = 0.005;
  42.         bottom = 0.0;
  43.     };
  44.     period = 0.4;
  45.     font = "PuristaSemibold";
  46.     size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
  47.     sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
  48.     text = "";
  49.     soundEnter[] = {"\A3\ui_f\data\sound\RscButton\soundEnter",0.09,1};
  50.     soundPush[] = {"\A3\ui_f\data\sound\RscButton\soundPush",0.09,1};
  51.     soundClick[] = {"\A3\ui_f\data\sound\RscButton\soundClick",0.09,1};
  52.     soundEscape[] = {"\A3\ui_f\data\sound\RscButton\soundEscape",0.09,1};
  53.     action = "";
  54.     class Attributes
  55.     {
  56.         font = "PuristaSemibold";
  57.         color = "#E5E5E5";
  58.         align = "left";
  59.         shadow = "true";
  60.     };
  61.     class AttributesImage
  62.     {
  63.         font = "PuristaSemibold";
  64.         color = "#E5E5E5";
  65.         align = "left";
  66.     };
  67. };
  68.  
  69. class CBX_RscButtonInvisable : CBX_RscShortcutButton
  70. {
  71.     idc = -1;
  72.     type = 16;
  73.     style = "0x02 + 0xC0";
  74.     default = 0;
  75.     shadow = 0;
  76.     x = 0;
  77.     y = 0;
  78.     w = 0.095589;
  79.     h = 0.039216;
  80.     animTextureNormal = "#(argb,8,8,3)color(1,1,1,1)";
  81.     animTextureDisabled = "#(argb,8,8,3)color(1,1,1,1)";
  82.     animTextureOver = "#(argb,8,8,3)color(1,1,1,1)";
  83.     animTextureFocused = "#(argb,8,8,3)color(1,1,1,1)";
  84.     animTexturePressed = "#(argb,8,8,3)color(1,1,1,1)";
  85.     animTextureDefault = "#(argb,8,8,3)color(1,1,1,1)";
  86.     colorBackground[] = {0,0,0,0};
  87.     colorBackgroundFocused[] = {0,0,0,0};
  88.     colorBackground2[] = {0,0,0,0};
  89.     color[] = {0,0,0,0};
  90.     colorFocused[] = {0,0,0,0};
  91.     color2[] = {0,0,0,0};
  92.     colorText[] = {0,0,0,0};
  93.     colorDisabled[] = {1,1,1,0.25};
  94.     period = 1.2;
  95.     periodFocus = 1.2;
  96.     periodOver = 1.2;
  97.     size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
  98.     sizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
  99.     tooltipColorText[] = {1,1,1,1};
  100.     tooltipColorBox[] = {1,1,1,1};
  101.     tooltipColorShade[] = {0,0,0,0.65};
  102.     class TextPos
  103.     {
  104.         left = "0.25 * (((safezoneW / safezoneH) min 1.2) / 40)";
  105.         top = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) - (((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)) / 2";
  106.         right = 0.005;
  107.         bottom = 0.0;
  108.     };
  109.     class Attributes
  110.     {
  111.         font = "PuristaLight";
  112.         color = "#E5E5E5";
  113.         align = "left";
  114.         shadow = "false";
  115.     };
  116.     class ShortcutPos
  117.     {
  118.         left = "(6.25 * (((safezoneW / safezoneH) min 1.2) / 40)) - 0.0225 - 0.005";
  119.         top = 0.005;
  120.         w = 0.0225;
  121.         h = 0.03;
  122.     };
  123.     soundEnter[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundEnter",0.09,1};
  124.     soundPush[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundPush",0.09,1};
  125.     soundClick[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundClick",0.09,1};
  126.     soundEscape[] = {"\A3\ui_f\data\sound\RscButtonMenu\soundEscape",0.09,1};
  127.     textureNoShortcut = "";
  128. };
  129. class CBX_RscPicture {
  130.     shadow = 0;
  131.     type = 0;
  132.     style = 48;
  133.     sizeEx = 0.023;
  134.     font = "RobotoCondensed";
  135.     colorBackground[] = {};
  136.     colorText[] = {};
  137.     x = 0;
  138.     y = 0;
  139.     w = 0.2;
  140.     h = 0.15;
  141.     tooltipColorText[] = {1,1,1,1};
  142.     tooltipColorBox[] = {1,1,1,1};
  143.     tooltipColorShade[] = {0,0,0,0.65};
  144. };
  145.  
  146. class CBX_RscStructuredText {
  147.     type = 13;
  148.     style = 0;
  149.     x = 0;
  150.     y = 0;
  151.     h = 0.035;
  152.     w = 0.1;
  153.     text = "";
  154.     size = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
  155.     colorText[] = {1, 1, 1, 1.0};
  156.     shadow = 1;
  157.  
  158.     class Attributes {
  159.         font = "RobotoCondensed";
  160.         color = "#ffffff";
  161.         align = "left";
  162.         shadow = 1;
  163.     };
  164. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement