-
Notifications
You must be signed in to change notification settings - Fork 386
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-*.AppImagein 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
innoextractfor your distribution -
Download the Caesar 3 offline installer exe from GOG, you end up with a file like
setup_caesartm_3_1.0.1.0_(76354).exe -
Run the following commands to extract the game files to a new
caesar3directory:$ mkdir caesar3 $ cd caesar3 $ innoextract -m ../setup_caesartm_3_1.0.1.0_\(76354\).exe -
Move the
juliusexecutable to the extractedcaesar3directory 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
unshieldfor 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
Exefolder 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