home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_default_controlbarscheme.ini < prev    next >
Text File  |  2006-01-31  |  3KB  |  53 lines

  1. ;//////////////////////////////////////////////////////////////////////////////
  2. ;FILE: ControlBarScheme.ini (DEFAULT) /////////////////////////////////////////
  3. ;//////////////////////////////////////////////////////////////////////////////
  4.  
  5. ;------------------------------------------------------------------------------
  6. ; How to create your own Control Bar
  7. ;------------------------------------------------------------------------------
  8. ;  What this is?
  9. ;       This file allows a user to modify or create their own Control Bar to be 
  10. ;       used ingame.  This file only deals with the look of the control bar and
  11. ;       not with any functionality.  This file is setup to be as simple as possible
  12. ;       allowing for an easy way to customize (ie. add logos, clan images, etc.)
  13. ;       the control bar.
  14. ;
  15. ;  How to use it?
  16. ;       There are three things that need to happen if one is to successfully modify
  17. ;       their control bar or add a new on.  
  18. ;
  19. ;    Layout of a ControlBarScheme
  20. ;       ControlBarScheme <Name of scheme>
  21. ;          ScreenCreationRes X:<width of the screen as an Integer> Y:<Height of the screen as an Integer>
  22. ;          Side <Side you want this Scheme to be for, Must also be included in PlayerTemplates.ini>
  23. ;          <Any Number of Image Parts Or Animation Parts>
  24. ;       End
  25. ;
  26. ;    Layout of an ImagePart
  27. ;       ImagePart
  28. ;         Position X:<Integer X Position on the screen> Y:<Integer Y Position on the Screen>
  29. ;         Size X:<Integer Width of the image> Y:<Integer Height of the Image>
  30. ;         ImageName <name of the image you added in the data\MappedImage\CustomImages Directory>
  31. ;         Layer <Integer value equal to 0-5> ; see above
  32. ;       End
  33.  
  34. ;          ImagePart  ; Any Number of these can be used to draw the control bar
  35.  
  36.  
  37. ;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  38. ;; File must always contain an entry for Default! This is the defualt command bar that will come up
  39. ;; if someone does the debug ctrl+Shift+space and lands on a civilian or something weird
  40. ;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  41.  
  42. ControlBarScheme Default
  43.   ScreenCreationRes X:1024 Y:768
  44.   Side Observer
  45.   ImagePart
  46.     Position X:0 Y:520
  47.     Size X:1024 Y:248
  48.     ImageName SCCommandBar
  49.     Layer 4 ;; layer means how deep the image will be drawn, it's a number between 0-5 with 0 being on top 
  50.   End
  51. End
  52.  
  53.