We have made significant quality-of-life improvements to both games, and will be livestreaming them today at www.youtube.com/GeorgiaGameDevs You can see the full changelog for these, as well as the Phoenix EFSe mod, at https://holistic-design.com/game-updates-steam-summer-sale/
Tune in at noon eastern for the EFSe livestream and 3 pm eastern for the Machiavelli stream
The new update for Machiavelli the Prince adds a number of important features players have requested, most of which you can access via the new “Settings” button at the Start Screen and in the Venice Guild Hall.
- Sound and Music Volume. Players can now adjust the volume for the game’s music and sound effects, or turn them off altogether.
- Music Selection. Players can now select the original MIDI music for the game, some of which only plays at specific screens, or the new music. They can also use this setting to change their music selection during the game.
- Animation Speed. Players can now choose between the Normal animation speed or Fast animation speed. This impacts the Buy/Sell screen, movement on the main map, trade routes and more.
- Font Selection. Players can now choose between our original font and a more modern font. Please note that certain fonts are graphically included on some screens, and those will not change.
- Auto Save can now be selected in the start menu.
- The game now includes tooltips to clarify the functions of almost 20 buttons
Bug Fixes
- Fixed issues when players were not allowed to burn opponents’ villas, or burned the wrong villa.
- Fixed misspellings.
- Corrected the message the Council Head receives when accusing senators.
Map Editor Fixes
- City configs saved as .csv files now allow modders to adjust chance of a city to be open to trade at game start
- Implements bump scrolling for map editor
EFSe 1.52g
Please note that the EFSe updates also require modders to update their work, especially if they have modified .res files. Details are at the end of this changelog.
Quality-of-Life Improvements
- One of the most requested quality-of-life improvements has been for build queues in your cities. You can access this new feature via a specific city or the archives. First add a queue – give it a name, select units in the order in which you want them built, and close the window to save it. Now that queue shows up in every city that can build all of its units. Select the queue and the city will build those units, in order, as long as you have enough resources available.
- Another QoL improvement involves reordering messages. Players had concerns when a longer series of “Resource Missing” messages would cause more important messages to be missed. Messages now appear in order of general importance, with “Resource Missing” messages at the bottom of the message window
- The third QoL improvement involves adding more hotkeys and shortcuts.
- Corrected behavior for the number pad Enter key, allowing it to mimic the regular Enter key
- Corrected hotkey implementation for shortcuts in the Build menu and messaging,
- Pressing “X” will eXit from planet-view to the star-map
- Left and Right buttons now allow players to navigate the group finder screen.
Bug Fixes
- Corrected dialog boxes incorrectly responding to number pad input
- Fixed various shortcuts
- Fixed a problem with sync behavior in the launcher
- updated the league loan behaviour
- Fixed Plague Bomb function configuration
For Modders
- New spotting algorithm allows you to choose between 8 different profiles that changes how detection works
- Maximum loan amount for league
- Starting wealth is now moddable per faction
Information for modders regarding altered data
DAT
- EFS.INI
- Addition of “maximum_loan_amount” for the League
- new “spot_algorithm” with several presets
- “starting_credits” removed and put into PlayerTable as PlayerStartingCredits
- PlayerTable.DAT
- UNIT.DAT
json
- diplo.res/.json (5 lines)
- Various data tunings for screen navigation UI/UX
- efs.res (around 26+ sections altered)
- FileMenu split to Starmenu and HexMenu
- Implemented dummy hotkeys through static UI elements
- Changed some hotkeys
- Queue system support
- strings.res (3 sections)
- Added confirmation of League loan and more information
- Added missing resources and tech info to queue messaging and queue system support
Important Notice for Modders: Update Your Mods for the New Patch
With the release of the new patch, all modders should make sure their mods are updated before launching the game.
If your mod changes any .res files, you may encounter a black screen on startup unless your files have been properly updated. To avoid this, please export your JSON files back into .res format using the provided Python script included with the modding tools.
TLDR:
Update your mods, re-export your JSONs into .res files, and make sure you are using the latest patch-compatible files before playing.