-
Notifications
You must be signed in to change notification settings - Fork 325
Running Julius on macOS
Bianca van Schaik edited this page Aug 3, 2023
·
3 revisions
To install Julius, follow these steps:
- Download the .dmg file from the Releases page, or get a development version
- Open the file you downloaded, it will show a window with the Julius application
- Copy the application to a folder of your choice, for example the Applications folder
Open the application you copied in the last step above. If you're running a recent version of macOS, you will get a dialog saying Julius can't be opened because it was created by an unidentified developer:
- Using Finder, browse to the folder where you copied
julius
to during installation - Right-click on it and choose "open"
- You will be presented with similar-looking dialog, but this time there will be second button allowing you to run the application
- After that you will be able to start Julius without this trick
Or: you can prevent this from happening by running the command: xattr -d com.apple.quarantine ~/Downloads/julius*.dmg
before mounting the image (or xattr -dr com.apple.quarantine /Applications/julius.app
(or wherever you installed it) after installing).
The first time you start Julius, it will ask you for the location of your Caesar 3 installation.
To get the files in your Mac, you have three options:
- Copy the installation from a Windows machine, if you had installed the game there previously
- If you have the GOG version or an old CD-ROM version of the game:
- Use Caesar3Unpacker to install Caesar 3
- Extract the files manually using the command line (requires more technical knowledge)
- Download the latest version of Caesar3Unpacker, open it and follow the steps in the wizard
- Start Julius, and point the game to the folder that was just extracted
- Install InnoExtract through Homebrew:
$ brew install innoextract
- Download the Caesar 3 offline installer exe from GOG
- Extract the setup file to a new
app
folder:$ innoextract -m setup_caesar3_2.0.0.9.exe
- Start Julius, and point the game to the
app
folder that was just extracted
- Install Unshield through Homebrew:
$ brew install unshield
- Open a Terminal in the directory where you want the Caesar 3 files
- Insert your CD-ROM and run the following command to extract the installer (replace
{CD}
with the name of your C3 cd-rom):$ unshield -g Exe x /Volumes/{CD}/data1.cab
- Copy sound and video files over to the Exe directory:
$ cp -r /Volumes/{CD}/555 Exe $ cp -r /Volumes/{CD}/SMK Exe $ cp -r /Volumes/{CD}/wavs Exe $ cp -r /Volumes/{CD}/Soundfx/* Exe/wavs
- Start Julius, and point the game to the
Exe
folder that was just extracted
Julius information
- Improvements from Caesar 3
- Running Julius
- Command-line options
- Configuration
- Hotkeys
- Touch Support
- MP3 Support
Additional downloads
For developers