Forums Index >> Help >> where can I find 2x or 3x size dots for 2x or 3x r...
Page : <1> :
How to change Radar Dots ;
( If you use my Zoom Radar,
I have all ready done this step for you )
The radar dots will still be tiny, so add these lines to the bottom of the main.cs file;
for 2x's size radar dots:
( I use this one with 2x's radar)
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight;
for 3x's size radar dots:
RadarHud.dotWidth = RadarHud.dotWidth + RadarHud.dotWidth + RadarHud.dotWidth;
RadarHud.dotHeight = RadarHud.dotHeight + RadarHud.dotHeight + RadarHud.dotWidth;
Any other questions drop me a line ! B)
Last edited: Thursday, December 15, 2005 at 10:10:10 PM
Just nitpicking a little :P...The radar settings that let you view the ratio of (tank size:space between tanks) most accurately are 3x radar with 1x dots.
BTW, where's that handy website with the radars, crosshairs, etc.?
Last edited: Friday, December 16, 2005 at 5:53:48 PM
Thats what my zoom radar is for ! Go to," Modding Resource " thread made by Max, then scroll down until you find LiAlienD link to his website ! If you have problems finding it let me know. B)
Thanks Lone :)
Page : <1> :
thanks for your help. :)