Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Steff on April 26, 2016, 04:02:58 pm

Title: WoD exe with custom content loading and interface fix
Post by: Steff on April 26, 2016, 04:02:58 pm
I search a WoD wow.exe that has custom content loading activated AND interface fixed.
Means it should not rename the itnerface folder to interface.old and include the delete of the md5 check.

On ownedcore and other sources I found you get only custom content loading. Interface fix is missing.

Can someone help?
Title: Re: WoD exe with custom content loading and interface fix
Post by: Ascathos on May 17, 2016, 09:16:14 pm
I got no experience with assembly but I looked into it.

Couldn't find a solution, though. It was fun while it lasted though. Maybe anyone else ?

Note: If .toc does not match, they rename the framexml/gluexl with framexml.old/gluexml.old.
This is handled with a %s.old variable in the binary. Removing the .old literally deletes the folders.
Title: Re: WoD exe with custom content loading and interface fix
Post by: Steff on May 18, 2016, 10:40:46 am
I got the .old renaming fixed. But the xml check still is there. So it simple dont load gluexml stuff.
What we need to also chnage the login/char creation and so on.

So if someone here has a solution it would be great!