Is it possible to turn WoW PC client to a Mac one?

I have a World of Warcraft client downloaded, a PC version.

Could I perhaps by replacing some files turn it into a Mac version? I just want to save my time not downloading another 10+ Gb for Mac — I'm pretty sure resource files and stuff are the same for both OS.


Solution 1:

You can't move the WoW Folder from Mac to PC and make it run, sadly. Native programs are compiled different for Mac and PC and World of Warcraft is no exception.

However, you can move the Interface and WTF folders to keep your interface and Add-On configuration intact.

Reference can be found here.

Solution 2:

so, let's say I come up with a list of files that you want to replace with Mac versions, the next question would be "Where are you going to get those files?" If you have access to a Mac with those files, you can copy over the entire WoW folder. Problem solved. Much easier than you mention.

But let's try answering it anyway:

So, .exe and .dll files will have to be replaced. Those are going to be written exclusively for the Windows Environment (Win32 api calls...), so you can't save them. MPQ files are Blizzard data files, and those can be saved. Looking at the other files I have in my WoW install folder there's a bunch of other files you don't need, like patch and downloader files...

There's a few other extensions that are just data files:

  • .db
  • .mfil
  • .pfil
  • .tfil

I also have a manifest file. That's microsoft specific, but it's also a data file. It should be associated with .dll files, so it doesn't need to be copied.

According to the blue poster on this thread:

http://eu.battle.net/wow/en/forum/topic/2723296541

There's a bunch of folders you can just delete, because they'll get built automatically by the system. Those are the files that you can keep and copy over if you want, because they're just data files, but they also aren't strictly necessary to have WoW work. What is it you're optimizing for?