1
Miscellaneous / Re: [QUESTION] DBC Localized Strings
« on: January 07, 2014, 09:29:23 am »
Thank you
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Miscellaneous / Re: [QUESTION] DBC Localized Strings« on: January 07, 2014, 09:29:23 am »
Thank you
2
Miscellaneous / [SOLVED] [QUESTION] DBC Localized Strings« on: January 05, 2014, 11:56:19 pm »
Does anyone know what means the bitmask field of localized strings? I can ignore it when reading DBCs, but what should I put there when writing a DBC file?
Thanks in advance - babboide 3
Miscellaneous / Re: [SOLVED] [QUESTION] MPQ Chain order« on: August 01, 2013, 04:19:39 pm »Quote from: "Steff" That cannot be. Why? I understand your point, but I'm saying that after trying and my experience is different from yours. Do you have a different locale than mine? I've got enGB/enUS; maybe Wow gives higher priority to non-English locales, this would explain the difference between our results. 4
Miscellaneous / Re: [QUESTION] MPQ Chain order« on: July 26, 2013, 02:23:18 am »
Ok, I've done a lot of testing and here's the result:
Code: [Select] ---- HIGHEST PRIORITY The order printed in client's output is different from the priority order, however you can subdivide the list in smaller groups, and files in those groups are printed in ascending priority order. Non-locale files whose name starts with "patch" (except patch.MPQ) are given the highest priority. To find this I created two MPQs, one with modified GlueXML files and one with original versions of the same files; then I moved them around and swapped them with other archives to determine priority: WoW complains about corrupted interface files when the archive with modified GlueXML receives higher priority. 5
Miscellaneous / Re: [QUESTION] MPQ Chain order« on: July 25, 2013, 01:21:10 pm »
Thank you schlumpf. After some digging in client code I think the priority order (highest priority to lowest piority) should be:
patch-[locale]-3.MPQ patch-[locale]-2.MPQ patch-3.MPQ patch-2.MPQ patch-[locale].MPQ patch.MPQ lichking.MPQ expansion.MPQ common-2.MPQ common.MPQ lichking-locale-[locale].MPQ ........... lichking-speech-[locale].MPQ expansion-locale-[locale].MPQ ...... expansion-speech-[locale].MPQ locale-[locale].MPQ ........................ speech-[locale].MPQ After these files the client loads additional files called patch-[number >= 4].MPQ and patch-[locale]-[number >= 4].MPQ and gives them higher priority than any other archive, so patch-4.MPQ overrides ANYTHING and patch-[locale]-4.MPQ overrides patch-4.MPQ. Please correct me if I'm wrong. Thanks in advance fbbdev 6
Miscellaneous / Re: [QUESTION] MPQ Chain order« on: July 25, 2013, 10:46:28 am »
I used to think so, but I observed a different behavior. I'm using WoW 3.3.5a. I created a patch with modified textures from Data/[locale]/patch-[locale]-3.MPQ and saved it as Data/patch-4.MPQ. WoW loads textures from my patch, and standard output from the client shows that my patch is loaded after locale archives.
7
Miscellaneous / [SOLVED] [QUESTION] MPQ Chain order« on: July 25, 2013, 01:11:42 am »
How WoW determines the priority for each MPQ archive in the chain? Why Data/patch-x.MPQ has higher precedence than Data/enGB/patch-enGB-x.MPQ? Is there an algorithm or it is hardcoded?
Thanks fbbdev
Pages: [1]
|