Advertisement
Guest User

HERE IS THE FLIPPIN' THING AFTER ALL THESE YEARS WE FOUND IT

a guest
Aug 30th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. #base "../../hl2/resource/SourceScheme.res"
  2.  
  3. Scheme
  4. {
  5. BaseSettings
  6. {
  7. // scheme-specific colors
  8. MainMenu.TextColor "TanLight" [$WIN32]
  9. MainMenu.ArmedTextColor "117 107 94 255" [$WIN32]
  10. MainMenu.Inset "32"
  11. }
  12.  
  13. Fonts
  14. {
  15. "MainMenuFont"
  16. {
  17. "1" [$WIN32]
  18. {
  19. "name" "Comic Sans MS"
  20. "tall" "18"
  21. "weight" "500"
  22. "additive" "0"
  23. "antialias" "1"
  24. }
  25. }
  26. "MenuLarge"
  27. {
  28. "1" [$X360]
  29. {
  30. "tall_hidef" "24"
  31. }
  32. }
  33. "MenuTitle"
  34. {
  35. "1"
  36. {
  37. "name" "Comic Sans MS"
  38. "tall" "20"
  39. "weight" "500"
  40. }
  41. }
  42.  
  43. "MenuTitle2"
  44. {
  45. "1"
  46. {
  47. "name" "Comic Sans MS"
  48. "tall" "18"
  49. "weight" "500"
  50. }
  51. }
  52.  
  53. "MenuTitle2"
  54. {
  55. "1"
  56. {
  57. "name" "Comic Sans MS"
  58. "tall" "14"
  59. "weight" "500"
  60. }
  61. }
  62.  
  63. // fonts listed later in the order will only be used if they fulfill a range not already filled
  64. // if a font fails to load then the subsequent fonts will replace
  65. Default
  66. {
  67. "1"
  68. {
  69. "name" "Comic Sans MS"
  70. "tall" "12"
  71. "weight" "700"
  72. "antialias" "1"
  73. "yres" "1 599"
  74. }
  75. "2"
  76. {
  77. "name" "Comic Sans MS"
  78. "tall" "13"
  79. "weight" "700"
  80. "antialias" "1"
  81. "yres" "600 767"
  82. }
  83. "3"
  84. {
  85. "name" "Comic Sans MS"
  86. "tall" "15"
  87. "weight" "900"
  88. "antialias" "1"
  89. "yres" "768 1023"
  90. }
  91. "4"
  92. {
  93. "name" "Comic Sans MS"
  94. "tall" "18"
  95. "weight" "900"
  96. "antialias" "1"
  97. "yres" "1024 1199"
  98. }
  99. "5"
  100. {
  101. "name" "Comic Sans MS"
  102. "tall" "20"
  103. "weight" "900"
  104. "antialias" "1"
  105. "yres" "1200 10000"
  106. "additive" "1"
  107. }
  108. }
  109. "DefaultSmall"
  110. {
  111. "1"
  112. {
  113. "name" "Comic Sans MS"
  114. "tall" "10"
  115. "weight" "0"
  116. "range" "0x0000 0x017F"
  117. "yres" "480 599"
  118. }
  119. "2"
  120. {
  121. "name" "Comic Sans MS"
  122. "tall" "12"
  123. "weight" "0"
  124. "range" "0x0000 0x017F"
  125. "yres" "600 767"
  126. }
  127. "3"
  128. {
  129. "name" "Comic Sans MS"
  130. "tall" "13"
  131. "weight" "0"
  132. "range" "0x0000 0x017F"
  133. "yres" "768 1023"
  134. "antialias" "1"
  135. }
  136. "4"
  137. {
  138. "name" "Comic Sans MS"
  139. "tall" "16"
  140. "weight" "0"
  141. "range" "0x0000 0x017F"
  142. "yres" "1024 1199"
  143. "antialias" "1"
  144. }
  145. "5"
  146. {
  147. "name" "Comic Sans MS"
  148. "tall" "18"
  149. "weight" "0"
  150. "range" "0x0000 0x017F"
  151. "yres" "1200 6000"
  152. "antialias" "1"
  153. }
  154. }
  155. "DefaultVerySmall"
  156. {
  157. "1"
  158. {
  159. "name" "Comic Sans MS"
  160. "tall" "9"
  161. "weight" "0"
  162. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  163. "yres" "480 599"
  164. }
  165. "2"
  166. {
  167. "name" "Comic Sans MS"
  168. "tall" "10"
  169. "weight" "0"
  170. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  171. "yres" "600 767"
  172. }
  173. "3"
  174. {
  175. "name" "Comic Sans MS"
  176. "tall" "12"
  177. "weight" "0"
  178. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  179. "yres" "768 1023"
  180. "antialias" "1"
  181. }
  182. "4"
  183. {
  184. "name" "Comic Sans MS"
  185. "tall" "18"
  186. "weight" "0"
  187. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  188. "yres" "1024 1199"
  189. "antialias" "1"
  190. }
  191. "5"
  192. {
  193. "name" "Comic Sans MS"
  194. "tall" "20"
  195. "weight" "0"
  196. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  197. "yres" "1200 6000"
  198. "antialias" "1"
  199. }
  200. }
  201. "ClassMenuDefault"
  202. {
  203. "1"
  204. {
  205. "name" "Comic Sans MS"
  206. "tall" "9"
  207. "weight" "700"
  208. "antialias" "1"
  209. "yres" "1 599"
  210. }
  211. "2"
  212. {
  213. "name" "Comic Sans MS"
  214. "tall" "12"
  215. "weight" "700"
  216. "antialias" "1"
  217. "yres" "600 767"
  218. }
  219. "3"
  220. {
  221. "name" "Comic Sans MS"
  222. "tall" "14"
  223. "weight" "900"
  224. "antialias" "1"
  225. "yres" "768 1023"
  226. }
  227. "4"
  228. {
  229. "name" "Comic Sans MS"
  230. "tall" "20"
  231. "weight" "900"
  232. "antialias" "1"
  233. "yres" "1024 1199"
  234. }
  235. "5"
  236. {
  237. "name" "Comic Sans MS"
  238. "tall" "24"
  239. "weight" "900"
  240. "antialias" "1"
  241. "yres" "1200 10000"
  242. "additive" "1"
  243. }
  244. }
  245. "ClassMenuDefaultSmall"
  246. {
  247. "1"
  248. {
  249. "name" "Comic Sans MS"
  250. "tall" "12"
  251. "weight" "0"
  252. "range" "0x0000 0x017F"
  253. "yres" "480 599"
  254. }
  255. "2"
  256. {
  257. "name" "Comic Sans MS"
  258. "tall" "13"
  259. "weight" "0"
  260. "range" "0x0000 0x017F"
  261. "yres" "600 767"
  262. }
  263. "3"
  264. {
  265. "name" "Comic Sans MS"
  266. "tall" "14"
  267. "weight" "0"
  268. "range" "0x0000 0x017F"
  269. "yres" "768 1023"
  270. "antialias" "1"
  271. }
  272. "4"
  273. {
  274. "name" "Comic Sans MS"
  275. "tall" "20"
  276. "weight" "0"
  277. "range" "0x0000 0x017F"
  278. "yres" "1024 1199"
  279. "antialias" "1"
  280. }
  281. "5"
  282. {
  283. "name" "Comic Sans MS"
  284. "tall" "24"
  285. "weight" "0"
  286. "range" "0x0000 0x017F"
  287. "yres" "1200 6000"
  288. "antialias" "1"
  289. }
  290. "6"
  291. {
  292. "name" "Comic Sans MS"
  293. "tall" "12"
  294. "range" "0x0000 0x00FF"
  295. "weight" "0"
  296. }
  297. }
  298. "ClassMenuDefaultVerySmall"
  299. {
  300. "1"
  301. {
  302. "name" "Comic Sans MS"
  303. "tall" "12"
  304. "weight" "0"
  305. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  306. "yres" "480 599"
  307. }
  308. "2"
  309. {
  310. "name" "Comic Sans MS"
  311. "tall" "13"
  312. "weight" "0"
  313. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  314. "yres" "600 767"
  315. }
  316. "3"
  317. {
  318. "name" "Comic Sans MS"
  319. "tall" "14"
  320. "weight" "0"
  321. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  322. "yres" "768 1023"
  323. "antialias" "1"
  324. }
  325. "4"
  326. {
  327. "name" "Comic Sans MS"
  328. "tall" "20"
  329. "weight" "0"
  330. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  331. "yres" "1024 1199"
  332. "antialias" "1"
  333. }
  334. "5"
  335. {
  336. "name" "Comic Sans MS"
  337. "tall" "24"
  338. "weight" "0"
  339. "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A
  340. "yres" "1200 6000"
  341. "antialias" "1"
  342. }
  343. "6"
  344. {
  345. "name" "Comic Sans MS"
  346. "tall" "12"
  347. "range" "0x0000 0x00FF"
  348. "weight" "0"
  349. }
  350. "7"
  351. {
  352. "name" "Comic Sans MS"
  353. "tall" "11"
  354. "range" "0x0000 0x00FF"
  355. "weight" "0"
  356. }
  357. }
  358. "ClassMenuBodyFont"
  359. {
  360. "1"
  361. {
  362. "name" "Comic Sans MS"
  363. "tall" "9"
  364. "weight" "700"
  365. "antialias" "1"
  366. "yres" "1 599"
  367. }
  368. "2"
  369. {
  370. "name" "Comic Sans MS"
  371. "tall" "12"
  372. "weight" "700"
  373. "antialias" "1"
  374. "yres" "600 767"
  375. }
  376. "3"
  377. {
  378. "name" "Comic Sans MS"
  379. "tall" "14"
  380. "weight" "900"
  381. "antialias" "1"
  382. "yres" "768 1023"
  383. }
  384. "4"
  385. {
  386. "name" "Comic Sans MS"
  387. "tall" "20"
  388. "weight" "900"
  389. "antialias" "1"
  390. "yres" "1024 1199"
  391. }
  392. "5"
  393. {
  394. "name" "Comic Sans MS"
  395. "tall" "24"
  396. "weight" "900"
  397. "antialias" "1"
  398. "yres" "1200 10000"
  399. "additive" "1"
  400. }
  401. }
  402. }
  403.  
  404. CustomFontFiles
  405. {
  406. //"9" "resource/somecustomfont.ttf"
  407. }
  408. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement