-
Contributor
18566 released ~1 hour and 40 minutes ago.
WoWB_18566-patched.zip
Last edited by jh16; 10-09-2014 at 11:47 AM.
-
Contributor
18594 released sometime yesterday while I was playing Starcraft II.
WoWB_18594-patched.zip
Edit: Going to start just editing my post to add new versions, unless another post is below mine.
18612 released yesterday while I was doing something else (typical Blizzard).
WoWB_18612-patched.zip
18645 released 7/30/14. Didn't notice it until last night. If there was one before 18645 but after 18612 and someone happens to have I wouldn't mind having it.
WoWB_18645-patched.zip
18663 released 8/04/14.
WoWB_18663-patched.zip
18702 released 8/07/14.
WoWB_18702-patched.zip
18716 released 8/11/14.
WoWB_18716-patched.zip
18738 released 8/19/14.
WoWB_18738-patched.zip
18761 released 8/20/14.
WoWB_18761-patched.zip
Last edited by jh16; 10-09-2014 at 11:46 AM.
-
Member
if there are any way or patched release for build 18918 model editing?
-
Contributor
Originally Posted by
swqsldz
if there are any way or patched release for build 18918 model editing?
Yeah, I just have been doing other things. Beta seems to update quite often so it will go out-of-date fairly quick.
I'll edit this post and put a link for 18918 in it once I finish patching it.
Last edited by jh16; 09-25-2014 at 02:39 PM.
-
Contributor
18934 released 9/25/14.
WoWB_18934-patched.zip
18935 released 9/26/14.
WoWB_18935-patched.zip
18950 released 9/30/14.
WoWB_18950-patched.zip
18966 released 10/1/14.
WoWB_18966-patched.zip
18967 released 10/2/14.
WoWB_18967-patched.zip
18973 released 10/3/14.
WoWB_18973-patched.zip
18982 released 10/3/14.
WoWB_18982-patched.zip
18988 released 10/4/14.
WoWB_18988-patched.zip
18996 released 10/7/14.
WoWB_18996-patched.zip
19000 released 10/8/14.
WoWB_19000-patched.zip
19005 released 10/9/14.
WowB[BETA]_19005-patched_32bit.zip
WowB[BETA]_19005-patched_64bit.zip
19027 released 10/13/14.
WowB[BETA]_19027-patched_32bit.zip
WowB[BETA]_19027-patched_64bit.zip
Last edited by jh16; 10-13-2014 at 01:43 AM.
-
Member
Does this just work for the interface or can you change the login screen music this way also?
(WotLK_main_title.mp3 renamed to MUS_60_ASiegeofWorlds_MainTitle.mp3)
wow\Sound\Draenor\MUS_60_ASiegeofWorlds_MainTitle.mp3 or wow\Sound\Music\GlueScreenMusic\MUS_60_ASiegeofWorlds_MainTitle.mp3 wont work.
i must be doing somthing wrong. I can get custom login screens working but not sound. And gluexml changes to gluexml.old when client starts.
heres a link to all the past login screens if anyone wants to try and get the correct music working for each one. http://www.mediafire.com/download/uo..._for_6.0.2.zip
Last edited by amanda666; 10-18-2014 at 10:27 PM.
-
Contributor
Originally Posted by
amanda666
Does this just work for the interface or can you change the login screen music this way also?
(WotLK_main_title.mp3 renamed to MUS_60_ASiegeofWorlds_MainTitle.mp3)
wow\Sound\Draenor\MUS_60_ASiegeofWorlds_MainTitle.mp3 or wow\Sound\Music\GlueScreenMusic\MUS_60_ASiegeofWorlds_MainTitle.mp3 wont work.
i must be doing somthing wrong. I can get custom login screens working but not sound. And gluexml changes to gluexml.old when client starts.
heres a link to all the past login screens if anyone wants to try and get the correct music working for each one.
Login screens for 6.0.2
According to the listfile from https://github.com/WoW-Tools/CASCExplorer/releases the file should be located here:
Code:
World of Warcraft\sound\music\Draenor\MUS_60_ASiegeofWorlds_MainTitle.mp3
However, I just put in a testing mp3 and I turned on the music but didn't hear a thing.
The test was done with and without a patched client.
You are able to use minor interface files (referring to in-game UI files) and sound files without a patched client to answer your question.
-
Member
Not sure what happened the first 10 times i tried it but i tried it again and wow\sound\music\Draenor\MUS_60_ASiegeofWorlds_MainTitle.mp3 does in fact work to change login music.
Thanks for your reply jh16 and contributing alot of excellent stuff.
Any Idea on how to use GlueXML? When i start the client with or without modified exe it renames to GlueXML.old.
If i could delete GlueXML from archive it might not change GlueXML to GlueXML.old. But then again it might error upon opening of the client.
Can you delete files from the archive using CASC Explorer or any other way?
Last edited by amanda666; 10-19-2014 at 02:28 AM.
-
Private
@amanda666
You have to edit some offsets in the exe to disable the GlueXML check
-
Contributor
Have you tried setting your GlueXML as a read-only file?
Just a quick thought.
If not then I will try and locate that edit when I have the time.
Edit:
As for deleting files from the archive with any CASC explorer. It's impossible since it opens the archive in read-only mode.
Last edited by jh16; 10-19-2014 at 11:38 AM.
-
Member
I appreciate your help. Maybe i can figure out how to edit the exe on my own but i doubt it.
-
Contributor
Originally Posted by
amanda666
I appreciate your help. Maybe i can figure out how to edit the exe on my own but i doubt it.
Try this for the GlueXML fix on top of my patched client (note this is for 6.0.2.19034 32-bit).
Code:
At offset 0000 4BF2 change 0F 84
to 90 E9
This is untested with any edited GlueXML files. However it doesn't throw me an error.
-
Member
Changing 0F 84 to 90 E9 in this offset 0000 4BF2 GlueXML still renames to GlueXML.old. and no change to login screen with edited AccountLogin.xml. Im using your patched client 6.0.2.19034 32-bit and i removed the 64 bit from the wow folder. I hope i can get GlueXML checks disabled at somepoint Thanks again for your help.
-
Contributor
Originally Posted by
amanda666
Changing 0F 84 to 90 E9 in this offset 0000 4BF2 GlueXML still renames to GlueXML.old. and no change to login screen with edited AccountLogin.xml. Im using your patched client 6.0.2.19034 32-bit and i removed the 64 bit from the wow folder. I hope i can get GlueXML checks disabled at somepoint Thanks again for your help.
Alrighty. Apparently that spot didn't work. I'll have to take a look at it again when I have free time.
-
Build 19027, x86 client (all offsets are file offsets):
3f457e -> 74 39 becomes EB 39 (disables renaming to .old for FrameXML/GlueXML and SharedXML)
20c6a5 -> 2B C3 becomes B0 03 (disables signature checking on GlueXML)
Switched password/account name label and the blizzard logo at the bottom:
-
Post Thanks / Like - 1 Thanks
xrendanx (1 members gave Thanks to Cromon for this useful post)