[T1 Release] TimeHUD for Andrew's config.

timehud.jpg
 
Last edited:
The Server info is just a RemoteBP, if you write a script to make all your RemoteBP's to RemoteTP's you get the server info at the top of the screen.
 
SuperSlug said:
Tribes gives you that info when you first connect to a server. vgx.

All i asked was how do u move it from bottum to top, not where does it come from. i know it's there from server i just wanted to move em to the top as part of modifying my config.
 
Doh. Sorry, I'm naturally a smart ass, runs in the family. Here you go:
Code:
function remoteBP(%a, %b, %c)
{
	remoteTP(%a, %b, %c);
}

function remoteCP(%a, %b, %c)
{
	remoteTP(%a, %b, %c);
}

Just put that in a file and exec it.
 
Back
Top