Tip to run ioquake3 on Mac, versions like Sierra, Mojave and others.
If your ioquake3 doesn't launch, follow the steps bellow to solve it
- Verify if exist file
pak0.pk3
in folderbaseq3
, i.e:/Applications/ioquake3/baseq3
. in folderbaseq3
- If file exist, it's possible this
ioquake3
are in quarentine from App Translocation Security Resource
$ sudo xattr /Applications/ioquake3/ioquake3-1.36.app
# Command return
$ com.apple.quarantine
$ sudo xattr -d -r com.apple.quarantine /Applications/ioquake3/ioquake3-1.36.app
$ sudo reboot