Forums Index >> Modding >> the radar dot doen't work.................why...
Page : <1> :
I have heard that if I want to change the radar size I must change the radar image size
ok I have change it to 256x256 the normail is 126x126 but I have change it to 256x256
look what happen here
please guys I need your help someone tell me how to make the radar so bigger X/
RadarHud.dotWidth = "8";
RadarHud.dotHeight = "16";
You're changing the radar dot, not the radar. Also the above settings will make the dots 8 pixels wide, and 16 pixels high.
Go to LilAlien's site here
and download the larger radar.
You need the playGui.gui.dso.
It will tell the game that you're using a larger radar file.
The radar_base.jpg
file should be 256 x 256 pixels for double size and 346 x 346 pixels for triple size.
Last edited: Monday, October 24, 2005 at 3:29:33 PM
Is there a radar changer for the ones who use the reflexive arcade version 8o
Then I have change it like this
RadarHud.dotWidth = "640";
RadarHud.dotHeight = "480";
Notice....
RadarHud.dotWidth
= "640";
RadarHud.dotHeight
= "480";
Ehm?
Just pointing out the obvious that you should've checked before going through your procedures...
Lol
another time, srry nokta
Page : <1> :
Hey guys I know when I want to make the radar so bigger
must change this
RadarHud.dotWidth = "XX";
RadarHud.dotHeight = "YY";
I have change the radar skin to skull
this is the normal size of the radar
here
I have change it like this
RadarHud.dotWidth = "8";
RadarHud.dotHeight = "16";
Loke here what happen.....click here
You will see the radar size didn't change but the red point size have been changed
Then I have change it like this
RadarHud.dotWidth = "640";
RadarHud.dotHeight = "480";
Look here
See the red point size have chaanged and the radar size didn't change why
anyone help me with this please
I know when I want to change I must put it in main.cs but when I change the radar size look what happen
why this happen X/