VisualOres

VisualOres

236k Downloads

An option to add outline/border to ore icons on the map?

alfuken opened this issue ยท 6 comments

commented

So this is the first thing I've noticed when I've started using this cool mod: ore icons on the map are sometimes very hard to distinguish. For example:

Journeymap
Screenshot 2024-02-19 at 03 06 42

Xaero
Screenshot 2024-02-19 at 03 06 24

Would be awesome if you could add an option to add a contrast border to the icons on the map. At least letting the user chose between white and black, or allowing to specify the colour in RGB (say, 0-255 or 0.0-1.0). Or even with an extra option to have inverted colours (like that crosshair cursor in the game in the centre of the screen). But having at least black/white option would already help a lot :)

On a side note, enableMinimapRendering doesn't seem to work with Xaeros_Minimap_23.9.7_Forge_1.12

Also, how does the oreScaleStop configuration works? the description is kinda cryptic...

commented

the first broken versions are minimap 23.9.0 and world map 1.37.0

commented

A border could definitely be added, probably as a config with an RGBA value.
Minimap rendering not working with recent versions of xaeros map is a known issue, I just haven't gotten around to looking into it yet.
oreScaleStop changes the point at which the ore icons stop scaling when you zoom in/out on the map.
(I really need to get to working on VO again...)

commented

Oh... do you, by a change, know what is the latest Xaero minimap version that works?..

commented

@kumquat-ir it doesn't seem to work... :/ visualores-0.2.5.jar, gregtech S:borderColor=#00FFFFFF, but icons are still the same.

commented

Yes, that is setting the alpha (transparency) to 0. It needs to start with FF instead of 00.

commented

Oh... makes sense. I've just used default value, didn't realise that default is transparent ๐Ÿ˜