Advertisement
Raimonds

dialogs_interior_only

May 5th, 2014
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. class RscPicture
  2. {
  3. access = 0;
  4. idc = -1;
  5. type = CT_STATIC;
  6. style = ST_PICTURE;
  7. colorBackground[] = {0,0,0,0};
  8. colorText[] = {1,1,1,1};
  9. font = "Bitstream";
  10. sizeEx = 0;
  11. lineSpacing = 0;
  12. text = "";
  13. fixedWidth = 0;
  14. shadow = 0;
  15. x = 0;
  16. y = 0;
  17. w = 0.2;
  18. h = 0.15;
  19. };
  20.  
  21. class RscFrame
  22. {
  23. type = CT_STATIC;
  24. idc = -1;
  25. style = ST_FRAME;
  26. shadow = 2;
  27. colorBackground[] = {1,1,1,1};
  28. colorText[] = {1,1,1,0.9};
  29. font = "Bitstream";
  30. sizeEx = 0.03;
  31. text = "";
  32. };
  33.  
  34. class BOX
  35. {
  36. type = CT_STATIC;
  37. idc = -1;
  38. style = ST_CENTER;
  39. shadow = 2;
  40. colorText[] = {1,1,1,1};
  41. font = "Bitstream";
  42. sizeEx = 0.02;
  43. colorBackground[] = { 0.2,0.2,0.2, 0.8 };
  44. text = "";
  45.  
  46. };
  47.  
  48. class RscCombo
  49. {
  50. access = 0;
  51. type = 4;
  52. style = 0;
  53. colorSelect[] = {0.023529,0,0.0313725,1};
  54. colorText[] = {0.023529,0,0.0313725,1};
  55. colorBackground[] = {0.95,0.95,0.95,1};
  56. colorScrollbar[] = {0.023529,0,0.0313725,1};
  57. soundSelect[] = {"",0.1,1};
  58. soundExpand[] = {"",0.1,1};
  59. soundCollapse[] = {"",0.1,1};
  60. maxHistoryDelay = 1;
  61. class ScrollBar
  62. {
  63. color[] = {1,1,1,0.6};
  64. colorActive[] = {1,1,1,1};
  65. colorDisabled[] = {1,1,1,0.3};
  66. shadow = 0;
  67. thumb = "\ca\ui\data\ui_scrollbar_thumb_ca.paa";
  68. arrowFull = "\ca\ui\data\ui_arrow_top_active_ca.paa";
  69. arrowEmpty = "\ca\ui\data\ui_arrow_top_ca.paa";
  70. border = "\ca\ui\data\ui_border_scroll_ca.paa";
  71. };
  72. x = 0;
  73. y = 0;
  74. w = 0.12;
  75. h = 0.035;
  76. shadow = 0;
  77. colorSelectBackground[] = {0.8784,0.8471,0.651,1};
  78. arrowEmpty = "\ca\ui\data\ui_arrow_combo_ca.paa";
  79. arrowFull = "\ca\ui\data\ui_arrow_combo_active_ca.paa";
  80. wholeHeight = 0.45;
  81. color[] = {0,0,0,0.6};
  82. colorActive[] = {0,0,0,1};
  83. colorDisabled[] = {0,0,0,0.3};
  84. font = "Zeppelin32";
  85. sizeEx = 0.03921;
  86. };
  87.  
  88. class RscShortcutButton
  89. {
  90. type = 16;
  91. x = 0.1;
  92. y = 0.1;
  93. class HitZone
  94. {
  95. left = 0.004;
  96. top = 0.029;
  97. right = 0.004;
  98. bottom = 0.029;
  99. };
  100. class ShortcutPos
  101. {
  102. left = 0.0145;
  103. top = 0.026;
  104. w = 0.0392157;
  105. h = 0.0522876;
  106. };
  107. class TextPos
  108. {
  109. left = 0.05;
  110. top = 0.034;
  111. right = 0.005;
  112. bottom = 0.005;
  113. };
  114. shortcuts[] = {};
  115. textureNoShortcut = "#(argb,8,8,3)color(0,0,0,0)";
  116. color[] = {0.8784,0.8471,0.651,1};
  117. color2[] = {0.95,0.95,0.95,1};
  118. colorDisabled[] = {1,1,1,0.25};
  119. colorBackground[] = {1,1,1,1};
  120. colorBackground2[] = {1,1,1,0.4};
  121. class Attributes
  122. {
  123. font = "Zeppelin32";
  124. color = "#E5E5E5";
  125. align = "left";
  126. shadow = "true";
  127. };
  128. idc = -1;
  129. style = 0;
  130. default = 0;
  131. shadow = 2;
  132. w = 0.183825;
  133. h = 0.104575;
  134. periodFocus = 1.2;
  135. periodOver = 0.8;
  136. animTextureNormal = "\ca\ui\data\ui_button_normal_ca.paa";
  137. animTextureDisabled = "\ca\ui\data\ui_button_disabled_ca.paa";
  138. animTextureOver = "\ca\ui\data\ui_button_over_ca.paa";
  139. animTextureFocused = "\ca\ui\data\ui_button_focus_ca.paa";
  140. animTexturePressed = "\ca\ui\data\ui_button_down_ca.paa";
  141. animTextureDefault = "\ca\ui\data\ui_button_default_ca.paa";
  142. period = 0.4;
  143. font = "Zeppelin32";
  144. size = 0.03921;
  145. sizeEx = 0.03921;
  146. text = "";
  147. soundEnter[] = {"\ca\ui\data\sound\onover",0.09,1};
  148. soundPush[] = {"\ca\ui\data\sound\new1",0,0};
  149. soundClick[] = {"\ca\ui\data\sound\onclick",0.07,1};
  150. soundEscape[] = {"\ca\ui\data\sound\onescape",0.09,1};
  151. action = "";
  152. class AttributesImage
  153. {
  154. font = "Zeppelin32";
  155. color = "#E5E5E5";
  156. align = "left";
  157. };
  158. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement