Help Needed!!!

taimurasad

Club Cricketer
Joined
Jul 25, 2004
Location
Karachi, Pakistan
Online Cricket Games Owned
Can I anyone here tell me whre to write the filename of the tvlogo image in config editor to make it appear in game??
 
It is in

Screen ID 1 (inmatch) = tv overlay

For example in the ten sports patch:
Code:
<TextButton ID = "3"
		BgColor = "ffffffff"
		Color = "ffffffff"
		Font = "font6"
		FontSize = "000"
		xPos = "510"
		yPos = "405"
		Width = "135"
		Height = "45"
		Depth = "4"
		Text = ""
		Texture = "dogten" :[COLOR=RoyalBlue][I]texture TGA file of the TV logo[/I][/COLOR]
		UpID = "0"
		DownID = "0"
		RightID = "0"
		LeftID = "0"
		Justify = "0"
		>
		</TextButton >

Or u can create a TextButton and set the X & Y positions,Height,Width,Texture,etc on your own.
 
Last edited:
bharat said:
It is in

Screen ID 1 (inmatch) = tv overlay

For example in the ten sports patch:
Code:
<TextButton ID = "3"
		BgColor = "ffffffff"
		Color = "ffffffff"
		Font = "font6"
		FontSize = "000"
		xPos = "510"
		yPos = "405"
		Width = "135"
		Height = "45"
		Depth = "4"
		Text = ""
		Texture = "dogten" :[COLOR=RoyalBlue][I]texture TGA file of the TV logo[/I][/COLOR]
		UpID = "0"
		DownID = "0"
		RightID = "0"
		LeftID = "0"
		Justify = "0"
		>
		</TextButton >

Or u can create a TextButton and set the X & Y positions,Height,Width,Texture,etc on your own.

Thnx alot!!! bharat. That was really helpful.
 

Users who are viewing this thread

Top