• Visit Rebornbuddy
  • Making SqPackArchive public instead of internal

    Discussion in 'Community Developer Forum' started by RedWine82, Jul 31, 2023.

    1. RedWine82

      RedWine82 New Member

      Joined:
      Jul 31, 2023
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Good morning.

      The current implementation of IconImage is a rather limited implementation of Lumina. There is no way to get the HQ version of an item image and there's no way to get icons for anything else than an item. Since RB already has all the Lumina code backend, would it be possible to make SqPackArchive public instead of internal so that we can use the existing code to access the image dat files directly?

      Thank you very much.
       
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,301
      Likes Received:
      374
      Trophy Points:
      83
      This is correct

      I was unaware that HQ items weren't working, and would consider that a bug. Spell Icons are also supported (on the spelldata object), is there a particular other kind of icon that is missing?


      This is incorrect, I pulled the very minimum stuff required to extract images and nothing else.
       
    3. RedWine82

      RedWine82 New Member

      Joined:
      Jul 31, 2023
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      What I meant is "has all the code to extract the images". Sorry about the confusion.

      Check the thumbnail attached. You will see that the code you have ported from GetIcon is only using the iconId.

      Being able to access either SqPackArchive or GetIcon directly would be awesome in order to load any icon in the game to use in my UI. Would sure as hell be more convinient than having to download the icons from https://xivapi.com/docs/Icons, save them as png in my project and load those are resources. If I can pull the icons from the game files, I can cache them locally (both in memory for this session and on the file system for quick access after) and it makes for a much better experience for the end user.

      Thank you for your consideration.
       

      Attached Files:

    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,301
      Likes Received:
      374
      Trophy Points:
      83
      Both spell ids and icon ids are gathered via the same function.

      I'll look at making it either public or just removing the obfuscation from it so you can grab it via reflection.
       
    5. RedWine82

      RedWine82 New Member

      Joined:
      Jul 31, 2023
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Either solutions works for me. Thank you very much.
       
    6. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,301
      Likes Received:
      374
      Trophy Points:
      83
      This is coming in the new build now.
       
    7. RedWine82

      RedWine82 New Member

      Joined:
      Jul 31, 2023
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      Please let me know if SqPackArchive is now public or if it needs to be accessed via reflection.

      Also, will this be done in CN as well?
       
    8. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,301
      Likes Received:
      374
      Trophy Points:
      83
      It's via reflection as it's not something I really want to expose, but I did flag it has donotobfuscate so you can grab it now instead of it being random.

      And it also live on cn now too.
       
    9. RedWine82

      RedWine82 New Member

      Joined:
      Jul 31, 2023
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      1
      You are the best. Thank you so much!
       

    Share This Page