This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: Modifying *.pub AddOns files  (Read 1600 times)

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Modifying *.pub AddOns files
« on: November 10, 2014, 11:12:25 am »
Is it possible to modify the *.pub AddOns files ? F. ex. the Blizzard_AuctionUI.pub

The sourcecode seems to be in the patch files. But how to modify or create a pub file ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Modifying *.pub AddOns files
« Reply #1 on: November 10, 2014, 11:35:09 am »
Those are a signature for the respective addon. Unless you now the private key for the signature, you won't be able to properly modify them.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: Modifying *.pub AddOns files
« Reply #2 on: November 10, 2014, 12:05:47 pm »
The hack to remove some signature checks out from wow.exe doesn't cover this case ?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: Modifying *.pub AddOns files
« Reply #3 on: November 10, 2014, 12:12:18 pm »
Depends on your hack.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: Modifying *.pub AddOns files
« Reply #4 on: November 10, 2014, 01:09:13 pm »
Ignore the .pub files and directly modify the code (found in the MPQs).
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: Modifying *.pub AddOns files
« Reply #5 on: November 10, 2014, 05:26:00 pm »
That works for me  :)  Thank you so much.

However for some unknown reason in my MPQ files was an outdated auctionhouse addon:
Blizzard_AuctionUI.toc
Code: [Select]
## Interface: 30000
## Title: Blizzard Auction UI

But I found here a repository with a lot of interesting stuff for almost all patches:
https://github.com/tekkub/wow-ui-source
« Last Edit: January 01, 1970, 01:00:00 am by Admin »