-
Notifications
You must be signed in to change notification settings - Fork 316
Running Julius on Linux BSD
OpenBSD, FreeBSD and several Linux distributions provide Julius as package. On Linux you can also use the provided AppImage:
- Obtain the game data files of Caesar 3 by checking the next section.
- Download the latest AppImage release of Julius.
- Make the downloaded AppImage executable by going into the file properties or running
chmod +x julius-*.AppImage
in the same folder as the AppImage. - You can then run it just like any Linux executable.
- (Optional) You can install AppImageLauncher in order to integrate the AppImage in your OS. You'll then be able to launch it easily from the menu just like other apps.
If you bought the GOG edition, you can download the offline installer exe, and use InnoExtract to extract the game files:
-
Build Julius or install using your package manager
-
Install
innoextract
for your distribution -
Download the Caesar 3 offline installer exe from GOG
-
Run the following command to extract the game files to a new
app
directory:$ innoextract -m setup_caesar3_2.0.0.9.exe
-
Move the
julius
executable to the extractedapp
directory and run from there, OR run Julius with the path to the game files as parameter:$ julius path-to-app-directory
Note that your user requires write access to the directory containing the game files, since the saved games are also stored there.
- Build Julius or install using your package manager
- Install
unshield
for your distribution - Mount your CD-ROM and run the following command to extract the installer (replace
{CD}
with the path to your C3 cd-rom):$ unshield -g Exe x {CD}/data1.cab
- Copy sound and video files over to the Exe directory:
$ cp -r {CD}/555 Exe $ cp -r {CD}/SMK Exe $ cp -r {CD}/wavs Exe $ cp -r {CD}/Soundfx/* Exe/wavs
- Start Julius, and point the game to the
Exe
folder that was just extracted
Another option is to get the game files by installing Caesar 3 using WINE:
-
Build Julius or install using your package manager
-
Install Caesar 3 using WINE, take note where the game is installed
-
Run Julius with the path where the game is installed:
$ julius path-to-c3-directory
Julius information
- Improvements from Caesar 3
- Running Julius
- Command-line options
- Configuration
- Hotkeys
- Touch Support
- MP3 Support
Additional downloads
For developers