Page 1 of 1

minimap and goal markers

Posted: 22 Jul 2014, 18:03
by djhubertus
Hi, minimap shows default markers(labels and icons). Is it possible to disable this feature? If I hide map by frame, than markers stay on the screen.

Re: minimap and goal markers

Posted: 23 Jul 2014, 14:28
by Eole
Inside the marker's XML you can use the "minimapvisibility" property.

Code: Select all

<marker minimapvisibility="Never" />
It can take on e of the following value :
- Always
- Never
- WhenInFrame

Re: minimap and goal markers

Posted: 23 Jul 2014, 15:04
by djhubertus
Ok, that's a workaround.

I have one more request, Could you remove fog from minimap(Mapper use ambience track)? Is it possible? If fog is white, I see only white splat, if fog is black, then minimap is empty.

Re: minimap and goal markers

Posted: 26 Jul 2014, 11:06
by Dommy
You can also use CMlMinimap control class. :>