home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Dema / theprojectv1-0.exe / FCData / Scripts.pak / Scripts / UIScreens / UISystemCfg.lua < prev   
Encoding:
Text File  |  2004-10-28  |  938 b   |  25 lines

  1. -----------------------------------------------
  2. -- Far Cry User Interface System Configuration
  3. -----------------------------------------------
  4.  
  5. UI.szBannerCfgURL = "http://www.crytek.com/farcry/banner/banner.cfg";
  6. UI.szBannerCfgPath = "scripts/banner.cfg";
  7. UI.szSkinPath = "scripts/UIScreens/skin.lua";
  8. UI.szMouseCursor = "textures/GUI/mousecursor";
  9. UI.szMenuMusic = "";
  10. UI.szCreditsMusic = "";
  11. UI.iSideMenuTop = 120;
  12. UI.iSideMenuLeft = 56;
  13. UI.iSideMenuSpacing = 0;
  14. UI.szFocusColor = "181 246 188 255";
  15. UI.szBorderColor = "99 125 132 255";
  16. UI.szListViewOddColor = "113 142 121 255";
  17. UI.szListViewEvenColor = "162 194 170 255";
  18. UI.szSelectionColor = "162 194 170 168";
  19. UI.szMessageBoxColor = "0 0 0 164";
  20. UI.szMessageBoxScreenColor = "0 0 0 128";
  21. UI.szTabAdditiveColor = "12 44 6 92";
  22. UI.szLocalizedCutSceneFolder = "languages/movies/&language&/";
  23. UI.szCutSceneFolder = "languages/movies/";
  24. UI.fCanSkipTime = 0.45;
  25.