WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Search/Requests (https://www.wowinterface.com/forums/forumdisplay.php?f=6)
-   -   Player Arrow Made Larger (https://www.wowinterface.com/forums/showthread.php?t=51870)

Belidora 02-07-15 04:22 PM

Player Arrow Made Larger
 
Hi,
Some of you were so helpful with my last post, yesterday. And Thank You for that.
It was in regards to a Garrison button issue i had.
Anywho, Maybe you can help me with this one: I really want to make the gray player arrow on the minimap larger and a different color. I already have "embiggen" from curse.com but it is only in gray. It was created in 2012, and it amazingly still works with no updates. Gray is hard to see and why in the world does blizzard not know this?! Am I alone?
Thanks in advance if anyone can help,
Belidora :banana:

Seerah 02-07-15 07:55 PM

1 Attachment(s)
Download this file (this is the game's minimap arrow).
Color it however you like, but be sure to keep it in 32-bit when you save it, with the transparency still intact.
Convert it back to BLP format (I use the old, tried and true BLP2PNG here on WoWI, which is how I got it into PNG format for you to edit).
Drop it into a folder inside your Interface folder.
Interface>Minimap>MinimapArrow.blp

Tonyleila 02-07-15 09:07 PM

Quote:

Originally Posted by Seerah (Post 306227)
Download this file (this is the game's minimap arrow).
Color it however you like, but be sure to keep it in 32-bit when you save it, with the transparency still intact.
Convert it back to BLP format (I use the old, tried and true BLP2PNG here on WoWI, which is how I got it into PNG format for you to edit).
Drop it into a folder inside your Interface folder.
Interface>Minimap>MinimapArrow.blp

This will not work. Minimap Arrow is protected from texture replacment. Also all other things INSIDE the minimap can't be just replaced with a texture :(

semlar 02-07-15 10:07 PM

Quote:

Originally Posted by Tonyleila (Post 306228)
This will not work. Minimap Arrow is protected from texture replacment. Also all other things INSIDE the minimap can't be just replaced with a texture :(

Well, actually you can just do Minimap:SetPlayerTexture("path/to/texture")

Even if you couldn't replace the arrow texture you could just create a texture in the center of the minimap and rotate it with the player.

Tonyleila 02-08-15 02:08 AM

Quote:

Originally Posted by semlar (Post 306229)
Well, actually you can just do Minimap:SetPlayerTexture("path/to/texture")

Even if you couldn't replace the arrow texture you could just create a texture in the center of the minimap and rotate it with the player.

Well but he wants it for the normal Map, and the arrow there. Is not in the center :) replacing the texture by just putting a new one in the interface folder sadly dosen't work.

humfras 02-08-15 03:32 AM

First of all, the AddOn embiggen want work in its current version because the frames it's addressing do not exist anymore.


The WorldMap player arrow consists of 3 parts:
- WorldMapPlayerLower (@ FULLSCREEN strata, 100% alpha)
- WorldMapPlayerUpper (@ HIGH strata, 70% alpha)
- WorldMapPing

To color the arrow, simply do
Lua Code:
  1. WorldMapPlayerLowerIcon:SetVertexColor(1,1,0,1) --to make it yellow
  2. WorldMapPlayerUpperIcon:SetVertexColor(1,1,0,1) --to make it yellow
To change it's texture, use
Lua Code:
  1. WorldMapPlayerLowerIcon:SetTexture(<path>)
To set its size, use
Lua Code:
  1. WorldMapPlayerLower:SetSize(x,y) --default: (40,40)
  2. WorldMapPlayerUpper:SetSize(x,y) --default: (40,40)


To modify the size of the ping, you have to scale its children (centerRing, expandingRing, rotatingRing).



semlar 02-08-15 04:15 AM

Quote:

Originally Posted by Tonyleila (Post 306231)
Well but he wants it for the normal Map, and the arrow there. Is not in the center :) replacing the texture by just putting a new one in the interface folder sadly dosen't work.

He said he wanted the arrow on the minimap larger, but I suppose the addon he mentioned does only affect the world map.

Tonyleila 02-08-15 12:59 PM

Quote:

Originally Posted by semlar (Post 306236)
He said he wanted the arrow on the minimap larger, but I suppose the addon he mentioned does only affect the world map.

Hmm well I see yep thats confusing :D

Belidora 02-09-15 09:32 PM

Thanks for trying ...
 
thanks to all ... i will stay with the current embiggen minimap arrow .. it is fine for now.:)

Tonyleila 02-11-15 06:24 AM

Quote:

Originally Posted by humfras (Post 306234)
...

Ya humfras thanks for trying ... stop posting your useless code he'll stay with embiggen minimap arrow anyway :p


All times are GMT -6. The time now is 07:13 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI