home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2002 January / CMExtra2.iso / FIFA2002WC / fifa_worldcup_2002_demo.exe / data / feart / ferprfbe.txt < prev    next >
Text File  |  2002-03-07  |  1KB  |  49 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 - yellow
  10. 255,225,200,44,
  11. [colour];colour 2 - warm grey
  12. 255,197,170,153,
  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 - red
  18. 255,204,0,51,
  19. [colour];colour 6 - orange
  20. 255,255,141,50,
  21. [colour];colour 7 - blue
  22. 255,0,154,222,
  23.  
  24. ; language,font index,fontfile
  25. ; font pointers are:
  26. ; ALL ASCII-TYPE=-1
  27. ; (english=0, american=1, french=2, german=3, italian=4, spanish=5, swedish=6, dutch=7, portugese=8)
  28. ; GREEK=9
  29. ; HEBREW=10
  30. ; JAPANESE=11
  31. ; KOREAN=12
  32. ; DEBUG=13 
  33.  
  34. ; font preferences the format is like so: language index (-1 = set for all languages), font index, font file name
  35. [font] ; all fonts by default set to english
  36. -1,0,engfont1,
  37. [font]
  38. 9,0,grkfont1,
  39. [font]
  40. 10,0,hebfont1,
  41. [font]
  42. 11,0,jpnfont1,
  43. [font]
  44. 12,0,korfont1,
  45. [font]
  46. 13,0,dbgfont1,
  47.   
  48. [end]; end marker
  49.