Thread: New commandbars
View Single Post
Old 06-29-2004, 12:41 PM   #4 (permalink)
najzlijiji
Member
 
Join Date: May 2004
Location: Serbia
Posts: 59
Default

well did u just made your comand bar with the same name as the gla and then just replaced pics... u should ad your picture with diferent name and then in ControlBarScheme.ini change name of comadnbar picture to match yours
here. first u add your picture in textures folder
second u describe pic in HandCreatedMappedImages.ini like this
Code:
MappedImage InGameUIAmericaBase ;Here u put your name u will use in ControlBarScheme.ini
  Texture = SACommandBar.tga ; here u put name of your pic
  TextureWidth = 1024
  TextureHeight = 256
  Coords = Left:0 Top:64 Right:800 Bottom:255
  Status = NONE
End
third u describe it in ControlBarScheme.ini by name of image to use at the botom of someones comandscheme like this
Code:
  ImagePart
    Position X:0 Y:408
    Size X:800 Y:191
    ImageName InGameUIAmericaBase ; here u use ur name of image
    Layer 4 ;; layer means how deep the image will be drawn, it's a number between 0-5 with 0 being on top 
  End
End
najzlijiji is offline   Reply With Quote