It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Are there any plans to release Warcraft 2 on mac?
avatar
jbywaters: Are there any plans to release Warcraft 2 on mac?
Do you have MAC?

The only way to start war2bne (any build: eighter GOG or Combat) under MAC is to use wine.

It works under linux+wine perfectly.

And would be very interesting to check your experience how it works under MAC for you.
Can you try and report how that works under MAC for you?
avatar
jbywaters: Are there any plans to release Warcraft 2 on mac?
This is totally playable on WINE. (I recommend using BREW to install it.)

There are a just a few things you need to do to get it to work. You'll need to download an updated ddraw.dll file from en.war2.ru, and change the wine configuration to use it.

You can also get IPX to work for LAN play by configuring wine to use the wsock32.dll included in the install. (GOG have included IPXWrapper in the build).
avatar
rsnider: There are a just a few things you need to do to get it to work. You'll need to download an updated ddraw.dll file from en.war2.ru, and change the wine configuration to use it.

You can also get IPX to work for LAN play by configuring wine to use the wsock32.dll included in the install. (GOG have included IPXWrapper in the build).
You can also use war2combat with ddraw included. It also includes configuration for wine while installing. So, just download, install and enjoy playing!
Post edited April 11, 2019 by ilwar2
+1
+1
Was playing this in the Mac version back in ancient days like crazy. Would love to have the Mac version instead of installing vine.
avatar
djschulz: Was playing this in the Mac version back in ancient days like crazy. Would love to have the Mac version instead of installing vine.
War2bne version have been built in 2 releases: windows and ancient mac.
Nodody built war2 for new mac and nobody will. What gog did, is they just added some simple fixes for windows war2, still compatible with windows.
So, no way for gog to build war2 mac version, the only way now is to use wine.
avatar
jbywaters: Are there any plans to release Warcraft 2 on mac?
avatar
rsnider: This is totally playable on WINE. (I recommend using BREW to install it.)

There are a just a few things you need to do to get it to work. You'll need to download an updated ddraw.dll file from en.war2.ru, and change the wine configuration to use it.

You can also get IPX to work for LAN play by configuring wine to use the wsock32.dll included in the install. (GOG have included IPXWrapper in the build).
Thanks so much!!!! I have been digging for some time - found the post about ipxconfig but didn't see to use winecfg to override the wsock32.dll...works like a champ now on my mac.
avatar
rsnider: This is totally playable on WINE. (I recommend using BREW to install it.)

There are a just a few things you need to do to get it to work. You'll need to download an updated ddraw.dll file from en.war2.ru, and change the wine configuration to use it.

You can also get IPX to work for LAN play by configuring wine to use the wsock32.dll included in the install. (GOG have included IPXWrapper in the build).
avatar
gilbertb1: Thanks so much!!!! I have been digging for some time - found the post about ipxconfig but didn't see to use winecfg to override the wsock32.dll...works like a champ now on my mac.
Would one of you help a complete noob to WINE install what is needed to get this to work. Or point me to step by step instructions

I have quartz and wine installed but have no idea how to get Warcraft II running.

Thanks
avatar
jbywaters: Are there any plans to release Warcraft 2 on mac?
avatar
rsnider: This is totally playable on WINE. (I recommend using BREW to install it.)

There are a just a few things you need to do to get it to work. You'll need to download an updated ddraw.dll file from en.war2.ru, and change the wine configuration to use it.

You can also get IPX to work for LAN play by configuring wine to use the wsock32.dll included in the install. (GOG have included IPXWrapper in the build).
Here's what I did:

I opened Terminal, then pasted command:

xcode-select --install

to install Command Line Tools for Xcode (if you've already got Xcode on your computer, then skip this of course). This step came from the homebrew website.

Then I entered the command:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

The source of this command came straight from another page of the homebrew website for installing homebrew. I hit enter, then entered my admin password to allow the install of homebrew. You could go to the homebrew website to get the most recent command to paste if it has been updated since this post.

Then I pasted command:

brew cask install xquartz

Hit enter, then entered my admin password to allow the install of xquartz.

Then I pasted command:

brew cask install wine-stable

Hit enter, then entered my admin password to allow the install of WINE.

I then downloaded the full warcraftII install .exe from gog.com (some 600 mb). Right clicked on the downloaded file and selected "open with" then selected "Wine Stable"

Wine complained at that point about some extra things that needed to be installed. I said yes to all of them. I think I might have had to enter my admin password for each, and after that, the actual WarcraftII installer started. I simply clicked the "Install" button.

After the install, I could find the installed Warcraft II files by going to the folder
~/.wine/drive_c/GOG Games/Warcraft II BNE
Just use "Go to folder" in Finder and paste the above directory if you have trouble.

I found that I could get the non-classic WC2 working. I didn't even need the ddraw.dll file to be updated or overridden in Wine. I DID need to apply the wine override for wsock32.dll so I could use IPX for local network gaming. Wine .dll overrides are added by typing "winecfg" (minus quotations) at the terminal command prompt and hitting enter, then going to the libraries tab, typing wsock32.dll in the line where you add a library override, then click "Add". It sets it to the list as (native, builtin) which is what worked for me.

I sadly could not get onto battlenet. I think this was a problem local to me.
BUT I did get everything else to work and local LAN play.
Post edited December 31, 2019 by goguser1195