Multiple questions about Markers, Sound and MiniMap libs
Posted: 24 Jul 2014, 14:53
Hi, I decide to use great libraries(Markers, Sound an MiniMap2) in my mode, but I have several questions, problems and some wishes.
1. I can't combine Global UI with player UI. I'm using
To show goal markers for everyone, but if I put
in StartRound label, then I see only Player marker.
2. It seems like all images in minimap are in aspect ratio 1:2
3. First minimap library has great functions to build radar with ping feature, but Load function is corrupted(No access to Map.Size.X), I don't know how to display layer, etc.
4. It's quite easy to play again the same custom sound, Alt+Tab, ESC or window button.
5. If map uses fog, minimap shows this and sometimes it's not possible to see something
6. If map is builded on night mood, minimap is very dark.
7. It's not possible to add markers with manialinkframeid to minimap.
1. I can't combine Global UI with player UI. I'm using
Code: Select all
ManiaLink ^= """
<marker {{{Type}}} pos="{{{PosX}}} {{{PosY}}} {{{PosZ}}}" hudvisibility="Always" minimapvisibility="WhenInFrame" />
""";
Markers::Add(ManiaLink);
Code: Select all
foreach(Player in Players) Markers::MiniMap_Add("PlayerMarker", Player, True, "Never", "WhenInFrame", "file://Media/Manialinks/Common/Pointer.dds", Player);
2. It seems like all images in minimap are in aspect ratio 1:2
3. First minimap library has great functions to build radar with ping feature, but Load function is corrupted(No access to Map.Size.X), I don't know how to display layer, etc.
4. It's quite easy to play again the same custom sound, Alt+Tab, ESC or window button.
5. If map uses fog, minimap shows this and sometimes it's not possible to see something
6. If map is builded on night mood, minimap is very dark.
7. It's not possible to add markers with manialinkframeid to minimap.