Forums Index >> Help >> help with double size radar



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

Thursday, August 25, 2005 at 10:00:35 AM

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

Thursday, August 25, 2005 at 10:36:49 AM

I read that but its confusing..... Ill read it 50 more times

Thats my radar btw...

Thursday, August 25, 2005 at 10:49:03 AM

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

Thursday, August 25, 2005 at 11:39:32 AM

Can u show me ur main.cs, cuz I did it exactly as u said but nothins workin XO

Thursday, August 25, 2005 at 12:10:39 PM

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

Friday, August 26, 2005 at 7:57:47 AM

Ok some of my posts prolly got deleted, but I said "it works I accidentally deleted one of these } <-----" lol

thx anyways

Friday, August 26, 2005 at 8:49:24 AM

Ok, Great!

 

Friday, August 26, 2005 at 8:57:57 AM

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

 

Thursday, September 01, 2005 at 7:03:25 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald