Advertisement
Fury6

text.sii

Sep 19th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.61 KB | None | 0 0
  1. SiiNunit {
  2. ui::text_template : txt.editor0 {
  3. name: "Editor small"
  4. text: "<align hstyle=center vstyle=center><font face=/font/editor.font>%0</font></align>"
  5. }
  6. ui::text_template : txt.editor1 {
  7. name: "Editor small left"
  8. text: "<align vstyle=center><font face=/font/editor.font>%0</font></align>"
  9. }
  10.  
  11.  
  12. ################
  13. # Normal font styles
  14. ################
  15. ui::text_template : txt.normal.left {
  16. name: "Normal Left Aligned"
  17. text: "<align hstyle=left vstyle=center><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  18. }
  19. ui::text_template : txt.normal.black.left_t {
  20. name: "Normal Black Left"
  21. text: "<align hstyle=left vstyle=top><font face=/font/normal.font><color value=FF000000>%0</font></align>"
  22. }
  23. ui::text_template : txt.normal.color.left {
  24. name: "Normal Coloured Left Aligned"
  25. text: "<align hstyle=left vstyle=center><font face=/font/normal.font><color value=%0>%1</font></align>"
  26. }
  27. ui::text_template : txt.normal.left.top {
  28. name: "Normal Left Top"
  29. text: "<align hstyle=left vstyle=top><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  30. }
  31. ui::text_template : txt.normal.left.bottom {
  32. name: "Normal Left Bottom"
  33. text: "<align hstyle=left vstyle=bottom><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  34. }
  35. ui::text_template : txt.normal.center {
  36. name: "Normal Center Aligned"
  37. text: "<align hstyle=center vstyle=center><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  38. }
  39. ui::text_template : txt.country {
  40. name: "Normal Center Aligned country name"
  41. text: "<align hstyle=center vstyle=center><font face=/font/normal.font><color value=@@clr_txt_d@@>%0</font></align>"
  42. }
  43.  
  44. ui::text_template : txt.normal.white.center {
  45. name: "Normal Centered White"
  46. text: "<align hstyle=center vstyle=center><font face=/font/normal.font><color value=@@clr_white@@>%0</font></align>"
  47. }
  48.  
  49. ui::text_template : txt.normal.color.center {
  50. name: "Normal Coloured Center Aligned"
  51. text: "<align hstyle=center vstyle=center><font face=/font/normal.font><color value=%0>%1</font></align>"
  52. }
  53. ui::text_template : txt.normal.center.top {
  54. name: "Normal Center Top"
  55. text: "<align hstyle=center vstyle=top><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  56. }
  57. ui::text_template : txt.normal.right {
  58. name: "Normal Right Aligned"
  59. text: "<align hstyle=right vstyle=center><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  60. }
  61. ui::text_template : txt.normal.color.right {
  62. name: "Normal Coloured Right Aligned"
  63. text: "<align hstyle=right vstyle=center><font face=/font/normal.font><color value=%0>%1</font></align>"
  64. }
  65. ui::text_template : txt.normal.right.top {
  66. name: "Normal Right Top"
  67. text: "<align hstyle=right vstyle=top><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  68. }
  69. ui::text_template : txt.normal.bcg {
  70. name: "Normal on Dark Background"
  71. text: "<color value=8C090909><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=-1><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><ret>
  72. <align vstyle=center left=20><color value=@@clr_txt@@><font face=/font/normal.font>%0</font></align>"
  73. }
  74. ui::text_template : txt.normal.bcg_offset {
  75. name: "Normal on Dark Background with offset"
  76. text: "<color value=8C090909><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=-1><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><ret>
  77. <align vstyle=center><offset hshift=%0><color value=@@clr_txt@@><font face=/font/normal.font>%1</font></align>"
  78. }
  79. ui::text_template : txt.normal.bcg.clr {
  80. name: "Normal on Dark Background colored"
  81. text: "<color value=8C090909><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=-1><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><ret>
  82. <align vstyle=center><offset hshift=20><color value=%1><font face=/font/normal.font>%0</font></align>"
  83. }
  84. ui::text_template : txt.normal.bcg.lgt {
  85. name: "Normal on Light Background"
  86. text: "<color value=8C323232><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=-1><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><ret>
  87. <align vstyle=center><offset hshift=20><color value=@@clr_txt@@><font face=/font/normal.font>%0</font></align>"
  88. }
  89.  
  90.  
  91.  
  92. ################
  93. # Thin font styles
  94. ################
  95. ui::text_template : txt.thin {
  96. name: "Thin Centered"
  97. text: "<align hstyle=center vstyle=center><font face=/font/normal.font xscale=0.9><color value=@@clr_txt@@>%0</font></align>"
  98. }
  99. ui::text_template : txt.thin.left {
  100. name: "Thin Left Aligned"
  101. text: "<align hstyle=left vstyle=center><font face=/font/normal.font xscale=0.9><color value=@@clr_txt@@>%0</font></align>"
  102. }
  103. ui::text_template : txt.thin.right {
  104. name: "Thin Right Aligned"
  105. text: "<align hstyle=right vstyle=center><font face=/font/normal.font xscale=0.9><color value=@@clr_txt@@>%0</font></align>"
  106. }
  107. ui::text_template : txt.thin.right.top {
  108. name: "Thin Right Top"
  109. text: "<align hstyle=right vstyle=top><font face=/font/normal.font xscale=0.9><color value=@@clr_txt@@>%0</font></align>"
  110. }
  111. ui::text_template : txt.thin.top {
  112. name: "Thin Top Center Aligned"
  113. text: "<align hstyle=center><font face=/font/normal.font xscale=0.9><color value=@@clr_txt@@>%0</font></align>"
  114. }
  115.  
  116. ################
  117. # Small font styles
  118. ################
  119. ui::text_template : txt.small.center {
  120. name: "Small Centered"
  121. text: "<align hstyle=center vstyle=center><font face=/font/small.font><color value=@@clr_txt@@>%0</font></align>"
  122. }
  123. ui::text_template : txt.small.left {
  124. name: "Small Left Aligned"
  125. text: "<align hstyle=left vstyle=center><font face=/font/small.font><color value=@@clr_txt@@>%0</font></align>"
  126. }
  127. ui::text_template : txt.thin.left.top {
  128. name: "Small Top Left Aligned"
  129. text: "<align hstyle=left vstyle=top><font face=/font/small.font><color value=@@clr_txt@@>%0</font></align>"
  130. }
  131. ui::text_template : txt.small.right {
  132. name: "Small Right Aligned"
  133. text: "<align hstyle=right vstyle=center><font face=/font/small.font><color value=@@clr_txt@@>%0</font></align>"
  134. }
  135.  
  136. ################
  137. # Big font styles
  138. ################
  139. ui::text_template : txt.big.center {
  140. name: "Big Centered"
  141. text: "<align hstyle=center vstyle=center><font face=/font/big.font><color value=@@clr_txt@@>%0</font></align>"
  142. }
  143.  
  144. ui::text_template : txt.big.left.top {
  145. name: "Big Left Top"
  146. text: "<align hstyle=left vstyle=top><font face=/font/big.font><color value=@@clr_txt@@>%0</font></align>"
  147. }
  148.  
  149. ui::text_template : txt.big.left {
  150. name: "Big Left Aligned"
  151. text: "<align hstyle=left vstyle=center><font face=/font/big.font><color value=@@clr_txt@@>%0</font></align>"
  152. }
  153.  
  154. ui::text_template : txt.big.orange.left {
  155. name: "Big Orange Left Aligned"
  156. text: "<align hstyle=left vstyle=center><font face=/font/big.font><color value=@@clr_sel@@>%0</font></align>"
  157. }
  158.  
  159. ui::text_template : txt.big.white.center {
  160. name: "Big White Centered"
  161. text: "<align hstyle=center vstyle=center><font face=/font/big.font><color value=@@clr_white@@>%0</font></align>"
  162. }
  163.  
  164. ui::text_template : txt.big.color.center {
  165. name: "Big Coloured Center Aligned"
  166. text: "<align hstyle=center vstyle=center><font face=/font/big.font><color value=%0>%1</font></align>"
  167. }
  168.  
  169. ui::text_template : txt.big.angle {
  170. name: "Big Centered Angle"
  171. text: "<color value=@@clr_txt@@><align hstyle=center vstyle=center><font face=/font/big.font>%0°</font></align>"
  172. }
  173.  
  174. ################
  175. # Emphasized font styles
  176. ################
  177. ui::text_template : txt.emph {
  178. name: "Emphasized Centered"
  179. text: "<align hstyle=center vstyle=center><font face=/font/normal.font><color value=@@clr_sel@@>%0</font></align>"
  180. }
  181. ui::text_template : txt.emph.left {
  182. name: "Emphasized Left Aligned"
  183. text: "<align hstyle=left vstyle=center><font face=/font/normal.font><color value=@@clr_sel@@>%0</font></align>"
  184. }
  185. ui::text_template : txt.emph.left.top {
  186. name: "Emphasized Left Top"
  187. text: "<align hstyle=left vstyle=top><font face=/font/normal.font><color value=@@clr_sel@@>%0</font></align>"
  188. }
  189. ui::text_template : txt.emph.right {
  190. name: "Emphasized Right Aligned"
  191. text: "<align hstyle=right vstyle=center><font face=/font/normal.font><color value=@@clr_sel@@>%0</font></align>"
  192. }
  193. ui::text_template : txt.emph.big.left {
  194. name: "Emphasized Big Left Aligned"
  195. text: "<align hstyle=left vstyle=center><font face=/font/big.font><color value=@@clr_sel@@>%0</font></align>"
  196. }
  197. ui::text_template : txt.emph.big.center {
  198. name: "Emphasized Big Centered"
  199. text: "<align hstyle=center vstyle=center><font face=/font/big.font><color value=@@clr_sel@@>%0</font></align>"
  200. }
  201. ui::text_template : txt.emph.small.left.top {
  202. name: "Emphasized Small Left Top"
  203. text: "<align hstyle=left vstyle=top><font face=/font/small.font><color value=@@clr_sel@@>%0</font></align>"
  204. }
  205.  
  206. ################
  207. # Help font styles
  208. ################
  209. ui::text_template : txt.help {
  210. name: "Help Centered"
  211. text: "<align hstyle=center vstyle=center><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align>"
  212. }
  213.  
  214. ui::text_template : txt.help.left.top {
  215. name: "Help Left Top"
  216. text: "<align hstyle=left vstyle=top><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align>"
  217. }
  218.  
  219. ui::text_template : txt.help.left.center {
  220. name: "Help Left Center"
  221. text: "<align hstyle=left vstyle=center><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align>"
  222. }
  223.  
  224. ui::text_template : txt.help.center.top {
  225. name: "Help Center Top"
  226. text: "<align hstyle=center vstyle=top><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align>"
  227. }
  228.  
  229. ui::text_template : txt.help.big.center {
  230. name: "Help Big Centered"
  231. text: "<align hstyle=center vstyle=center><font face=/font/big.font><color value=@@clr_help@@>%0</font></align>"
  232. }
  233.  
  234.  
  235.  
  236. ################
  237. # Title font styles
  238. ################
  239.  
  240. ui::text_template : txt.title.center {
  241. name: "Title Center Aligned"
  242. text: "<offset vshift=2><align hstyle=center vstyle=center><font face=/font/title.font>%0</font></align>"
  243. }
  244.  
  245.  
  246. ui::text_template : txt.mirrors {
  247. name: "HUD Mirrors"
  248. text: "<img src=/material/environment/%0_mirror_reflection.mat xscale=stretch yscale=stretch top=0.85 bottom=0.15>"
  249. }
  250.  
  251.  
  252. ################
  253. # Frames and windows
  254. ################
  255.  
  256. ui::text_template : txt.frame {
  257. name: "Frame"
  258. text: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch color=FF101010>"
  259. }
  260.  
  261. ui::text_template : txt.frame.bcg {
  262. name: "Text background"
  263. text: "<img src=/material/ui/text_bgr.mat right=p1><img src=/material/ui/text_bgr.mat right=p1 left=p1 width=-1><img src=/material/ui/text_bgr.mat left=p506 right=p507>"
  264. }
  265.  
  266. ui::text_template : txt.window.bcg {
  267. name: "Window, Background"
  268. text: "<img src=/material/ui/window/window_bcg.mat left=p50 top=p7 bottom=p760><img src=/material/ui/window/window_bcg.mat right=p50 left=p1024 top=p7 bottom=p760>"
  269. }
  270.  
  271.  
  272.  
  273. ui::text_template : txt.window.dyn_bcg0 {
  274. name: "Window dyn. background (line)"
  275. text: "<img src=/material/ui/window/bcg2.mat left=p54 top=p78 right=p70>
  276. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p70 width=%0>
  277. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p256><img src=/material/ui/window/bcg2.mat left=p256 top=p78 right=p70>
  278. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p70 width=%0>
  279. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p54><br>
  280. <img src=/material/ui/window/bcg2.mat left=p54 top=p100 right=p70 bottom=p101 height=-67>
  281. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p70 bottom=p101 height=-67 width=%0>
  282. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p70 bottom=p101 height=-67 width=372>
  283. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p70 bottom=p101 height=-67 width=%0>
  284. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p54 bottom=p101 height=-67>
  285. <img src=/material/ui/window/bcg0.mat left=p54 bottom=p70 right=p70>
  286. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p70 width=%0>
  287. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p256><img src=/material/ui/window/bcg0.mat left=p256 bottom=p70 right=p70>
  288. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p70 width=%0>
  289. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p54>"
  290. }
  291.  
  292. ui::text_template : txt.window.dyn_bcg.nl {
  293. name: "Window dyn. background (no line)"
  294. text: "<img src=/material/ui/window/bcg2.mat left=p54 top=p78 right=p70>
  295. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p70 width=%0>
  296. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p256><img src=/material/ui/window/bcg2.mat left=p256 top=p78 right=p70>
  297. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p70 width=%0>
  298. <img src=/material/ui/window/bcg2.mat left=p70 top=p78 right=p54><br>
  299. <img src=/material/ui/window/bcg2.mat left=p54 top=p100 right=p70 bottom=p101 height=-64>
  300. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p70 bottom=p101 height=-64 width=%0>
  301. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p70 bottom=p101 height=-64 width=372>
  302. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p70 bottom=p101 height=-64 width=%0>
  303. <img src=/material/ui/window/bcg2.mat left=p70 top=p100 right=p54 bottom=p101 height=-64>
  304. <img src=/material/ui/window/bcg0.mat left=p54 bottom=p70 right=p70>
  305. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p70 width=%0>
  306. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p256><img src=/material/ui/window/bcg0.mat left=p256 bottom=p70 right=p70>
  307. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p70 width=%0>
  308. <img src=/material/ui/window/bcg0.mat left=p70 bottom=p70 right=p54>"
  309. }
  310.  
  311. ui::text_template : txt.window.dyn_bcg.dark {
  312. name: "Window dyn. background (dark inside)"
  313. text: "<img src=/material/ui/window/bcg3.mat left=p54 top=p6 right=p76>
  314. <img src=/material/ui/window/bcg3.mat left=p76 top=p6 right=p76 width=%0>
  315. <img src=/material/ui/window/bcg3.mat left=p76 top=p6 right=p256><img src=/material/ui/window/bcg3.mat left=p256 top=p6 right=p76>
  316. <img src=/material/ui/window/bcg3.mat left=p76 top=p6 right=p76 width=%0>
  317. <img src=/material/ui/window/bcg3.mat left=p76 top=p6 right=p54><br>
  318. <img src=/material/ui/window/bcg3.mat left=p54 top=p96 right=p76 height=-64>
  319. <img src=/material/ui/window/bcg3.mat left=p76 top=p96 right=p76 height=-64 width=%0>
  320. <img src=/material/ui/window/bcg3.mat left=p76 top=p96 right=p256 height=-64><img src=/material/ui/window/bcg3.mat left=p256 top=p96 right=p76 height=-64>
  321. <img src=/material/ui/window/bcg3.mat left=p76 top=p96 right=p76 height=-64 width=%0>
  322. <img src=/material/ui/window/bcg3.mat left=p76 top=p96 right=p54 height=-64>
  323. <img src=/material/ui/window/bcg1.mat left=p54 bottom=p70 right=p76>
  324. <img src=/material/ui/window/bcg1.mat left=p76 bottom=p70 right=p76 width=%0>
  325. <img src=/material/ui/window/bcg1.mat left=p76 bottom=p70 right=p256><img src=/material/ui/window/bcg1.mat left=p256 bottom=p70 right=p76>
  326. <img src=/material/ui/window/bcg1.mat left=p76 bottom=p70 right=p76 width=%0>
  327. <img src=/material/ui/window/bcg1.mat left=p76 bottom=p70 right=p54>"
  328. }
  329.  
  330. ui::text_template : txt.window.thin_static {
  331. name: "Window thin static"
  332. text: "<img src=/material/ui/mod_manager/right_top_window.mat left=p72 top=p2>
  333. <img src=/material/ui/mod_manager/right_top_window.mat left=1 right=p72 top=p2>
  334. <img src=/material/ui/mod_manager/right_top_window.mat left=p72 right=p256 top=p400 bottom=p410 height=-379>
  335. <img src=/material/ui/mod_manager/right_top_window.mat left=p256 right=p72 top=p400 bottom=p410 height=-125>
  336. <img src=/material/ui/mod_manager/right_bottom_window.mat left=p72 top=p2>
  337. <img src=/material/ui/mod_manager/right_bottom_window.mat left=1 right=p72 top=p2>"
  338. }
  339.  
  340. ui::text_template : txt.window.thick_static.tool {
  341. name: "Window thick dyn. toolbar"
  342. text: "<img src=/material/ui/mod_manager/left_top_window.mat left=p23 top=p2 height=256><img src=/material/ui/mod_manager/left_top_window.mat right=p23 left=1 top=p2 height=256>
  343. <img src=/material/ui/mod_manager/left_top_window.mat top=p220 bottom=p221 height=-383 left=p23 right=p512>
  344. <img src=/material/ui/mod_manager/left_top_window.mat top=p220 buttom=p221 height=-127 right=p23 left=p512><img src=/material/ui/mod_manager/left_bottom_window.mat left=p23 right=p512>
  345. <img src=/material/ui/mod_manager/left_bottom_window.mat right=p23 left=p512>"
  346. }
  347.  
  348. ui::text_template : txt.window.money {
  349. name: "Money in title bar"
  350. text: "<align hstyle=right vstyle=center><font face=/font/normal.font><color value=@@clr_txt@@>@@your_money@@ <color value=@@clr_sel@@>%0</font></align>"
  351. }
  352.  
  353. ################
  354. # News (profile selector)
  355. ################
  356. ui::text_template : txt.news.image.wait {
  357. name: "News - image - wait cursor"
  358. text: "<align hstyle=center vstyle=center><img src=/material/ui/wait.mat></align>"
  359. }
  360.  
  361. ui::text_template : txt.news.image {
  362. name: "News - image"
  363. text: "<img src=%0>"
  364. }
  365.  
  366. # DLC Browser template
  367.  
  368. ui::text_template : txt.dlc_browser.info {
  369. name: "DLC Browser info"
  370. text: " <ret><align hstyle=left vstyle=bottom><img src=/material/ui/button/%0.mat width=32 height=32>
  371. <ret><offset hshift=42 vshift=0><font face=/font/normal.font><color value=@@clr_white@@>%3</font>
  372. <ret><offset hshift=42 vshift=16><font face=/font/normal.font><color value=%1>%2</font>"
  373. }
  374.  
  375. ################
  376. # Misc styles
  377. ################
  378. ui::text_template : txt.ttip_simple.up {
  379. name: "Tooltip simple UP"
  380. text: "<align hstyle=center><img src=/material/ui/tooltip/corner_s.mat><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0><br><img src=/material/ui/tooltip/corner_s.mat left=p6 width=-10 height=-25><img src=/material/ui/tooltip/corner_s.mat left=p6 height=-25><br><img src=/material/ui/tooltip/corner_s.mat top=1 bottom=0><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0 top=1 bottom=0><br><img src=/material/ui/tooltip/arrow_s_h.mat top=1 bottom=0></align><ret><offset vshift=-10><align hstyle=center vstyle=center><font face=/font/normal.font>%0</font></align>"
  381. }
  382.  
  383. ui::text_template : txt.ttip_simple.up_shift {
  384. name: "Tooltip simple UP, shifted"
  385. text: "<align hstyle=left><img src=/material/ui/tooltip/corner_s.mat><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0><br><img src=/material/ui/tooltip/corner_s.mat left=p6 width=-10 height=-25><img src=/material/ui/tooltip/corner_s.mat left=p6 height=-25><br><img src=/material/ui/tooltip/corner_s.mat top=1 bottom=0><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0 top=1 bottom=0><br><offset hshift=%0><img src=/material/ui/tooltip/arrow_s_h.mat top=1 bottom=0></align><ret><offset vshift=-10><margin left=%1 right=-%1><align hstyle=center vstyle=center><font face=/font/normal.font>%2</font></align></margin>"
  386. }
  387.  
  388. ui::text_template : txt.ttip_simple.down {
  389. name: "Tooltip simple DOWN"
  390. text: "<offset vshift=-8><align hstyle=center><img src=/material/ui/tooltip/arrow_s_h.mat><br><img src=/material/ui/tooltip/corner_s.mat><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0><br><img src=/material/ui/tooltip/corner_s.mat left=p6 width=-10 height=-16><img src=/material/ui/tooltip/corner_s.mat left=p6 height=-16><br><img src=/material/ui/tooltip/corner_s.mat top=1 bottom=0><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0 top=1 bottom=0></align><ret><offset vshift=10><align hstyle=center vstyle=center><font face=/font/normal.font>%0</font></align>"
  391. }
  392.  
  393. ui::text_template : txt.ttip_simple.down.arrow.left {
  394. name: "Tooltip simple DOWN ARROW LEFT"
  395. text: "<offset vshift=-8><offset hshift=10><align hstyle=left><img src=/material/ui/tooltip/arrow_s_h.mat><br><img src=/material/ui/tooltip/corner_s.mat><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0><br><img src=/material/ui/tooltip/corner_s.mat left=p6 width=-10 height=-16><img src=/material/ui/tooltip/corner_s.mat left=p6 height=-16><br><img src=/material/ui/tooltip/corner_s.mat top=1 bottom=0><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0 top=1 bottom=0></align><ret><offset vshift=10><align hstyle=center vstyle=center><font face=/font/normal.font>%0</font></align>"
  396. }
  397.  
  398. ui::text_template : txt.ttip_simple.down.arrow.right {
  399. name: "Tooltip simple DOWN ARROW RIGHT"
  400. text: "<offset vshift=-8><align hstyle=right right=-10><img src=/material/ui/tooltip/arrow_s_h.mat><br><align hstyle=left right=0><img src=/material/ui/tooltip/corner_s.mat><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0><br><img src=/material/ui/tooltip/corner_s.mat left=p6 width=-10 height=-16><img src=/material/ui/tooltip/corner_s.mat left=p6 height=-16><br><img src=/material/ui/tooltip/corner_s.mat top=1 bottom=0><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-16><img src=/material/ui/tooltip/corner_s.mat left=1 right=0 top=1 bottom=0></align><ret><offset vshift=10><align hstyle=center vstyle=center><font face=/font/normal.font>%0</font></align>"
  401. }
  402.  
  403. ui::text_template : txt.ttip_simple.right {
  404. name: "Tooltip simple RIGHT"
  405. text: "<align vstyle=center><img src=/material/ui/tooltip/corner_s.mat><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-24><img src=/material/ui/tooltip/corner_s.mat left=1 right=0><br><img src=/material/ui/tooltip/corner_s.mat left=p6 width=-8 height=-16><offset vshift=4><img src=/material/ui/tooltip/arrow_s_v.mat><br><img src=/material/ui/tooltip/corner_s.mat top=1 bottom=0><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-24><img src=/material/ui/tooltip/corner_s.mat left=1 right=0 top=1 bottom=0></align><ret><offset hshift=-10><align hstyle=center vstyle=center><font face=/font/normal.font>%0</font></align>"
  406. }
  407.  
  408. ui::text_template : txt.ttip_simple.left {
  409. name: "Tooltip simple LEFT"
  410. text: "<offset vshift=17><img src=/material/ui/tooltip/arrow_s_v.mat left=1 right=0><ret>
  411. <offset hshift=7><align hstyle=right><img src=/material/ui/tooltip/corner_s.mat><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-17><img src=/material/ui/tooltip/corner_s.mat right=0 left=1><br><offset hshift=7><img src=/material/ui/tooltip/corner_s.mat left=p4 right=p8 width=-1 height=-16><br><offset hshift=7><img src=/material/ui/tooltip/corner_s.mat top=1 bottom=0><img src=/material/ui/tooltip/corner_s.mat left=p4 rightp8 width=-17><img src=/material/ui/tooltip/corner_s.mat right=0 left=1 top=1 bottom=0><ret><align hstyle=center vstyle=center><font face=/font/normal.font>%0
  412. "
  413. }
  414.  
  415. ui::text_template : txt.ttip_fixed.up {
  416. name: "Tooltip fixed UP"
  417. text: "<align hstyle=right right=-3><img src=/material/ui/tooltip/corner.mat bottom=0 top=1><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=p32 right=p32 width=-32><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=1 right=0><br><img src=/material/ui/tooltip/corner.mat bottom=p0 top=p10 height=45><img src=/material/ui/tooltip/corner.mat bottom=p0 top=p10 left=p32 right=p32 width=-32 height=45><img src=/material/ui/tooltip/corner.mat bottom=p0 top=p10 left=1 right=0 height=45><br><img src=/material/ui/tooltip/corner.mat bottom=1 top=0><img src=/material/ui/tooltip/corner.mat bottom=1 top=0 left=p32 right=p32 width=85><img src=/material/ui/tooltip/arrow_v.mat right=p31><img src=/material/ui/tooltip/corner.mat bottom=1 top=0 left=p114 right=p00></align><ret><align hstyle=center vstyle=center><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  418. }
  419.  
  420. ui::text_template : txt.ttip_framed.right {
  421. name: "Tooltip RIGHT"
  422. text: "<img src=/material/ui/tooltip/corner.mat bottom=0 top=1><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=1 width=-32><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=1 right=0><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 height=-64><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 right=p36 left=p34 width=-35 height=-32><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 right=0 left=p35 height=-32><img src=/material/ui/tooltip/corner.mat><img src=/material/ui/tooltip/corner.mat left=1 width=-32><img src=/material/ui/tooltip/corner.mat left=1 right=0>
  423. <ret>
  424. <align hstyle=left vstyle=center>
  425. <img src=/material/ui/tooltip/arrow_h.mat right=p15 top=p7 bottom=p24 height=17>
  426. </align>
  427. <ret>
  428. <margin left=26 right=-20><align hstyle=left vstyle=center>
  429. <font face=/font/normal.font><color value=@@clr_txt@@>%0</font>
  430. </margin></align>"
  431. }
  432.  
  433. ui::text_template : txt.ttip_framed.down {
  434. name: "Tooltip DOWN"
  435. text: "<img src=/material/ui/tooltip/corner.mat left=p10 top=p22 bottom=0><img src=/material/ui/tooltip/corner.mat left=p30 right=p30 top=p22 bottom=0 width=-23><img src=/material/ui/tooltip/corner.mat right=p10 left=p32 top=p22 bottom=0>
  436. <img src=/material/ui/tooltip/corner.mat left=p10 bottom=p10 top=p10 height=-44><img src=/material/ui/tooltip/corner.mat left=p30 right=p32 top=p10 bottom=p10 width=-23 height=-22><img src=/material/ui/tooltip/corner.mat right=p10 left=p32 bottom=p10 top=p10 height=-22>
  437. <img src=/material/ui/tooltip/corner.mat left=p10 top=0 bottom=p22><img src=/material/ui/tooltip/corner.mat left=p30 right=p30 top=0 bottom=p22 width=-23><img src=/material/ui/tooltip/corner.mat right=p10 left=p32 top=0 bottom=p22>
  438. <ret>
  439. <margin left=15 right=-15>
  440. <align hstyle=center vstyle=center>
  441. <font face=/font/normal.font><color value=@@clr_txt@@>%0</font>
  442. </align>
  443. </margin>"
  444. }
  445.  
  446. ui::text_template : txt.ttip_help.up {
  447. name: "Tooltip help UP"
  448. text: "<color value=CFFFFFFF><img src=/material/ui/tooltip/help_corner.mat><img src=/material/ui/tooltip/help_corner.mat left=1 width=-16><img src=/material/ui/tooltip/help_corner.mat left=1 right=0><br>
  449. <img src=/material/ui/tooltip/help_corner.mat top=1 height=-32><img src=/material/ui/tooltip/help_corner.mat top=1 left=0.99 width=-16 height=-32><img src=/material/ui/tooltip/help_corner.mat left=1 right=0 top=1 height=-32><br>
  450. <img src=/material/ui/tooltip/help_corner.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner.mat top=1 bottom=0 left=1 width=%0><img src=/material/ui/tooltip/help_arrow_down.mat><img src=/material/ui/tooltip/help_corner.mat top=1 bottom=0 left=1 width=-16><img src=/material/ui/tooltip/help_corner.mat top=1 bottom=0 left=1 right=0>
  451. <ret>
  452. <margin left=20 right=-20><align hstyle=center vstyle=center bottom=-16><font face=/font/normal.font><color value=@@clr_help@@>%1</font></align></margin>"
  453. }
  454.  
  455. ui::text_template : txt.ttip_help.right {
  456. name: "Tooltip help RIGHT"
  457. text: "<color value=CFFFFFFF><img src=/material/ui/tooltip/help_corner_big.mat><img src=/material/ui/tooltip/help_corner_big.mat left=1 width=-32><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0><hbr><offset vshift=16>
  458. <img src=/material/ui/tooltip/help_corner_big.mat top=1 height=%0><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-32 height=%0><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0 top=1 height=%0><hbr><offset vshift=%0>
  459. <img src=/material/ui/tooltip/help_corner_big.mat top=1 height=32><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-32 height=32><img src=/material/ui/tooltip/help_arrow_right.mat><hbr><offset vshift=32>
  460. <img src=/material/ui/tooltip/help_corner_big.mat top=1 height=%0><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-32 height=%0><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0 top=1 height=%0><hbr><offset vshift=%0>
  461. <img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 width=-32><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 right=0>"
  462. }
  463.  
  464.  
  465. ui::text_template : txt.ttip_help.left {
  466. name: "Tooltip help LEFT"
  467. text: "<color value=CFFFFFFF><offset hshift=16><img src=/material/ui/tooltip/help_corner_big.mat><img src=/material/ui/tooltip/help_corner_big.mat left=1 width=-16><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0><hbr><offset vshift=16 hshift=16><img src=/material/ui/tooltip/help_corner_big.mat top=1 height=%0><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-16 height=%0><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0 top=1 height=%0><hbr><offset vshift=%0><img src=/material/ui/tooltip/help_arrow_right.mat left=1 right=0><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-16 height=32><img src=/material/ui/tooltip/help_corner_big.mat top=1 height=32 left=1 right=0><hbr><offset hshift=16 vshift=32><img src=/material/ui/tooltip/help_corner_big.mat top=1 height=%0><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-16 height=%0><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0 top=1 height=%0><hbr><offset vshift=%0>
  468. <offset hshift=16><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 width=-16><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 right=0>"
  469. }
  470.  
  471. ui::text_template : txt.help_bg {
  472. name: "Help background"
  473. text: "<img src=/material/ui/tooltip/help_corner_new.mat><img src=/material/ui/tooltip/help_corner_new.mat left=1 width=-32><img src=/material/ui/tooltip/help_corner_new.mat left=1 right=0><br>
  474. <img src=/material/ui/tooltip/help_corner_new.mat top=1 height=-32><img src=/material/ui/tooltip/help_corner_new.mat top=1 left=0.99 width=-32 height=-32><img src=/material/ui/tooltip/help_corner_new.mat left=1 right=0 top=1 height=-32><br>
  475. <img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0 left=1 width=-32><img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0 left=1 right=0>
  476. <ret>
  477. <offset vshift=48>
  478. <margin left=20 right=-30><align hstyle=left vstyle=top><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align></margin>"
  479. }
  480.  
  481. ui::text_template : txt.bubble_help.left {
  482. name: "Help bubble left"
  483. text: "<img src=/material/ui/tooltip/help_corner_new.mat><img src=/material/ui/tooltip/help_corner_new.mat left=1 width=-42><img src=/material/ui/tooltip/help_corner_new.mat left=1 right=0><br>
  484. <img src=/material/ui/tooltip/help_corner_new.mat top=1 height=-32><img src=/material/ui/tooltip/help_corner_new.mat top=1 left=0.99 width=-42 height=-32><img src=/material/ui/tooltip/help_corner_new.mat left=1 right=0 top=1 height=-32><br>
  485. <img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0 left=1 width=-42><img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0 left=1 right=0>
  486. <ret>
  487. <align hstyle=right vstyle=center><img src=/material/ui/tooltip/help_sarr_right.mat></align>
  488. <ret>
  489. <offset vshift=48>
  490. <margin left=20 right=-30><align hstyle=left vstyle=top><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align></margin>"
  491. }
  492.  
  493. ui::text_template : txt.bubble_help.up {
  494. name: "Help bubble up"
  495. text: "<img src=/material/ui/tooltip/help_corner_new.mat><img src=/material/ui/tooltip/help_corner_new.mat left=1 width=-32><img src=/material/ui/tooltip/help_corner_new.mat left=1 right=0><br>
  496. <img src=/material/ui/tooltip/help_corner_new.mat top=1 height=-50><img src=/material/ui/tooltip/help_corner_new.mat top=1 left=0.99 width=-32 height=-50><img src=/material/ui/tooltip/help_corner_new.mat left=1 right=0 top=1 height=-50><br>
  497. <img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0 left=1 width=-32><img src=/material/ui/tooltip/help_corner_new.mat top=1 bottom=0 left=1 right=0>
  498. <br>
  499. <offset vshift=-6>
  500. <align hstyle=center><img src=/material/ui/tooltip/help_sarr_down.mat></align>
  501. <ret>
  502. <margin left=30 right=-35><align hstyle=center vstyle=center bottom=-15><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align></margin>"
  503. }
  504.  
  505. ui::text_template : txt.cutsc_msg {
  506. name: "Cutscene message bubble"
  507. text: "<color value=CFFFFFFF><img src=/material/ui/tooltip/help_corner_big.mat><img src=/material/ui/tooltip/help_corner_big.mat left=1 width=-16><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0><br>
  508. <img src=/material/ui/tooltip/help_corner_big.mat top=1 height=-16><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-16 height=-16><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0 top=1 height=-16><br>
  509. <img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 width=-16><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 right=0>
  510. <ret>
  511. <offset vshift=40>
  512. <margin left=26 right=-26><align hstyle=center vstyle=center bottom=-60><font face=/font/normal.font><color value=@@clr_help@@>%0</font></align></margin>"
  513. }
  514.  
  515. ui::text_template : txt.tut_msg {
  516. name: "Tutorial message"
  517. text: "<img src=/material/ui/tooltip/help_corner_big.mat><img src=/material/ui/tooltip/help_corner_big.mat left=1 width=-16><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0><br>
  518. <img src=/material/ui/tooltip/help_corner_big.mat top=1 height=-16><img src=/material/ui/tooltip/help_corner_big.mat top=1 left=0.99 width=-16 height=-16><img src=/material/ui/tooltip/help_corner_big.mat left=1 right=0 top=1 height=-16><br>
  519. <img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 width=-16><img src=/material/ui/tooltip/help_corner_big.mat top=1 bottom=0 left=1 right=0>"
  520. }
  521.  
  522. ui::text_template : txt.hhint_up {
  523. name: "Overlay hint UP"
  524. text: "<color value=CFFFFFFF><offset vshift=1><img src=/material/ui/tooltip/hint_num_bcg.mat><offset vshift=-1 hshift=-11><img src=/material/ui/tooltip/help_corner.mat><img src=/material/ui/tooltip/help_corner.mat left=1 width=-16><img src=/material/ui/tooltip/help_corner.mat left=1 right=0><ret>
  525. <offset vshift=16 hshift=53><img src=/material/ui/tooltip/help_corner.mat top=1 height=26><img src=/material/ui/tooltip/help_corner.mat left=0.99 top=1 width=-16 height=26><img src=/material/ui/tooltip/help_corner.mat left=1 right=0 top=1 height=26><ret>
  526. <offset vshift=42 hshift=53><img src=/material/ui/tooltip/help_corner.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner.mat left=1 top=1 bottom=0 width=-16><img src=/material/ui/tooltip/help_corner.mat left=1 right=0 top=1 bottom=0><ret>
  527. <offset vshift=53 hshift=13><img src=/material/ui/tooltip/help_sarr_down.mat><ret>
  528. <offset vshift=13 hshift=13><img src=/material/ui/tooltip/hint_%0.mat><ret>
  529. <margin left=78 right=-24><align vstyle=center bottom=-14><font face=/font/normal.font><color value=@@clr_help@@>%1</font></align></margin>"
  530.  
  531. height: 70
  532. }
  533.  
  534. ui::text_template : txt.hhint_down {
  535. name: "Overlay hint DOWN"
  536. text: "<color value=CFFFFFFF><offset hshift=13><img src=/material/ui/tooltip/help_sarr_down.mat top=1 bottom=0><ret>
  537. <offset vshift=12><img src=/material/ui/tooltip/hint_num_bcg.mat><offset vshift=-1 hshift=-11><img src=/material/ui/tooltip/help_corner.mat><img src=/material/ui/tooltip/help_corner.mat left=1 width=-16><img src=/material/ui/tooltip/help_corner.mat left=1 right=0><ret>
  538. <offset vshift=27 hshift=53><img src=/material/ui/tooltip/help_corner.mat top=1 height=26><img src=/material/ui/tooltip/help_corner.mat left=0.99 top=1 width=-16 height=26><img src=/material/ui/tooltip/help_corner.mat left=1 right=0 top=1 height=26><ret>
  539. <offset vshift=53 hshift=53><img src=/material/ui/tooltip/help_corner.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner.mat left=1 top=1 bottom=0 width=-16><img src=/material/ui/tooltip/help_corner.mat left=1 right=0 top=1 bottom=0><ret>
  540. <offset vshift=24 hshift=13><img src=/material/ui/tooltip/hint_%0.mat><ret>
  541. <offset vshift=11><margin left=78 right=-24><align vstyle=center><font face=/font/normal.font><color value=@@clr_help@@>%1</font></align></margin>"
  542.  
  543. height: 70
  544. }
  545.  
  546. ui::text_template : txt.hhint_left {
  547. name: "Overlay hint LEFT"
  548. text: "<color value=CFFFFFFF><offset vshift=1><img src=/material/ui/tooltip/hint_num_bcg.mat><offset vshift=-1 hshift=-11><img src=/material/ui/tooltip/help_corner.mat><img src=/material/ui/tooltip/help_corner.mat left=1 width=-27><img src=/material/ui/tooltip/help_corner.mat left=1 right=0><ret>
  549. <offset vshift=16 hshift=53><img src=/material/ui/tooltip/help_corner.mat top=1 height=26><img src=/material/ui/tooltip/help_corner.mat left=0.99 top=1 width=-27 height=26><img src=/material/ui/tooltip/help_corner.mat left=1 right=0 top=1 height=26><ret>
  550. <offset vshift=42 hshift=53><img src=/material/ui/tooltip/help_corner.mat top=1 bottom=0><img src=/material/ui/tooltip/help_corner.mat left=1 top=1 bottom=0 width=-27><img src=/material/ui/tooltip/help_corner.mat left=1 right=0 top=1 bottom=0><ret>
  551. <align vstyle=center hstyle=right><img src=/material/ui/tooltip/help_sarr_right.mat></align><ret>
  552. <offset vshift=13 hshift=13><img src=/material/ui/tooltip/hint_%0.mat><ret>
  553. <margin left=78 right=-24><align vstyle=center><font face=/font/normal.font><color value=@@clr_help@@>%1</font></align></margin>"
  554.  
  555. height: 60
  556. }
  557.  
  558.  
  559. ui::text_template : txt.brand.logo {
  560. name: "Brand logo"
  561. text: "<align hstyle=center><img src=/material/ui/brand_logo/%0.mat top=p2></align>"
  562. }
  563.  
  564. ui::text_template : txt.ttip_truck {
  565. name: "Tooltip truck"
  566. text: "<align hstyle=center><img src=/material/ui/brand_logo/%0.mat top=p2><br><color value=FFC2C2C2><font face=/font/normal.font xscale=0.9 yscale=0.9>%1</font></align>"
  567. }
  568.  
  569. ui::text_template : txt.radio.volume {
  570. name: "Radio volume"
  571. text: "<img src=/material/ui/radio/sld_volume1.mat><ret><img src=/material/ui/radio/sld_volume2.mat right=p%0>"
  572. width: 152
  573. height: 26
  574. }
  575.  
  576. ui::text_template : txt.delivery {
  577. name: "Delivery medal"
  578. text: "<img src=/material/ui/%0.mat><ret><align hstyle=center><font face=/font/title.font><offset vshift=52>%1</font></align>"
  579. width: 256
  580. height: 128
  581. }
  582.  
  583. ui::text_template : txt.hud.overlay {
  584. name: "HUD Overlay"
  585. text: "<img src=/material/ui/white.mat xscale=stretch_full yscale=stretch color=%0>"
  586. }
  587.  
  588.  
  589. ui::text_template : txt.widget.body {
  590. name: "Widget Body"
  591. text: "<align vstyle=top><font face=/font/normal.font>%0</font><br offset=8><font face=/font/normal.font xscale=0.9><color value=@@clr_txt@@>%1<br offset=4>%2<br offset=4>%3<br offset=4>%4</font></align>"
  592. }
  593.  
  594. ui::text_template : txt.widget.body.company {
  595. name: "Company Widget Body"
  596. text: "<align vstyle=top><font face=/font/normal.font>%0</font><br offset=8><font face=/font/normal.font xscale=0.9><color value=@@clr_txt@@>%1<br offset=2>%2<br offset=2>%3<br offset=2>%4<br offset=2>%5</font></align>"
  597. }
  598.  
  599. ui::text_template : txt.widget.simple {
  600. name: "Simple widget background"
  601. text: "<img src=/material/ui/window/widget_simple_corner.mat><img src=/material/ui/window/widget_simple_corner.mat left=1 width=-16><img src=/material/ui/window/widget_simple_corner.mat left=1 right=0><br>
  602. <img src=/material/ui/window/widget_simple_corner.mat top=1 height=-16><img src=/material/ui/window/widget_simple_corner.mat top=1 left=0.99 width=-16 height=-16><img src=/material/ui/window/widget_simple_corner.mat top=1 left=1 right=0 height=-16><br>
  603. <img src=/material/ui/window/widget_simple_corner.mat top=1 bottom=0><img src=/material/ui/window/widget_simple_corner.mat top=1 bottom=0 left=1 width=-16><img src=/material/ui/window/widget_simple_corner.mat top=1 bottom=0 left=1 right=0>"
  604. }
  605.  
  606. ui::text_template : txt.widget.simple_notra {
  607. name: "Simple widget background (not transp.)"
  608. text: "<img src=/material/ui/window/widget_simple_corner_no_transp.mat><img src=/material/ui/window/widget_simple_corner_no_transp.mat left=1 width=-16><img src=/material/ui/window/widget_simple_corner_no_transp.mat left=1 right=0><br>
  609. <img src=/material/ui/window/widget_simple_corner_no_transp.mat top=1 height=-16><img src=/material/ui/window/widget_simple_corner_no_transp.mat top=1 left=0.99 width=-16 height=-16><img src=/material/ui/window/widget_simple_corner_no_transp.mat top=1 left=1 right=0 height=-16><br>
  610. <img src=/material/ui/window/widget_simple_corner_no_transp.mat top=1 bottom=0><img src=/material/ui/window/widget_simple_corner_no_transp.mat top=1 bottom=0 left=1 width=-16><img src=/material/ui/window/widget_simple_corner_no_transp.mat top=1 bottom=0 left=1 right=0>"
  611. }
  612.  
  613.  
  614. ui::text_template : txt.widget.time {
  615. name: "Time Widget"
  616. text: "<img src=/material/ui/window/widget_simple_corner.mat width=16 bottom=p12><img src=/material/ui/window/widget_simple_corner.mat left=1 width=-16 bottom=p12><img src=/material/ui/window/widget_simple_corner.mat left=1 right=0 bottom=p12><br><img src=/material/ui/window/widget_simple_corner.mat top=1 height=-12><img src=/material/ui/window/widget_simple_corner.mat top=1 left=0.99 width=-16 height=-12><img src=/material/ui/window/widget_simple_corner.mat top=1 left=1 right=0 height=-12><br><img src=/material/ui/window/widget_simple_corner.mat top=1 bottom=0 top=p12><img src=/material/ui/window/widget_simple_corner.mat top=1 bottom=0 left=1 width=-16 top=p12><img src=/material/ui/window/widget_simple_corner.mat top=1 bottom=0 left=1 right=0 top=p12><ret><align vstyle=center hstyle=left><offset hshift=12><img src=/material/ui/icon/clock.mat color=FFFFFFFF><offset hshift=8><font face=/font/normal.font><color value=@@clr_txt@@>@@game_time@@: <color value=@@clr_sel@@>%0</font></align>"
  617. }
  618.  
  619.  
  620. ui::text_template : txt.window.bcg_rect {
  621. name: "Background round rectangle"
  622. text: "<color value=%0><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=-1><offset vshift=1><img src=/material/ui/white.mat width=1 height=-1>"
  623. }
  624.  
  625. ui::text_template : txt.window.bcg_rect8 {
  626. name: "Background rect 8px corners"
  627. text: "<color value=%0><img src=/material/ui/corner_8px.mat><img src=/material/ui/corner_8px.mat left=1 xscale=stretch width=-8><img src=/material/ui/corner_8px.mat left=1 right=0 xscale=stretch>
  628. <img src=/material/ui/white.mat xscale=stretch yscale=stretch height=-8>
  629. <img src=/material/ui/corner_8px.mat top=1 bottom=0><img src=/material/ui/corner_8px.mat top=1 bottom=0 left=1 xscale=stretch width=-8><img src=/material/ui/corner_8px.mat top=1 bottom=0 left=1 right=0>"
  630. }
  631.  
  632. ui::text_template : txt.window.bcg_rect_adv {
  633. name: "Adviser light background"
  634. text: "<img src=/material/ui/adviser/light_corner.mat><img src=/material/ui/adviser/light_corner.mat left=1 xscale=stretch width=-16><img src=/material/ui/adviser/light_corner.mat left=1 right=0 xscale=stretch>
  635. <img src=/material/ui/adviser/light_corner.mat left=1 bottom=1 xscale=stretch yscale=stretch height=-16>
  636. <img src=/material/ui/adviser/light_corner.mat top=1 bottom=0><img src=/material/ui/adviser/light_corner.mat top=1 bottom=0 left=1 xscale=stretch width=-16><img src=/material/ui/adviser/light_corner.mat top=1 bottom=0 left=1 right=0>"
  637. }
  638.  
  639. ui::text_template : txt.window.bcg_rect_frm {
  640. name: "Background rectangle a la tooltip"
  641. text: "<color value=%0><img src=/material/ui/tooltip/corner.mat top=p24 bottom=0 left=p8><img src=/material/ui/tooltip/corner.mat top=p24 bottom=0 left=p31 right=p32 width=-24><img src=/material/ui/tooltip/corner.mat top=p24 bottom=0 left=p32 right=p8><img src=/material/ui/tooltip/corner.mat top=p0 bottom=p0 left=p8 height=-48><img src=/material/ui/tooltip/corner.mat top=p0 bottom=p1 left=p31 right=p32 width=-24 height=-24><img src=/material/ui/tooltip/corner.mat top=p0 bottom=p0 left=p32 right=p10 height=-24><img src=/material/ui/tooltip/corner.mat top=0 bottom=p24 left=p8><img src=/material/ui/tooltip/corner.mat top=0 bottom=p24 left=p31 right=p32 width=-24><img src=/material/ui/tooltip/corner.mat top=0 bottom=p24 left=p32 right=p8>"
  642. }
  643.  
  644. ui::text_template : txt.acc_conflict {
  645. name:"Accessory conflict"
  646. text:"<img src=/material/ui/acc_conflict.mat color=%0FFFFFF xscale=stretch yscale=stretch>"
  647. }
  648.  
  649. ui::text_template : txt.table.head {
  650. name:"Table heading"
  651. text:"<img src=/material/ui/button/btn_dark.mat left=1 right=0><img src=/material/ui/button/btn_dark.mat right=0 width=-8><img src=/material/ui/button/btn_dark.mat>"
  652. height: 32
  653. }
  654.  
  655. ui::text_table_template : txt.table.singlecell {
  656. name: "Table background - single cell"
  657. leftmost_cell_pml: "<color value=%0><offset vshift=1><img src=/material/ui/white.mat width=1 height=${height-2}><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=${width-1} height=${height}><offset vshift=1><img src=/material/ui/white.mat width=1 height=${height-2}>"
  658. middle_cell_pml: ""
  659. rightmost_cell_pml: ""
  660. }
  661.  
  662. ui::text_table_template : txt.table.singlecell.interl {
  663. name: "Table background - single cell interleaved"
  664. leftmost_cell_pml: "<color value=%0><offset vshift=1><img src=/material/ui/white.mat width=1 height=${height/2-3}><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=${width-1} height=${height/2-1}><offset vshift=1><img src=/material/ui/white.mat width=1 height=${height/2-3}>
  665. <hbr><color value=%1><offset vshift=${height/2+1}><img src=/material/ui/white.mat width=1 height=${height/2-3}><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=${width-1} height=${height/2-1}><offset vshift=1><img src=/material/ui/white.mat width=1 height=${height/2-3}>"
  666. middle_cell_pml: ""
  667. rightmost_cell_pml: ""
  668. }
  669.  
  670. ui::text_table_template : txt.table.stats {
  671. name: "Table background - statistics"
  672. leftmost_cell_pml: "<color value=%0><offset vshift=1><img src=/material/ui/white.mat width=1 height=${height/2-2}><offset vshift=-1><img src=/material/ui/white.mat yscale=stretch width=${width-1} height=${height/2}><offset vshift=1><img src=/material/ui/white.mat width=1 height=${height/2-2}>"
  673. middle_cell_pml: ""
  674. rightmost_cell_pml: ""
  675. }
  676.  
  677. ui::text_table_template : txt.table.log_bcg {
  678. name: "Delivery log - chart background"
  679. leftmost_cell_pml: ""
  680. middle_cell_pml: "<color value=%0><img src=/material/ui/white.mat width=${width} height=${height/2}><color value=%1><offset vshift=${height/2} hshift=${-width}><img src=/material/ui/white.mat width=${width} height=${height/2}>"
  681. rightmost_cell_pml: ""
  682. }
  683.  
  684. ui::text_table_template : txt.table.log_days {
  685. name: "Delivery log - chart days"
  686. leftmost_cell_pml: "<color value=FF6E6E6E><font face=/font/normal.font>"
  687. middle_cell_pml: "<align vstyle=center hstyle=center right=${right}>%#</align>"
  688. rightmost_cell_pml: "</font>"
  689. }
  690.  
  691. ui::text_template : txt.driver.plate {
  692. name: "Driver plate"
  693. text: "<nowrap><color value=FF430100><offset vshift=54><align hstyle=center><font face=/font/license_plate/california.font xscale=1.4 yscale=1.4>%0</font></align></nowrap>"
  694. }
  695. ui::text_template : txt.license_pl.txt {
  696. name: "License plate text"
  697. text: "<nowrap><align hstyle=center vstyle=center><color value=FF430100><font face=/font/license_plate/%0.font>%1</font></align></nowrap>"
  698. }
  699. ui::text_template : txt.license_pl.bcg {
  700. name: "License plate background"
  701. text: "<img src=/material/ui/lp/%0/%1.mat xscale=stretch yscale=stretch>"
  702. }
  703.  
  704. ui::text_template : text.joy.axis.gauge {
  705. name: "Joy Axis Gauge Unidirectional"
  706. text: "<img src=/material/ui/white.mat width=%0 yscale=stretch color=@@clr_sel@@>"
  707. }
  708.  
  709. ui::text_template : text.joy.axis.gauge.center {
  710. name: "Joy Axis Gauge Centered"
  711. text: "<offset hshift=%1><img src=/material/ui/white.mat width=%0 yscale=stretch color=%2>"
  712. }
  713.  
  714. ui::text_template : text.comp_logo {
  715. name: "Company logo"
  716. text: "<img src=/material/ui/player_logo/%0.mat>"
  717.  
  718. width: 128
  719. height: 128
  720. }
  721.  
  722. ui::text_template : txt.map.routing {
  723. name: "Map routing notification"
  724. text: "<color value=C0000000><offset vshift=1><img src=/material/ui/white.mat width=1 height=-2><offset vshift=-1><img src=/material/ui/white.mat width=-1 yscale=stretch><offset vshift=1><img src=/material/ui/white.mat width=1 height=-2><ret><color value=FFFFFFFF><align hstyle=center vstyle=center><img src=/video/busy.mat right=p32 bottom=p32 ka=left><font face=/font/normal.font><color value=@@clr_txt@@><offset vshift=8 hshift=20>@@calculating_route@@"
  725. }
  726.  
  727. ################
  728. # HUD/Adviser
  729. ################
  730. ui::text_template : txt.adv_speed {
  731. name: "Adviser speed"
  732. text: "<align hstyle=center vstyle=center><font face=/font/normal.font>%0</font></align>"
  733. height: 22
  734. }
  735.  
  736. ui::text_template : txt.adv_gear {
  737. name: "Adviser gear"
  738. text: "<align hstyle=center vstyle=center><img src=/material/ui/adviser/gear.mat><font face=/font/normal.font><color value=@@clr_sel@@>%0</font></align>"
  739. height: 22
  740. }
  741.  
  742. ui::text_template : txt.adv_fuel {
  743. name: "Adviser fuel"
  744. text: "<align vstyle=center><img src=/material/ui/white.mat width=5 height=16 color=FF969696></align><ret><align vstyle=bottom><img src=/material/ui/white.mat width=5 height=%0 color=@@clr_sel@@></align>"
  745. height: 14
  746. }
  747.  
  748. ui::text_template : txt.adv_icon {
  749. name: "Adviser icon"
  750. text: "<img src=/material/ui/adviser/%0.mat color=FF969696><ret><align vstyle=bottom><img src=/material/ui/adviser/%0.mat top=p%1 color=%2></align>"
  751. height: 16
  752. }
  753.  
  754. ui::text_template : txt.adv_time {
  755. name: "Adviser time"
  756. text: "<align hstyle=center vstyle=center><font face=/font/normal.font>%0</font></align>"
  757. height: 22
  758. }
  759.  
  760. ui::text_template : txt.adv_title {
  761. name: "Adviser page title"
  762. text: "<margin left=10><align hstyle=left vstyle=center><font face=/font/normal.font>%0</font></align></margin>"
  763. height: 22
  764. }
  765.  
  766. ui::text_template : txt.adv_money {
  767. name: "Adviser money"
  768. text: "<align vstyle=center hstyle=right><font face=/font/normal.font><color value=@@clr_sel@@>%0</font></align>"
  769. height: 21
  770. }
  771.  
  772. ui::text_template : txt.adv_line {
  773. name: "Adviser text line"
  774. text: "<margin left=10 right=-10><align vstyle=center><font face=/font/normal.font><color value=FFC8C8C8>%0</font></align><ret><align hstyle=right vstyle=center><font face=/font/normal.font><color value=FFFFFFFF>%1</font></align></margin>"
  775. }
  776.  
  777. ui::text_template : txt.adv_line.gray {
  778. name: "Adviser text line (gray)"
  779. text: "<img src=/material/ui/white.mat color=60373737 xscale=stretch yscale=stretch><ret><margin left=10 right=-10><align vstyle=center><font face=/font/normal.font><color value=FFC8C8C8>%0</font></align><ret><align hstyle=right vstyle=center><font face=/font/normal.font><color value=FFFFFFFF>%1</font></align></margin>"
  780. height: 20
  781. }
  782.  
  783. ui::text_template : txt.adv_info {
  784. name: "Adviser info"
  785. text: "<align hstyle=center><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  786. }
  787.  
  788. // icon (truck or trailer) | white pixels
  789. ui::text_template : txt.adv_damage {
  790. name: "Adviser damage icon"
  791. text: "<img src=/material/ui/adviser/%0 bottom=p44><ret><align vstyle=bottom><img src=/material/ui/adviser/%0 top=p%1 bottom=p44 color=FF0000FF></align>"
  792. height: 44
  793. }
  794.  
  795. ui::text_template : txt.adv_drvmsg {
  796. name: "Adviser driver message"
  797. text: "<align vstyle=center><color value=FFF5EB97><font face=/font/small.font>%0</font></align>"
  798. }
  799.  
  800. ui::text_template : txt.adv_navi_eta {
  801. name: "Adviser navigation ETA"
  802. text: "<margin left=10><align hstyle=left vstyle=center><font face=/font/normal.font xscale=0.9><color value=FFA0A0A0>@@adviser_eta@@ <color value=@@clr_white@@>%2, %0, %1</font></align></margin>"
  803. }
  804.  
  805. ui::text_template : txt.adv_navi_spd {
  806. name: "Adviser navigation speed limit"
  807. text: "<img src=/material/ui/adviser/limit_sign.mat xscale=stretch yscale=stretch><ret><align hstyle=center vstyle=center><font face=/font/normal.font xscale=1.1 yscale=1.1><color value=FF000000>%0</font></align>"
  808. }
  809.  
  810. ui::text_template : txt.adv_tip_key {
  811. name: "Adviser hot key hint"
  812. text: "<align hstyle=center vstyle=center><font face=/font/normal.font><color value=FF7F7F7F>%0</font></align>"
  813. }
  814.  
  815. ui::text_table_template : txt.table.adv_tipbcg {
  816. name: "Adviser controls tip background"
  817. leftmost_cell_pml: ""
  818. middle_cell_pml: "<img src=/material/ui/white.mat xscale=stretch yscale=stretch width=${width} color=FF222222><offset hshift=${-width}><align hstyle=center vstyle=center right=${right}><font face=/font/normal.font><color value=FF7F7F7F>%#</font></align>"
  819. rightmost_cell_pml: ""
  820. }
  821.  
  822. ui::text_template : txt.mini_adv_bcg {
  823. name: "Adviser mini mode bcg"
  824. text: "<color value=%0FFFFFF><img src=/material/ui/adviser/bcg1.mat left=p28 top=p46>"
  825. }
  826.  
  827. ui::text_template : txt.db_navi_spd {
  828. name: "Dashboard navigation speed limit"
  829. text: "<img src=/material/ui/adviser/limit_sign.mat xscale=stretch yscale=stretch><ret><align hstyle=center vstyle=center><font face=/font/big.font xscale=1.65 yscale=1.65><color value=FF000000>%0</font></align>"
  830. }
  831.  
  832. ################
  833. # Bank
  834. ################
  835. ui::text_template : txt.bank.h {
  836. name: "Bank - Heading"
  837. text: "<img src=/material/ui/button/btn_dark.mat left=1 right=0><img src=/material/ui/button/btn_dark.mat right=0 width=-8><img src=/material/ui/button/btn_dark.mat><ret>
  838. <align hstyle=left vstyle=center left=20><color value=@@clr_txt@@><font face=/font/normal.font>%0</font></align>"
  839. height: 32
  840. }
  841.  
  842. ui::text_template : txt.bank.total {
  843. name: "Bank - Totals"
  844. text: "<align hstyle=left vstyle=center><font face=/font/normal.font>%0</font></align>
  845. <ret><align hstyle=left vstyle=center left=170><font face=/font/normal.font><color value=@@clr_sel@@>%1<color value=@@clr_txt@@></font></align>
  846. <ret><align hstyle=right vstyle=center right=658><font face=/font/normal.font>%2 / @@ui_1day@@</font></align>"
  847. }
  848.  
  849. ui::text_template : txt.bank.nl_confirm {
  850. name: "Bank - New loan confirm message"
  851. text: "<align hstyle=center vstyle=center>
  852. <font face=/font/normal.font>%0<br offset=25>
  853. @@bank_nl_confirm_duration@@</font> <font face=/font/normal.font><color value=FFFFFFFF>%1<br><color value=@@clr_txt@@>
  854. </font><font face=/font/normal.font>@@bank_nl_confirm_intrate@@</font> <font face=/font/normal.font><color value=FFFFFFFF>%2%<br offset=20><color value=@@clr_txt@@>
  855. </font><font face=/font/normal.font>@@bank_nl_confirm_installment@@</font> <font face=/font/normal.font><color value=FFFFFFFF>%3<br offset=100>
  856. </font><font face=/font/normal.font><color value=FFFFFFFF>@@bank_nl_confirm_makesure@@
  857. </font>
  858. </align>"
  859. }
  860.  
  861. ################
  862. # Mail
  863. ################
  864. ui::text_template : txt.mail.h {
  865. name: "Mail - Heading"
  866. text: "<img src=/material/ui/button/btn_dark.mat left=1 right=0><img src=/material/ui/button/btn_dark.mat right=0 width=-8><img src=/material/ui/button/btn_dark.mat><ret>
  867. <align hstyle=left vstyle=center left=20><color value=@@clr_sel@@><font face=/font/normal.font>%0</font></align>"
  868. height: 32
  869. }
  870.  
  871. ui::text_template : txt.mail.subject {
  872. name: "Mail - Subject line"
  873. text: "<img src=/material/ui/button/btn_list_s.mat color=AAFFFFFF left=1 right=0><img src=/material/ui/button/btn_list_s.mat color=AAFFFFFF right=0 width=-8><img src=/material/ui/button/btn_list_s.mat color=AAFFFFFF><ret>
  874. <align hstyle=left vstyle=center left=20><font face=/font/normal.font><color value=@@clr_sel@@>@@mail_subject_pref@@ <color value=@@clr_txt@@>%0</font></align>"
  875. height: 32
  876. }
  877.  
  878. ui::text_table_template: txt.mail.inbox_bcg {
  879. name: "Mail - Inbox background"
  880. leftmost_cell_pml: "<img src=/material/ui/button/btn_list.mat left=1 right=0><img src=/material/ui/button/btn_list.mat right=0 width=${width-16}><img src=/material/ui/button/btn_list.mat>"
  881. middle_cell_pml: "<img src=/material/ui/button/btn_list.mat left=1 right=0><img src=/material/ui/button/btn_list.mat right=0 width=${width-16}><img src=/material/ui/button/btn_list.mat>"
  882. rightmost_cell_pml: "<img src=/material/ui/button/btn_list.mat left=1 right=0><img src=/material/ui/button/btn_list.mat right=0 width=${width-16}><img src=/material/ui/button/btn_list.mat>"
  883. row_height: 32
  884. }
  885.  
  886. ################
  887. # Loading
  888. ################
  889. ui::text_template : txt.loading.pic {
  890. name: "Loading - picture"
  891. text: "<img src=%0>"
  892. }
  893.  
  894. ui::text_template : txt.loading.job {
  895. name: "Loading - job info"
  896. text: "<align hstyle=center vstyle=top><font face=/font/normal.font><color value=FFB6B6B6>%0<offset hshift=22>%1<color value=FFB6B6B6>%2<offset hshift=22>%3<offset hshift=22>%4</font></align>"
  897. }
  898.  
  899. ################
  900. # Company manager
  901. ################
  902. ui::text_table_template : txt.compman.table {
  903. name: "Company manager - table"
  904. leftmost_cell_pml: "<img src=/material/ui/button/btn_list.mat left=1 right=0><img src=/material/ui/button/btn_list.mat right=0 width=${width-8}>"
  905. middle_cell_pml: "<img src=/material/ui/button/btn_list.mat right=0 width=${width}>"
  906. rightmost_cell_pml: "<img src=/material/ui/button/btn_list.mat right=0 width=${width-8}><img src=/material/ui/button/btn_list.mat>"
  907. row_height: 32
  908. }
  909.  
  910. ui::text_table_template : txt.compman.slots {
  911. name: "Company manager - slots' background"
  912. leftmost_cell_pml:
  913. "<offset hshift=3 vshift=3><img src=/material/ui/company_manager/slot_void.mat right=${width}>"
  914. middle_cell_pml:
  915. "<offset hshift=3 vshift=3><img src=/material/ui/company_manager/slot_void.mat right=${width}>"
  916. rightmost_cell_pml:
  917. "<offset hshift=3 vshift=3><img src=/material/ui/company_manager/slot_void.mat right=${width}>"
  918.  
  919. row_height: 96
  920. }
  921.  
  922. ui::text_template : txt.compman.picbutbcg {
  923. name: "Company manager - vehicle background"
  924. text: "<offset hshift=3 vshift=3><img src=/material/ui/company_manager/slot_bg.mat><ret><img src=/material/ui/button/pic_frame_n.mat bottom=p110 height=96 yscale=stretch><img src=/material/ui/button/pic_frame_n.mat left=p16 bottom=p110 height=96 width=64 yscale=stretch><img src=/material/ui/button/pic_frame_n.mat left=1 right=0 bottom=p110 height=96 yscale=stretch>"
  925. width: 96
  926. height: 96
  927. }
  928.  
  929. ui::text_template : txt.compman.driverpic {
  930. name: "Company manager - driver portrait"
  931. text: "<img src=/material/ui/button/profile0.mat bottom=p110 height=96 yscale=stretch><img src=/material/ui/button/profile0.mat left=p16 bottom=p110 height=96 width=64 yscale=stretch><img src=/material/ui/button/profile0.mat left=1 right=0 bottom=p110 height=96 yscale=stretch>
  932. <ret><align hstyle=center vstyle=center><img src=%0.mat right=p96 bottom=p96 width=86 height=86></align>"
  933. width: 96
  934. height: 96
  935. }
  936.  
  937. ui::text_template : txt.compman.garagepic {
  938. name: "Company manager - garage portrait"
  939.  
  940. text: "<align hstyle=center vstyle=center><img src=/material/ui/company_manager/garage_%0.mat></align>"
  941.  
  942. width: 138
  943. height: 138
  944. }
  945.  
  946. ui::text_template : txt.msgbox.driver {
  947. name: "Driver message box"
  948. text: "<align hstyle=center vstyle=center><img src=/material/ui/button/profile0.mat bottom=p110 height=96 yscale=stretch><img src=/material/ui/button/profile0.mat left=1 bottom=p110 height=96 width=64 yscale=stretch><img src=/material/ui/button/profile0.mat left=1 right=0 bottom=p110 height=96 yscale=stretch>
  949. <ret><offset hshift=5 vshift=5><img src=/material/ui/driver/%0.mat right=p96 bottom=p96 width=86 height=86><br offset=25><font face=/font/normal.font><color value=@@clr_txt@@>%1</font></align>"
  950. }
  951.  
  952. ui::text_template : txt.compman.target_sum {
  953. name: "Productivity target sum"
  954.  
  955. text: "<align hstyle=right vstyle=center><img src=/material/ui/company_manager/green_arrow.mat><offset vshift=7 hshift=-2><font face=/font/normal.font><color value=@@clr_txt@@>%0</font></align>"
  956. height: 32
  957. }
  958.  
  959. ui::text_template : txt.skillbar_bg {
  960. name: "Skill bar points background"
  961.  
  962. text: "<offset hshift=2 vshift=20><img src=/material/ui/skill_bar1.mat><offset hshift=-14><img src=/material/ui/skill_bar1.mat><offset hshift=-14><img src=/material/ui/skill_bar1.mat><offset hshift=-14><img src=/material/ui/skill_bar1.mat><offset hshift=-14><img src=/material/ui/skill_bar1.mat><offset hshift=-14><img src=/material/ui/skill_bar1.mat>"
  963.  
  964. width: 318
  965. height: 84
  966. }
  967.  
  968. ################
  969. # Garage selection
  970. ################
  971. ui::text_template : txt.garsel.driver {
  972. name: "Garage selection - driver overlay"
  973. text: "<offset hshift=3 vshift=3><img src=/material/ui/company_manager/slot_bg_tandem.mat color=%1FFFFFF><ret><offset hshift=3 vshift=3><img src=%0.mat right=p96 bottom=p96 width=40 height=40 color=%2FFFFFF>"
  974. width: 96
  975. height: 96
  976. }
  977.  
  978. ui::text_template : txt.garsel.garage {
  979. name: "Garage selection - garage icon"
  980. text: "<offset hshift=4 vshift=3><img src=/material/ui/company_manager/garage_%0.mat width=88 height=90>"
  981. width: 96
  982. height: 96
  983. }
  984.  
  985. ##############
  986. # Mod manager
  987. ##############
  988. ui::text_template : txt.modman.details {
  989. name: "Mod manager details"
  990. text: "<align hstyle=left vstyle=top><img src=%4 color=%5><ret><margin left=296><offset vshift=30><font face=/font/big.font><color value=@@clr_sel@@>%0</font></margin><ret><margin left=296><offset vshift=80><font face=/font/normal.font><color value=@@clr_txt@@>@@version@@<br><color value=@@clr_txt@@>@@author@@<br><color value=@@clr_txt@@>@@status@@<ret><offset vshift=80><margin left=140><color value=@@clr_white@@>%1<br><color value=@@clr_white@@>%2<br><color value=@@clr_white@@>%3</margin></font></margin><ret><offset vshift=180><font face=/font/big.font><color value=@@clr_sel@@>@@description@@</font><ret><offset vshift=210><color value=@@clr_txt@@><font face=/font/small.font>%6</font>"
  991. }
  992.  
  993. ui::text_template : txt.window.mm.details {
  994. name: "Window mod manager details"
  995. text: "<img src=/material/ui/window/mod_details_top.mat left=p142 right=p512><img src=/material/ui/window/mod_details_top.mat left=p512 right=p142>
  996. <img src=/material/ui/window/mod_details_bottom.mat left=p142 right=p512 top=p10 bottom=p11 height=-256><img src=/material/ui/window/mod_details_bottom.mat left=p512 right=p142 top=p10 bottom=p11 height=-256>
  997.  
  998. <img src=/material/ui/window/mod_details_bottom.mat left=p142 right=p512 bottom=p240 top=p80 height=202><img src=/material/ui/window/mod_details_bottom.mat left=p512 right=p142 bottom=p240 top=p80 height=202>
  999. <img src=/material/ui/window/mod_details_bottom.mat left=p142 right=p512 top=p240 bottom=p241 height=40><img src=/material/ui/window/mod_details_bottom.mat left=p512 right=p142 top=p240 bottom=p241 height=40>
  1000. <img src=/material/ui/window/mod_details_bottom.mat left=p142 right=p512 top=p240 bottom=p256><img src=/material/ui/window/mod_details_bottom.mat left=p512 right=p142 top=p240 bottom=p256> "
  1001. }
  1002.  
  1003. ui::text_template : txt.modman.workshop.download {
  1004. name: "Workshop download progress in title"
  1005. text: "<color value=@@clr_txt@@><font face=/font/normal.font>@@workshop_download@@: %0</font>"
  1006. }
  1007.  
  1008. ##################
  1009. # Loading screens
  1010. ##################
  1011.  
  1012. ui::text_template : txt.lscr.author {
  1013. name: "Loading screen author info"
  1014. text: "<align hstyle=center><font face=/font/small.font><color value=FFB6B6B6>@@lscr_wotr@@ <color value=@@clr_sel@@>%0</font></align>"
  1015. }
  1016.  
  1017. ui::text_template : txt.lscr.preview.author {
  1018. name: "Loading screen preview author info"
  1019. text: "<img src=/material/ui/white.mat width=1440 height=60 color=DC000000><ret><font face=/font/big.font><offset vshift=13><margin left=20><color value=@@clr_txt_d@@>@@author@@: <color value=@@clr_sel@@>%0</margin></font>"
  1020.  
  1021. width: 1301
  1022. height: 46
  1023. }
  1024.  
  1025. ui::text_template : txt.lscr.preview.image {
  1026. name: "Loading screen preview image"
  1027. text: "<img src=%0 xscale=stretch yscale=stretch>"
  1028.  
  1029. width: 1301
  1030. height: 463
  1031. }
  1032.  
  1033. ui::text_template : txt.loading.stretch {
  1034. name: "Loading - stretched"
  1035. text: "<img src=/material/ui/white.mat color=FF000000 xscale=stretch yscale=stretch><ret><align vstyle=center hstyle=center><img src=/material/ui/wait.mat></align>"
  1036. }
  1037.  
  1038. ui::text_template : txt.parking.company {
  1039. name: "Parking difficulty company name"
  1040. text: "<align hstyle=center vstyle=center><font face=/font/normal.font>@@job_delivery_company@@ <color value=@@clr_sel@@>%0</font></align>"
  1041. }
  1042.  
  1043. ##############
  1044. # Jobs detail and listing
  1045. ##############
  1046. ui::text_template : txt.onlnjob.offer {
  1047. name: "Online Job Offer"
  1048. text: "<align vstyle=center><font face=/font/normal.font><color value=@@clr_sel@@>%0 <color value=@@clr_white@@>/ %1
  1049. <br offset=8><color value=@@clr_sel@@>%2 <color value=@@clr_white@@>/ %3
  1050. <br offset=8><color value=@@clr_wotr_blue@@><img src=/material/ui/stopwatch.mat> %4
  1051. <br offset=8><color value=@@clr_sel@@>%5 <color value=@@clr_white@@>(%6)
  1052. <br offset=8><color value=@@clr_sel@@>%7</align>"
  1053. }
  1054.  
  1055. ui::text_template : txt.onlnjob.time {
  1056. name: "Online Job Time"
  1057. text: "<align hstyle=center vstyle=center><img src=/material/ui/icon/clock.mat> <font face=/font/normal.font><color value=FF8b8b8b>%0: <color value=@@clr_white@@>%1</align>"
  1058. }
  1059.  
  1060. ui::text_template : txt.jobdetail {
  1061. name: "Job Detail"
  1062. text: "<align vstyle=center><font face=/font/normal.font><color value=@@clr_sel@@>%0 <color value=@@clr_white@@>/ %1
  1063. <br offset=8><color value=@@clr_sel@@>%2 <color value=@@clr_white@@>/ %3
  1064. <br offset=8><color value=@@clr_sel@@>%4
  1065. <br offset=8><color value=@@clr_sel@@>%5 <color value=@@clr_white@@>(%6)
  1066. <br offset=8><color value=@@clr_sel@@>%7</align>"
  1067. }
  1068.  
  1069. ui::text_template : txt.jobdetail_la {
  1070. name: "Special Job Detail Labels"
  1071. text: "<align hstyle=left vstyle=center><font face=/font/normal.font><color value=@@clr_txt@@><color value=@@clr_white@@>%0\r\n<br offset=8>%1\r\n<br offset=8>%2\r\n<br offset=8>%3\r\n<br offset=8>%4\r\n<br offset=8>%5</font></align>"
  1072. }
  1073.  
  1074. ui::text_template : txt.jobdetail_sp {
  1075. name: "Special Job Detail"
  1076. text: "<align vstyle=center><font face=/font/normal.font><color value=@@clr_sel@@>%0 <color value=@@clr_white@@>%1
  1077. <br offset=8><color value=@@clr_sel@@>%2 <color value=@@clr_white@@>%3
  1078. <br offset=8><color value=@@clr_sel@@>%4 <color value=@@clr_white@@>%5
  1079. <br offset=8><color value=@@clr_sel@@>%6 <color value=@@clr_white@@>%7
  1080. <br offset=8><color value=@@clr_sel@@>%8 <color value=@@clr_white@@>%9
  1081. <br offset=8><color value=@@clr_sel@@>%A <color value=@@clr_white@@>%B</align>"
  1082. }
  1083.  
  1084. ui::text_template : txt.jobicon {
  1085. name: "Job Detail Icon"
  1086. text: "<img src=/material/ui/icon/%0.mat width=32 height=32>"
  1087. }
  1088.  
  1089. ui::text_template : txt.notification.wide {
  1090. name: "Wide notification"
  1091.  
  1092. text: "<img src=/material/ui/tooltip/corner.mat top=p24 bottom=0 left=p8><img src=/material/ui/tooltip/corner.mat top=p24 bottom=0 left=p31 right=p32 width=-24><img src=/material/ui/tooltip/corner.mat top=p24 bottom=0 left=p32 right=p8><img src=/material/ui/tooltip/corner.mat top=p0 bottom=p0 left=p8 height=-48><img src=/material/ui/tooltip/corner.mat top=p0 bottom=p1 left=p31 right=p32 width=-24 height=-24><img src=/material/ui/tooltip/corner.mat top=p0 bottom=p0 left=p32 right=p10 height=-24><img src=/material/ui/tooltip/corner.mat top=0 bottom=p24 left=p8><img src=/material/ui/tooltip/corner.mat top=0 bottom=p24 left=p31 right=p32 width=-24><img src=/material/ui/tooltip/corner.mat top=0 bottom=p24 left=p32 right=p8><ret><offset hshift=16><align vstyle=center><color value=FFFFFFFF><img src=/material/ui/attention.mat><font face=/font/normal.font><margin left=53>%0<margin left=-53></align>"
  1093. }
  1094.  
  1095. ui::text_template : txt.conf_bar.big {
  1096. name: "Truck Config Bar Big"
  1097. text: "<color value=0xFF1C1C1C><img src=/material/ui/white.mat xscale=stretch height=30><color value=0xFFFFFFFF>
  1098. <ret><img src=/material/ui/truck_config/bar_lost.mat width=%0 height=30>
  1099. <ret><img src=/material/ui/truck_config/bar_gain.mat width=%1 height=30>
  1100. <ret><img src=/material/ui/truck_config/bar_current.mat width=%2 height=30>
  1101. <ret><font face=/font/normal.font><color value=%3><offset hshift=15 vshift=6>%4</font>"
  1102. }
  1103.  
  1104. ui::text_template : txt.conf_bar.small {
  1105. name: "Truck Config Bar Small"
  1106. text: "<color value=0xFF1C1C1C><img src=/material/ui/white.mat xscale=stretch height=26>
  1107. <ret><align vstyle=center><font face=/font/normal.font><color value=%0><offset hshift=15>%1<align hstyle=right right=-15>%2</align></font></align>"
  1108. }
  1109.  
  1110. ui::text_template : txt.ttip_white.up {
  1111. name: "Tooltip UP"
  1112. text: "<img src=/material/ui/tooltip/corner.mat bottom=0 top=1><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=1 width=-32><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=1 right=0><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 height=-64><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 right=p36 left=p34 width=-35 height=-32><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 right=0 left=p35 height=-32><img src=/material/ui/tooltip/corner.mat><img src=/material/ui/tooltip/corner.mat left=1 width=-32><img src=/material/ui/tooltip/corner.mat left=1 right=0>
  1113. <ret>
  1114. <align hstyle=center vstyle=bottom bottom=-2>
  1115. <img src=/material/ui/tooltip/arrow_v.mat top=p16 bottom=p30 left=p6 right=p26>
  1116. </align>
  1117. <ret>
  1118. <margin left=26 right=-26>
  1119. <align hstyle=center vstyle=center>
  1120. <font face=/font/normal.font><color value=@@clr_txt@@>%0</font>
  1121. </align>
  1122. </margin>"
  1123. }
  1124.  
  1125. ui::text_template : txt.ttip_framed.left {
  1126. name: "Tooltip LEFT"
  1127. text: "<img src=/material/ui/tooltip/corner.mat bottom=0 top=1><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=1 width=-32><img src=/material/ui/tooltip/corner.mat bottom=0 top=1 left=1 right=0><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 height=-64><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 right=p36 left=p34 width=-35 height=-32><img src=/material/ui/tooltip/corner.mat bottom=0 top=p1 right=0 left=p35 height=-32><img src=/material/ui/tooltip/corner.mat><img src=/material/ui/tooltip/corner.mat left=1 width=-32><img src=/material/ui/tooltip/corner.mat left=1 right=0>
  1128. <ret>
  1129. <align hstyle=right vstyle=center>
  1130. <img src=/material/ui/tooltip/arrow_h.mat right=p0 left=p15 top=p24 bottom=p7 height=17>
  1131. </align>
  1132. <ret>
  1133. <margin left=26 right=-26>
  1134. <align hstyle=center vstyle=center>
  1135. <font face=/font/normal.font><color value=@@clr_txt@@>%0</font>
  1136. </align>
  1137. </margin>"
  1138. }
  1139.  
  1140. # Event popup templates
  1141.  
  1142. ui::text_template : txt.event.progress
  1143. {
  1144. name: "Event progress"
  1145. text: "<font face=/font/normal.font><color value=@@clr_sel@@>@@event_progress@@: <color value=@@%0@@>%1"
  1146. }
  1147.  
  1148.  
  1149. # Generic templates
  1150.  
  1151. ui::text_template : txt.stretched.image
  1152. {
  1153. name: "Generic - Stretched image"
  1154. text: "<img src=%0 xscale=stretch yscale=stretch>"
  1155. }
  1156.  
  1157. ui::text_template : txt.stretched.image.colored
  1158. {
  1159. name: "Generic - Stretched image with color"
  1160. text: "<img src=%0 xscale=stretch yscale=stretch color=%1>"
  1161. }
  1162.  
  1163. ui::text_template : txt.driver.detail.skill.row {
  1164. name:"Driver detail skill bar"
  1165. text: "<img src=/material/ui/company_manager/driver_skills_icons.mat left=%0 top=p31 bottom=p62 right=%1 width=31 height=31>
  1166. <offset hshift=10>
  1167. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p211 top=p0 bottom=p31 right=p228 width=17 height=31>
  1168. <offset hshift=3>
  1169. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p211 top=p0 bottom=p31 right=p228 width=17 height=31>
  1170. <offset hshift=3>
  1171. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p211 top=p0 bottom=p31 right=p228 width=17 height=31>
  1172. <offset hshift=3>
  1173. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p211 top=p0 bottom=p31 right=p228 width=17 height=31>
  1174. <offset hshift=3>
  1175. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p211 top=p0 bottom=p31 right=p228 width=17 height=31>
  1176. <offset hshift=3>
  1177. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p211 top=p0 bottom=p31 right=p228 width=17 height=31>"
  1178. width:165
  1179. height:31
  1180. }
  1181.  
  1182. ui::text_template : txt.driver.detail.skill.row.fill {
  1183. name:"Driver detail skill bar fill"
  1184. text: "<img src=/material/ui/company_manager/driver_skills_icons.mat left=p233 top=p0 bottom=p31 right=p250 width=17 height=31>
  1185. <offset hshift=3>
  1186. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p233 top=p0 bottom=p31 right=p250 width=17 height=31>
  1187. <offset hshift=3>
  1188. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p233 top=p0 bottom=p31 right=p250 width=17 height=31>
  1189. <offset hshift=3>
  1190. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p233 top=p0 bottom=p31 right=p250 width=17 height=31>
  1191. <offset hshift=3>
  1192. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p233 top=p0 bottom=p31 right=p250 width=17 height=31>
  1193. <offset hshift=3>
  1194. <img src=/material/ui/company_manager/driver_skills_icons.mat left=p233 top=p0 bottom=p31 right=p250 width=17 height=31>"
  1195. height:31
  1196. }
  1197.  
  1198. ui::text_template : txt.driver.avatar {
  1199. name: "Driver avatar"
  1200.  
  1201. text: "<img src=%0.mat xscale=stretch yscale=stretch right=p96 bottom=p96>"
  1202. }
  1203.  
  1204. ui::text_template : txt.online.dealer.locked.entry {
  1205. name: "Online dealer entry locked overlay"
  1206.  
  1207. text: "<color value=DD4F4F4F><offset hshift=1><img src=/material/ui/white.mat width=-1 height=1><ret><offset vshift=1><img src=/material/ui/white.mat xscale=stretch height=-1><offset hshift=1><img src=/material/ui/white.mat width=-1 height=1><ret>
  1208. <color value=FFFFFFFF>
  1209. <align vstyle=center hstyle=center><img src=/material/ui/lock_big.mat><br><br><font face=/font/normal.font><color value=@@clr_txt@@>%0</align>"
  1210.  
  1211. width: 562
  1212. height: 256
  1213. }
  1214.  
  1215. ui::text_template : txt.adv_damage.cargo {
  1216. name: "Adviser cargo damage icon"
  1217. text: "<img src=/material/ui/adviser/%0 top=p14><ret><align vstyle=bottom bottom=50><img src=/material/ui/adviser/%0 top=p%1 bottom=p64 color=FF0000FF></align>"
  1218. height: 35
  1219. }
  1220. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement