Download
(15MB)
Download
Updated: 01-26-20 06:21 AM
Pictures
File Info
Compatibility:
Visions of N'Zoth (8.3.0)
Updated:01-26-20 06:21 AM
Created:05-13-12 02:05 PM
Downloads:64,824
Favorites:158
MD5:

MiirGui Texture Pack [Grey]  Popular! (More than 5000 hits)

Version: 8.3.0-0001
by: Neza [More]



This is the grey texture pack for MiirGui [Core]. It contains only textures and is meant to be used with MiirGui [Core].

There is a optional Icon Pack.



When updating from an older version delete all files created by this texture pack in
your interface folder.


Alternativly, you can read the changelog and just delete the single files which were removed in an update.

Then proceed to paste the content of the zip file into the interface folder.



If you find any missmatching graphics, please use the comment section of this page.



Copyright © 2011-2018 Miiru

The contents of this addon, excluding third-party resources, are
copyrighted to its authors with all rights reserved.

## Changes in 8.2.0-0002 ##

Added support for 2x ui scale

## Changes in 8.2.0-0001 ##

Updated for 8.2.0

## Changes in 8.1.0-0001 ##

Updated for 8.1.0

## Changes in 8.0.1-0002 ##

Removed all old Microbutton files
Gave UI-DungeonDifficulty-Button.blp a try ;)
Added Garrison/LegionMission.BLP
Glue-Panel-Button-Highlight.blp is now grey
Added Garrison/TalenTreeAlliance.BLP
Added Garrison/TalentTreeAlliance2.BLP
Added Garrison/TalenTreeHorde.BLP
Added Garrison/TalenTreeHorde2.BLP
Added Tooltips/UI-Tooltip-Border-Azerite.blp
modified Challenges/ChallengeMode.BLP
Added worldstateframe/WORLDSTATEFINALSCORE-HIGHLIGHT.BLP


## Changes in 8.0.1-0001 ##

Updated for BFA

## Changes in 4.0.45 ##

slight adjustement to UI-EncounterJournalTextures.blp
slight changes to common/whiteiconframe.blp
slight changes to Garrison/quality.blp
added various calendar images
added UI-EJ-LOREBG-TombOfSargeras
added UI-EJ-LOREBG-CathedralOfEternalNight

## Changes in 4.0.39 ##

fixed WorldQuest.BLP
fixed PvPHonorSystem.blp
changed UI-ActionButton-Border.blp to now correctly show the quality of items(reported by Trasan)
added TransmogSetsVendor.blp

## Changes in 4.0.35 ##

added UI-Debuff-Overlays.blp (reported by Axiphel)
added UI-Debuff-Border.blp (reported by Axiphel)

## Changes in 4.0.33 ##

fixed LootTab.blp (reported by Axiphel)
added loottab-item-background.blp (reported by Axiphel)

## Changes in 4.0.31 ##

added SocialQueuingToast.blp
modified WorldQuest.blp
modified Token.blp

## Changes in 4.0.28 ##

added UI-EJ-LOREBG-TrialofValor
added CancelButton-Down
added CancelButton-Highlight
added CancelButton-Up
slightly changed UI-Panel-QuestHideButton
added UI-EJ-LOREBG-ReturntoKarazhan
modified UI-AuctionPost-Background

## Changes in 4.0.21 ##

fixed groupfinder.blp

## Changes in 4.0.20 ##

edited all files to work with 7.1
Modified bags.blp
sligthly modified BonusObjectives.BLP
added UI-EJ-LOREBG-TrialofValor.blp
modified ChallengeModeHud.blp
modified PvPHonorSystem.blp
modified PvPHonorSystemHorizontal.blp
modified Collections.blp
modified GroupFinder.BLP (legacy burning crusade raids were missing)

## Changes in 4.0.12 ##

modified UI-VEHICLE-FRAME.blp slightly
Added QuestFrame/WorldQuest.blp

## Changes in 4.0.10 ##

Added Collections/Collections.blp
Added questframe/QuestBackgroundHordeAlliance.blp
Added questframe/QuestBG.blp
Optional Files (1)
File Name
Version
Size
Author
Date
Type
8.2.0-0001
49MB
07-24-19 05:15 AM
Patch


Post A Reply Comment Options
Unread 10-24-14, 10:59 AM  
MiRai
A Warpwood Thunder Caller

Forum posts: 96
File comments: 104
Uploads: 0
Hi, I was wondering how I could swap around the color of the main text with the color of the sub text in the spellbook?



It feels a bit awkward with the main text being grayed out because it makes it look like I don't have those abilities.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 10-24-14, 12:18 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Re: Bag Addon Portrait Not Square

Originally Posted by Nokcihc
This is a minor issue and it's not exactly related to your textures(it's sort of a mixture of your textures trying to work with another addon) but I'm wondering if there's a way you know of to make the portrait on bag addons that use default textures as a skin(such as Combuctor or Inventorian) use your corrected square portrait.
For Combuctor, you can add this code:

Code:
-- Combuctor
local combuctor = IsAddOnLoaded("Combuctor")
if combuctor == true  then
CombuctorFrameinventoryPortrait:SetTexCoord(0.15, 0.85, 0.15, 0.85)
for i=19,21 do
hideit=select(i,CombuctorFrameinventory:GetRegions())
hideit:Hide()
end
end
in miirgui/core.lua before the last 3 rows which are
Code:
frame:SetScript("OnEvent", frame.OnEvent);
frame2:SetScript("OnEvent", frame2.OnEvent);
end)
I will include this in the next update as well.

CombuctorFrameinventoryPortrait:SetTexCoord(0.15, 0.85, 0.15, 0.85) makes the portrait square.
Code:
for i=19,21 do
hideit=select(i,CombuctorFrameinventory:GetRegions())
hideit:Hide()
will hide the background texture of the money frame. You can leave this out if you want to keep the yellow border.
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 10-23-14, 05:37 PM  
Nokcihc
A Defias Bandit

Forum posts: 2
File comments: 4
Uploads: 0
Bag Addon Portrait Not Square

This is a minor issue and it's not exactly related to your textures(it's sort of a mixture of your textures trying to work with another addon) but I'm wondering if there's a way you know of to make the portrait on bag addons that use default textures as a skin(such as Combuctor or Inventorian) use your corrected square portrait.

Last edited by Nokcihc : 10-23-14 at 05:38 PM.
Report comment to moderator  
Reply With Quote
Unread 10-23-14, 03:35 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Originally Posted by Suja
I recently just came across your texture pack and I instantly fell in love with it, although I prefer a lot of the default wow icon's such as, titles, equipment manager, professions. The only thing that really bothers me is I would prefer xloot to be the looting style.
You can disable the miirgui_icons addon, so many frames will have the default icon at the top left.
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 10-23-14, 03:25 AM  
Suja
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
I recently just came across your texture pack and I instantly fell in love with it, although I prefer a lot of the default wow icon's such as, titles, equipment manager, professions. The only thing that really bothers me is I would prefer xloot to be the looting style.
Report comment to moderator  
Reply With Quote
Unread 10-20-14, 04:28 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Originally Posted by theone1989
Hi

The border line of tradeskill frame doesn't expand and work with addons like TradeSkillDW or Bigger Tradeskill UI.
Instead, there will be a fixed square in the middle of the frame..Hope you can fix this issue.. Thanks a lot!
I will add support for both addons in the next version. Should be out this week.
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Last edited by Miiru : 10-20-14 at 05:36 AM.
Report comment to moderator  
Reply With Quote
Unread 10-20-14, 03:33 AM  
theone1989
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hi

The border line of tradeskill frame doesn't expand and work with addons like TradeSkillDW or Bigger Tradeskill UI.
Instead, there will be a fixed square in the middle of the frame..Hope you can fix this issue.. Thanks a lot!
Report comment to moderator  
Reply With Quote
Unread 10-16-14, 01:40 PM  
MalachiDraven
A Deviate Faerie Dragon

Forum posts: 10
File comments: 2
Uploads: 0
Originally Posted by Miiru
Originally Posted by MalachiDraven
Hiya. This addon is pretty damn sweet. Is there any way to change the text color though?
miirgui/miirgui.lua

miirgui.Color = {0.08,0.342,0.52,1} = normal font color
miirgui.Color.Highlight = {0.086, 0.459, 0.710,1} = highlight font color
This only changed a few areas of text. There's still an awful lot of the default yellow color. Is there any way to change that?
Report comment to moderator  
Reply With Quote
Unread 10-16-14, 08:22 AM  
Razelq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by Miiru
Originally Posted by Razelq
Originally Posted by Miiru
Originally Posted by Razelq
So I downloaded the texture pack and extracted into the interface folder but it doesnt seem to work, nothing changes ingame. Could anyone help me please?
Thank you
can you post a screenshot of your interface folder please?
Here it is.
http://imgur.com/VzsurYI
http://imgur.com/jFLNIHu
You have to put the content of the folder interface/interface into your interface folder.

So it will look like this more or less:
Damn, this is the only thing I havent tried, works great now, thank you.
Report comment to moderator  
Reply With Quote
Unread 10-16-14, 08:17 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Originally Posted by Razelq
Originally Posted by Miiru
Originally Posted by Razelq
So I downloaded the texture pack and extracted into the interface folder but it doesnt seem to work, nothing changes ingame. Could anyone help me please?
Thank you
can you post a screenshot of your interface folder please?
Here it is.
http://imgur.com/VzsurYI
http://imgur.com/jFLNIHu
You have to put the content of the folder interface/interface into your interface folder.

So it will look like this more or less:
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 10-16-14, 08:14 AM  
Razelq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by Miiru
Originally Posted by Razelq
So I downloaded the texture pack and extracted into the interface folder but it doesnt seem to work, nothing changes ingame. Could anyone help me please?
Thank you
can you post a screenshot of your interface folder please?
Here it is.
http://imgur.com/VzsurYI
http://imgur.com/jFLNIHu
Report comment to moderator  
Reply With Quote
Unread 10-16-14, 07:53 AM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Originally Posted by Razelq
So I downloaded the texture pack and extracted into the interface folder but it doesnt seem to work, nothing changes ingame. Could anyone help me please?
Thank you
can you post a screenshot of your interface folder please?
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 10-16-14, 03:42 AM  
Razelq
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
So I downloaded the texture pack and extracted into the interface folder but it doesnt seem to work, nothing changes ingame. Could anyone help me please?
Thank you
Report comment to moderator  
Reply With Quote
Unread 10-15-14, 11:46 PM  
Miiru
A Flamescale Wyrmkin
 
Miiru's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 419
Uploads: 6
Originally Posted by MalachiDraven
Hiya. This addon is pretty damn sweet. Is there any way to change the text color though?
miirgui/miirgui.lua

miirgui.Color = {0.08,0.342,0.52,1} = normal font color
miirgui.Color.Highlight = {0.086, 0.459, 0.710,1} = highlight font color
__________________
◘◘ Author of MiirGui Texture Pack - [Core] [Blue] [Grey] ◘◘
Report comment to moderator  
Reply With Quote
Unread 10-15-14, 03:22 PM  
MalachiDraven
A Deviate Faerie Dragon

Forum posts: 10
File comments: 2
Uploads: 0
Hiya. This addon is pretty damn sweet. Is there any way to change the text color though?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.