Forums Index >> Help >> help with double size radar
Page : <1> :
Read this thread carefully and you find the answer.
You don't have to let go of one rope before grabbing the other. But you'll have to let go of one if you want to swing forward.
Last edited: Thursday, August 25, 2005 at 10:38:16 AM
I read that but its confusing..... Ill read it 50 more times
Thats my radar btw...
Open the main.cs file in your TT folder. Add either of these to the bottom of the file.
3X Radar no dot modification.
For double size radar dots:
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight;
For triple size radar dots:
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight + RadarHud.dotWidth;
Personally I think the 3X radar dots are too big. Kind of fuzzy.
Last edited: Thursday, August 25, 2005 at 12:07:18 PM
Can u show me ur main.cs, cuz I did it exactly as u said but nothins workin XO
Disregard the other stuff. The stuff in quotes is what you want. (green box)
//Shows The KileBytes (KB) Left To End Downloading = "FileSize"
//Shows Both = "Both"
$Show::LoadType = "Both";
//Never Stop Download Bar END
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight;
Function onFileChunkReceived(%file, %ofs, %size)
{
loadingProgress.setValue(%ofs / %size);
loadingProgressTxt.setValue(" " @ %size - %ofs @ " kb left");
}
if (!$server::dedicated) {
moveMap.bindCmd(keyboard, "1", "", "commandToServer('messageSent', "Sweeeet!");");
Last edited: Friday, August 26, 2005 at 7:58:32 AM
Ok some of my posts prolly got deleted, but I said "it works I accidentally deleted one of these } <-----" lol
thx anyways
Ok, Great!
Where did u get the radar files? That might make a difference. I got mine right here on ptt and it worx perfectly :)
I love my randylion
Page : <1> :
The dots are 2 small how to I make them so they go along with the double size radar?
Last edited: Thursday, August 25, 2005 at 10:18:38 AM