Nice, great fix to my lag problem. I had a lot of issues switching from wow full screen, to wow, all fixed with this. Thnx!
Nice, great fix to my lag problem. I had a lot of issues switching from wow full screen, to wow, all fixed with this. Thnx!
My post explains why. It's not that they CAN'T, it's that there's no good reason to (at least, no reason good enough to justify it). Why do unnecessary work?
Do you realize how much work that porting WoW to x64 would entail? It's not a matter of simply flipping a compiler switch and hoping for the best.
It's not a matter of simply flipping a compiler switch and hoping for the best.
I dunno, willing to bet MS did something similar with Windows ME.
People need to just write portable code from day one. :V
Well I realise that, some of us plays with loads of addons, and the 32 bit versions have the limit, I can barely use a few addons without the LAA patch , without it I can't start the game. Its not like I'm telling them to code a new game, when d3 is out i wont even touch wow.
Its just that they do have the money and the time.
Their release plan showed 2 new Starcraft eps, Titan, d3 + some expansion and another wow ep, why wouldnt they start going up to 64 bits when Win 8 will most likely be 64 bit only?
How many people buys a new pc and doesn't get a 64 bit system?
like 2 of 50 pre-built pcs I've checked out the past few days had 32 bits systems
Last edited by snigelmannen; 02-01-2011 at 02:20 AM.
" Spy sappin mah sentry! "
Any way to get it updated to 4.06a?
I don't think you quite understand the magnitude of what you're asking them to do.
Also, even if Windows 8 will be x64 only, that doesn't mean it won't run x86 software. The WoW64 compatibility layer will still be present, and hardware support for x86 is part of the x64 architecture. So that means nothing...
Look, I wish all developers would start supporting x64, but it's simply not worth it in most cases.
Updated and added to first post.
I should just release a script to do this, but I'm lazy, lol. Maybe I'll do it on the weekend.
Cypher, this is just toggling a value in the PE header of Wow.exe, right?
EDIT: I answered my own question by doing a quick Google search. The switch can be easily done by editing the Characteristics value in IMAGE_FILE_HEADER and adding IMAGE_FILE_LARGE_ADDRESS_AWARE. Makes sense, since it is just a linker option.
Last edited by ddebug; 02-14-2011 at 01:06 PM.
Yes, and null out the security section RVA and Size so you don't get those stupid signature errors (because modifying the PE headers destroys the checksum).
Would love an update on this^![]()
A blizzard rep said they are adding LAA in 4.1. The post is here. I don't know if they actually did or not though.
EDIT: I just checked, and they did add it.
Last edited by l0l1dk; 04-26-2011 at 09:37 PM.
Haha awesome.