home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2002 January / CMExtra2.iso / FIFA2002WC / fifa_worldcup_2002_demo.exe / data / feart / ferpref.txt < prev    next >
Text File  |  2002-03-07  |  1KB  |  63 lines

  1. ;
  2. ; Preference file for FIFA
  3. ;
  4. ; [colour] = new colour
  5. ; A,R,G,B,  NOTE: there must be a comma at the end of the string
  6.  
  7. [colour];colour 0 - white
  8. 255,255,255,255,
  9. [colour];colour 1 - red
  10. 255,204,0,51,
  11. [colour];colour 2 - warm grey
  12. 255,125,120,100,
  13. [colour];colour 3 - black
  14. 255,0,0,0,
  15. [colour];colour 4 - disabled grey
  16. 255,180,180,180,
  17. [colour];colour 5 - BE warm grey
  18. 255,190,185,135,
  19. [colour];colour 6 - BE yellow
  20. 255,255,204,0,
  21. [colour];colour 7 - BE pale
  22. 255,235,237,235,
  23. [colour];colour 8 - title blue
  24. 255,54,88,124,
  25.  
  26. ; language,font index,fontfile
  27. ; font pointers are:
  28. ; ALL ASCII-TYPE=-1
  29. ; (english=0, american=1, french=2, german=3, italian=4, spanish=5, swedish=6, dutch=7, portugese=8)
  30. ; GREEK=9
  31. ; HEBREW=10
  32. ; JAPANESE=11
  33. ; KOREAN=12
  34. ; DEBUG=13 
  35.  
  36. ; font preferences the format is like so: language index (-1 = set for all languages), font index, font file name
  37. [font] ; all fonts by default set to english
  38. -1,0,engfont0,
  39. [font] ; all fonts by default set to english
  40. -1,1,engfont1,
  41. [font]
  42. 9,0,grkfont0,
  43. [font]
  44. 9,1,grkfont1,
  45. [font]
  46. 10,0,hebfont0,
  47. [font]
  48. 10,1,hebfont1,
  49. [font]
  50. 11,0,jpnfont0,
  51. [font]
  52. 11,1,jpnfont1,
  53. [font]
  54. 12,0,korfont0,
  55. [font]
  56. 12,1,korfont1,
  57. [font]
  58. 13,0,dbgfont0,
  59. [font]
  60. 13,1,dbgfont1,
  61.   
  62. [end]; end marker
  63.