Giter Club home page Giter Club logo

Comments (15)

StormFX avatar StormFX commented on August 19, 2024

From what I can tell from the code, it's only applicable to [inventory] item buttons. Does it display on an action button that has an equipped item on it? Do you have a screenshot of these regions in action? I don't actively play and from my understanding, I'd have to purchase the expansion and play awhile (to obtain the items) to even see it in action.

from masque.

Jaliborc avatar Jaliborc commented on August 19, 2024

Yeah, I also dont have the expansion, so I just hacked to API instead to force items in the netherweave bag to be artifact/azerite:
wowscrnshot_090718_043919
wowscrnshot_090718_043950

from masque.

Jaliborc avatar Jaliborc commented on August 19, 2024

The tooltips also change from looking at Blizz's code, but that doesnt really matter for us and I didn't hack that.

from masque.

StormFX avatar StormFX commented on August 19, 2024

I guess I shouldn't be surprised that they reused the jewel crafting corners, given that's basically all they've done (rehash rehashed content) for the last few expansions. :p I'm assuming that's the IconBorder, so what's the overlay do?

Is Blizzard's version is getting misplaced in the stack or something? I can't imagine skin authors wanting to customize that layer, but I've been wrong before.

from masque.

Jaliborc avatar Jaliborc commented on August 19, 2024

The bottom image is IconOverlay. It shows over the normal artwork and its used to mark azerite items.
The top image is IconBorder. It has been in the game since they started highlighting items by rarity. It is the normal quality colored artwork you see on the Supply Bag, and it is replaced by a different fancier texture, still colored by rarity, when an item is an artifact.

Basically they did a mess and implemented the two artworks in completely different manners. Looking at the code, they intend to use IconOverlay to apply different artworks to future special item types, instead of using the messier IconBorder system.

from masque.

StormFX avatar StormFX commented on August 19, 2024

So the top image, IconBorder, is the border that appears only on artifacts while normal items still use the old border without the corner trim, right? And IconOverlay isn't currently used?

from masque.

Jaliborc avatar Jaliborc commented on August 19, 2024

IconOverlay is currently used. It marks azerite items.
You are correct about IconBorder.

from masque.

Jaliborc avatar Jaliborc commented on August 19, 2024

Artifacts were all the rage last expansion. Azerite is all the rage this one.

from masque.

StormFX avatar StormFX commented on August 19, 2024

So, normal items still use the old border (rarity colors) and overlay (colored, blurred edges like on quest items) and it swaps the textures depending on if it's an artifact or Azerite item? IE, if it's Azerite, the Overlay is swapped to the JC-like texture and if it's an artifact, the Border is swapped to the other JC-like texture?

from masque.

Jaliborc avatar Jaliborc commented on August 19, 2024

Almost. If its Azerite the Overlay is swapped to the "Azerite Crystal" texture and shown (its normally a hidden layer). You got the artifact one right, which does texture swapping only and its not an independent layer.

from masque.

StormFX avatar StormFX commented on August 19, 2024

Well, it's normally hidden unless it's a quest item, or in this case, Azerite. :p Anyhow, it sounds like a mess. I'll have to look at it myself. I may add some static settings, but I doubt I'll be bothered with monitoring texture swaps.

from masque.

StormFX avatar StormFX commented on August 19, 2024

Sorry for the delay on this. A couple of things:

  • Bagnon doesn't use the IconBorder region, it uses the Border region. I'm not sure if this is due to Masque not supporting the IconBorder or if it's just being reused.
  • Only the size and offsets will be supported at the moment. The colors and textures are controlled by the game/add-on.

from masque.

Jaliborc avatar Jaliborc commented on August 19, 2024
  • Yes, Bagnon just lets the default UI code "do its own thing" to the IconOverlay and IconBorder textures.
  • Alright

from masque.

StormFX avatar StormFX commented on August 19, 2024

As I mentioned and if memory serves from my tests, Bagnon uses the Border region, not the IconBorder region. The default UI uses the IconBorder region.

from masque.

StormFX avatar StormFX commented on August 19, 2024

Ignore my previous comment. Bagnon actually uses a custom region. In any case, the latest alpha should address this, so closing.

from masque.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.