I'm currently playing MWR1 on Mac, and wondering if there's any way possible to play MWR2 on Mac? Is there going to be a Mac release in light of MWR3? Don't wanna ask annoying questions, just curious, haha.
Announcement
Collapse
No announcement yet.
Mac?
Collapse
X
-
Technically you can install a program like VMWare which simulates Windows (I actually program the game in VMWare), so that's a possible way. We will try to release it on Mac sometime. Not sure when I'm afraid.
-
Prerequisites:
- Download install file
- Install Homebrew (Google is our friend
[Install wine with Homebrew]
Code:$ brew update $ brew install wine
Code:$ cd WhereeverInstallFileIs $ wine InstallFile.exe /extract
Code:$ wine msiexec /i InstallFile.msi
Code:cd InstallDir (eg., .wine/drive_c/...) wine mw2.exe
Comment
-
Originally posted by exiquio View PostPrerequisites:
- Download install file
- Install Homebrew (Google is our friend
[Install wine with Homebrew]
Code:$ brew update $ brew install wine
Code:$ cd WhereeverInstallFileIs $ wine InstallFile.exe /extract
Code:$ wine msiexec /i InstallFile.msi
Code:cd InstallDir (eg., .wine/drive_c/...) wine mw2.exe
I currently play in Parallels but a Mac version would be great - I just don't understand this step:
Code:$ cd WhereeverInstallFileIs $ wine InstallFile.exe /extract
Comment
-
I get this:
Bens-iMac-2:~ benpatricklloyd$ cd /Users/benpatricklloyd/Desktop
Bens-iMac-2esktop benpatricklloyd$ wine mwe.exe /extract
Bens-iMac-2esktop benpatricklloyd$ wine msiexec /i mwe.msi
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:msi:event_spawn_wait_dialog doing nothing
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
And a 'Shortcut to MWE.desktop' file which just asks me to search app store to open it with. I'm confused lol. I'm trying to install MWE instead of MWR2.
Comment
Comment