Radar

Customize your Barbie World.
Post Reply
Barbie
Site Admin
Posts: 197
Joined: Thu Nov 08, 2018 7:12 am

Radar

Post by Barbie »

The following settings can be used in USER.INI in section [BarbiesWorld.HUDSB]:
  • RadarPosRatioX
    0=left, 100=right
  • RadarPosRatioY
    0=top, 100=bottom
  • RadarCanvasYRatio
    Ratio of radar cycle size to Canvas.SizeY: 100=cycle goes from top to bottom, 50=cycle fills half height, 0=no cycle. 10 to 30 are reasonable values.
  • RadarMarkerScale
    scaling of monster and player markers relative to radar size
  • RadarTranslucent
    TRUE or FALSE: Set the radar opaque or translucent.
Example:
USER.INI wrote: [BarbiesWorld.HUDSB]
;place the radar at right boarder:
RadarPosRatioX=100

;place the radar a bit below the vertical middle:
RadarPosRatioY=55

;size of radar (20% of screen height):
RadarCanvasYRatio=20

;size of markers (15% of radar size)
RadarMarkerScale=0.15

;have radar and markers translucent:
RadarTranslucent=true
Post Reply