Forums Index >> Help >> Radar Help Please
Page : <1> :
Make the size of the radar smaller or bigger
@ Cat
Not sure who's radar you have LilAlien's or Bolo's. I use Bolo's and its very true here is the link to it and how to change your dot size also hope that helps. B)
2Xradar
dots
Here is a cheat sheet for the dots,
Add them to the bottom of the main.cs file...just open it in a text editor..anything will do
Make sure to make a backup copy of all the radar files and of main.cs so u can revert back to them in case it gets hosed.
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;
If u need the radar even bigger 4x, 5x, etc use the same logic
If u need the radar at 1/2 the size make the images 64 X 64 and the dots smaller:
RadarHud.dotWidth = RadarHud.dotWidth / 2;
RadarHud.dotHeight = RadarHud.dotHeight / 2;
I didnt test the 1/2 size...im not sure if * and / are implemented...try and see
This is for pc....i suck at macs...sry
Last edited: Wednesday, December 08, 2004 at 10:00:21 AM
Thanks lonewolf it was a great help.
No problem glade to be of help! You play CTF so I will ask, have you gotten the new Zoom radar Billy Bob & I put out yet ? Its great in CTF or Scrum ! If not post here and I will get you all you need ok ! Here is the link to the page if you want to read some comments on it, plus the info and all is here at Billy Bob & LONEWOLF X-Mas persent to all ! Its in General Forums page 2. I tried to set up a link for it but it will not work for some reason. B)
Last edited: Friday, December 10, 2004 at 1:50:20 PM
Page : <1> :
I had the 2X radar. It was always about a half inch off. So I changed it to the radar-z from the other stuff downloads on PTT.
I still have the same problem. Is there any way to make it be exact? Like if im in the goal it looks like im out about a 1/2 inch
out in real measure on my screen. Any help would be great. Should I go back to the one that came with the game? If so I think I
lost it. Where would I down load it again. I dont want to install the game again if I dont have to.
Last edited: Sunday, December 05, 2004 at 9:23:35 AM