-
Member
On MinimapIcons plugin its showing the Sacred waters from Trial of Sekhemas, can you also add it here?
-
Contributor
Rebuilt the engine and added custom icons by path, should be able to update through the plugin manager
-
Post Thanks / Like - 1 Thanks
miranda123 (1 members gave Thanks to diesall for this useful post)
-
Member
Thank you for your incredible work. Is it possible to customize the icon for my character on the minimap? The "Players" option does nothing since I assume it's for other players, not your own player character. I would like to change my own icon into something bigger/easier to see
-
Contributor
Originally Posted by
ilidiankid
Thank you for your incredible work. Is it possible to customize the icon for my character on the minimap? The "Players" option does nothing since I assume it's for other players, not your own player character. I would like to change my own icon into something bigger/easier to see
I intentionally skipped it, but i can add it in as an icon .
-
Member
I like the customization options here. Can you add the default exilecore icons to the selection or as a separate one, maybe?
edit: Having entities fade in is also huge QoL for breaches and such. Really like that. Something I noticed tho expedition chests are not showing at all.
Last edited by UninvitedVintage; 02-04-2025 at 03:16 PM.
-
Member
-
Member
There's a major lag/stutter whenever entering a new sanctum floor. Looking at the coroutines in debug panel MapIcons has a huge spike with 1000+ max tick.
-
Contributor
Originally Posted by
UninvitedVintage
There's a major lag/stutter whenever entering a new sanctum floor. Looking at the coroutines in debug panel MapIcons has a huge spike with 1000+ max tick.
Should be fixed , try updating through the plugin updater
-
Member
I made this mistake, what’s the reason?QQ截图20250214144805.png
-
Member
can you make it work with poe 1 prefer your icons.
-
Contributor
Originally Posted by
thedudesrug
can you make it work with poe 1 prefer your icons.
Ill get around to it eventually, what little time i have to play atm im using to grind currency
-
Contributor
Originally Posted by
thedudesrug
can you make it work with poe 1 prefer your icons.
I've added a Path of exile 1 version for this plugin now, you can find it in the Path of Exile 1 forum/
-
Member
Originally Posted by
diesall
I intentionally skipped it, but i can add it in as an icon .
Thanks for the great plugin.
Is there any updates on self character icon option? or is there any way to add it custom icons?
-
Member
Hello.
I tried to add new mechanic icons like new strongboxes and azmeri wisps (or omen/light bomb on the unique map), here are some paths:
- Metadata/MiscellaneousObjects/Azmeri/AzmeriLightBomb
- Metadata/Chests/LeagueAzmeri/OmenChest
- Metadata/MiscellaneousObjects/Azmeri/AzmeriLightBomb
I tried adding them in both Always shown ingame icons and Custom icons - non was working, could somebody help?
2.jpg
1.jpg
-
Member
Originally Posted by
ffaz1
Hello.
I tried to add new mechanic icons like new strongboxes and azmeri wisps (or omen/light bomb on the unique map), here are some paths:
- Metadata/MiscellaneousObjects/Azmeri/AzmeriLightBomb
- Metadata/Chests/LeagueAzmeri/OmenChest
- Metadata/MiscellaneousObjects/Azmeri/AzmeriLightBomb
I tried adding them in both Always shown ingame icons and Custom icons - non was working, could somebody help?
2.jpg
1.jpg
Seem like managed to get it worked finally - "Custom icons" does not work without icons being set, inspite it does not said it is required parameter.
Moreover, ExileCore is crashing when I select an icon. Had to get into config file and write the icon manually.
Here are some entries for new mechanics:
Code:
{
"Icon": "Abyss",
"MetadataRegex": {
"Value": "Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheSerpentPrimal"
},
"Tint": "13f5f1ff",
"Size": {
"Value": 4.0
}
},
{
"Icon": "Abyss",
"MetadataRegex": {
"Value": "Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheBearWild"
},
"Tint": "b900ffff",
"Size": {
"Value": 4.0
}
},
{
"Icon": "Strongbox",
"MetadataRegex": {
"Value": "/StrongBoxes/"
},
"Tint": "f26201ff",
"Size": {
"Value": 4.0
}
},
{
"Icon": "ExpeditionChest2",
"MetadataRegex": {
"Value": "Metadata/Chests/LeagueAzmeri/OmenChest"
},
"Tint": "fa1c1cff",
"Size": {
"Value": 4.0
}
}