Back
Julius
by Bianca van Schaik
|
Version | 1.8.0 |
Zip size | 3,760 KiB |
License | Affero GPLv3 |
Updated | 04/08/2025 |
Downloads | 1,787 |
MD5 | 692c83e59d7a2e8a2a06904fcd7c1df6 |
App Details
NOTE: This app requires files to be copied over from a legally obtained version of the original game: https://store.steampowered.com/app/517790/Caesar_3/
This is my Switch port of Julius, a Caesar III re-implementation, based on devnoname120's Vita port.
Julius is an open source re-implementation of Caesar III.
The aim of this project is to create an open-source version of Caesar 3, with the same logic as the original, but with some UI enhancements, that is able to be played on multiple platforms. The same logic means that the saved games are 100% compatible, and any gameplay bugs present in the original Caesar 3 game will also be present in Julius.
Julius requires the original assets (graphics, sounds, etc) from Caesar 3 to run.
Installation Instructions
Copy all the files from a Caesar 3 install into the switch/julius folder on you SD card, so that you have the file c3.eng and more in your folder, in addition to julius.nro. Caesar 3 can be purchased from gog.com for example.
Screenshots
Changelog
v1.8.0
General improvements
The game now enters military mode when going to a legion with hotkey
Water range is always shown when building a reservoir, even when it cannot be placed
Added on-screen notice when a screenshot is saved
Editor: allowed map editors to set player rank to "Caesar"
Campaign: Brundisium can now be played for 2 years after winning the mission
Added option to invert direction of right-click-to-drag-map
Added command line options:
--fullscreen starts the game fullscreen
--display ID start the game on the specified display; ID starts counting from 0
Android: enabled setting display scale on tablets
Windows: improved fullscreen handling: the game no longer scrolls when the mouse moves out of the window on Alt-Tab
Language improvements
Added support for Czech, Greek and Japanese
Added support for Russian editor files
Bugfixes
Fixed clone building hotkey not honoring disallowed buildings
Fixed crash when Caesar 3 settings contain an invalid advisor
Fixed sounds in videos on big endian systems
Fixed multiple horn sounds on large invasions
Fixed water buildings sometimes getting corrupted
Fixed trees not forming forest on elevation
Fixed visual inconsistencies on some building animations
Fixed Android app not honoring rotation lock
Technical improvements
Upgraded SDL to 2.32.8, SDL_mixer to 2.8.1
Android: upgraded build tools and SDK version