Skip to content

MacOS Support

Antti Halme edited this page Jun 14, 2026 · 4 revisions

Notes for those looking to run OpenCiv3 or do OpenCiv3 development on a Mac.

Overview

As of 2026, Civ3 runs fairly well on Apple Silicon (M1, M2, ...), and OpenCiv3 runs even better. Intel Macs may also get the job done.

...but in each case some assembly may be required.

Civ3

In order to do development work on OpenCiv3, it's useful to have a working Civ3 instance. At the very least you'll want to have the assets from the original game.

The recommend guide for getting Civ3 running on your Mac is to follow this guidance:
https://forums.civfanatics.com/threads/installing-playing-and-modding-c3c-on-apple-silicon.681540/

In essence, the current recommended combo is:

  • "Sid Meier's Civilization® III Complete" from Good Old Games (GOG) (<$5) (the non-Galaxy version)
  • PortingKit Wineskin tailored for Civ3 (free)
  • PlayIntro=0 and KeepRes=1 settings set in Conquests.ini

As per PortingKit (instructions for Civ3), you'll want the non-Galaxy download, "Offline backup setup files" from GOG.

Note that for the time being Steam versions of Civ3 are NOT recommended for Mac, as there are a few more hurdles to overcome with that route.

Troubleshooting

For general Civ3 troubleshooting, try the Civ3 Macintosh -channel at CivFanatics Forum.

Ambient sound looping

Depending on the version wine that PortingKit makes use of, you may still encounter some audio issues. If you find that the Hawk's cry ambient sfx gets "stuck", a simple workaround is to replace the audio file with a silent one. Make a copy of /<civ3>/Sounds/Ambience Sfx/Hawk.wav and try this on for size:

Hawk_silent.wav

cd <MyPortingKitAppsHome/MyCiv3.app>
cd Contents/drive_c/GOG\ Games/Civilization\ III\ Complete/Sounds/Ambience\ Sfx/
mv ~/Downloads/Hawk_silent.wav .
mv Hawk.wav Hawk_og.wav
mv Hawk_silent.wav Hawk.wav

Clone this wiki locally