Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Magnus on November 10, 2014, 11:12:25 am

Title: Modifying *.pub AddOns files
Post by: Magnus 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 ?
Title: Re: Modifying *.pub AddOns files
Post by: schlumpf 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.
Title: Re: Modifying *.pub AddOns files
Post by: Magnus on November 10, 2014, 12:05:47 pm
The hack to remove some signature checks out from wow.exe doesn't cover this case ?
Title: Re: Modifying *.pub AddOns files
Post by: schlumpf on November 10, 2014, 12:12:18 pm
Depends on your hack.
Title: Re: Modifying *.pub AddOns files
Post by: stoneharry on November 10, 2014, 01:09:13 pm
Ignore the .pub files and directly modify the code (found in the MPQs).
Title: Re: Modifying *.pub AddOns files
Post by: Magnus 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 (https://github.com/tekkub/wow-ui-source" onclick="window.open(this.href);return false;)