TV Graphics Editing - Including Sky, C4, nine, ESPN STAR, and Ten Sports

TV logos are inserted by entering their texture name into the XML file and then putting that file into the data/bats directory as a targa.
 
Do u mean I take the noname797.txt file for example, open it with notepad, copy for example <TextButton ID = "3"
BgColor = "00ff0000"
Color = "00ffffff"
Font = "font2"
FontSize = "16"
xPos = "170"
yPos = "229"
Width = "200"
Height = "32"
Depth = "5.000000"
Text = "A game modes"
Texture = ""
UpID = "2"
DownID = "4"
RightID = "3"
LeftID = "3"
Justify = "2"
CallBack = "fez:MsgXPress GoToScreen(11)"
and put it into the data/bats folder?
 
You see the field in there labelled 'texture'?
That is where we can set the logos used.
I'll explain what all the info here means:
In this case the button refers to the 'Game Modes' option from the main menu. Xpos and Ypos determine where on the screen it will be positioned. Height width to size of button etc. Text determines what the button says. Callback = 'fez:MsgXPress' is where clicking the button will take you.
Texture is blank in this screen because the button doesn't need a texture (like a logo). Further down noname797, you will find this text: (unedited version)

</TextButton >
<TextButton ID = "200"
BgColor = "fffffffff"
Color = "ffffffff"
Font = "font1"
FontSize = "12"
xPos = "420"
yPos = "180"
Width = "128"
Height = "128"
Depth = "6.000000"
Text = ""
Texture = "b_aus"
UpID = "155"
DownID = "155"
RightID = "155"
LeftID = "155"
Justify = "0"


In this case, texture "b_aus" ensures that we will see the Aussie logo whenever we enter the main menu screen. You can change this to see what you like (or add more as das vicky has done).
you can write texture = "hondacivic" if you like provided you put a file in teh data/bats directory named hondacivic.tga
Das can probably give you more infomation as my knowledge is strictly limited to observation rather than learning...
 
Thanks for all the help BARMY ARMY I've got it 100% correct know and will soon post some edited menus for the game, for I have some very expensive programs to create some nice stuff with.
Thanks again.
 
Can you perhaps tell me on this XML where must I rename to edit the main menu?

<Screen ID = "0"
BgColor = "ffffff00"
TLeft = ""
TMiddle = ""
TRight = ""
BLeft = ""
BMiddle = ""
BRight = ""
DefButton = "2"
DefWnd = "0"
CallBack = "fez:MsgSetHeader SetHeader(main menu)"
CallBack = "fez:MsgSquarePress GoToScreen(159)"
CallBack = "fez:MsgTrianglePress GoToScreen(136)"
CallBack = "MsgL1Press OnTestThePopUp"
CallBack = "fez:MsgSetLeftFooter SetLeftFooter(1,NULL)"
CallBack = "fez:MsgSetRightFooter SetRightFooter(1,NULL)"
CallBack = "MsgTransitionIn OnMainMenuTransitionIn"
>
<Window ID = "0"
BgColor = "ffff0000"
Color = "00ffff00"
BorderWidth = "0"
FillType = "4"
Depth = "5.000000"
Width = "640"
Height = "480"
xPos = "0"
yPos = "0"
na = ""
na = ""
na = ""
na = ""
na = ""
na = ""
na = ""
na = ""
na = ""
State = "2"
 

Users who are viewing this thread

Top