WoW:Extracting WoW user interface files (source)
Revision as of 10:52, 14 August 2017
, 14 August 2017Fixed broken internal link...now really
(Fixed broken internal link...now really) |
|||
| Line 16: | Line 16: | ||
Most files used by the WoW game and the Blizzard WoW UI components are found inside game MPQ files, which are sort of like .zip files and not nmormally very easily accessible for reference. Blizzard provides this mechanism and files as a convenience for AddOn developers and the community in general. | Most files used by the WoW game and the Blizzard WoW UI components are found inside game MPQ files, which are sort of like .zip files and not nmormally very easily accessible for reference. Blizzard provides this mechanism and files as a convenience for AddOn developers and the community in general. | ||
Just as there is no official Blizzard support for WoW AddOn development, and the previous [[Interface AddOn Kit]], there is generally no official support for the the export mechanism and the exported file either. However Blizzard has maintained this feature and intends it as a replacement for [[Interface AddOn Kit] which was maintained itself until after the beginning of [[Patch 4.0]]. | Just as there is no official Blizzard support for WoW AddOn development, and the previous [[Interface AddOn Kit]], there is generally no official support for the the export mechanism and the exported file either. However Blizzard has maintained this feature and intends it as a replacement for [[Interface AddOn Kit]] which was maintained itself until after the beginning of [[Patch 4.0]]. | ||
== Exporting the Code and Art files == | == Exporting the Code and Art files == | ||