View Single Post
  #5  
Unread 08-25-2008, 02:51 PM
Supermax's Avatar
Supermax Supermax is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Winnipeg, Canada
Posts: 92
Also I just noticed that you'll need to get rid of that space between =" and nazgul:
Quote:
<Mapping ArtAssetID="LetterBoxBottom"FileName=" nazgul_bottom_bar_graphic.tga"></Mapping>
should be

Quote:
<Mapping ArtAssetID="LetterBoxBottom"FileName="nazgul_bottom_bar_graphic.tga"></Mapping>
Also you'll need to add a space between Bottom" and FileName:
Quote:
<Mapping ArtAssetID="LetterBoxBottom"FileName="nazgul_bottom_bar_graphic.tga"></Mapping>
should be

Quote:
<Mapping ArtAssetID="LetterBoxBottom" FileName="nazgul_bottom_bar_graphic.tga"></Mapping>
Cheers

Last edited by Supermax : 08-25-2008 at 02:55 PM.
Reply With Quote