Skip to content

15.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Hammie Hammie released this 16 Dec 18:28
· 102 commits to main since this release
cbb9741

Fixes

  • Fixed attack animation not triggering correctly in Hoist the Colours quests
  • Improvements and fixes for the Russian translation
  • Added ship lights to Black Pearl
  • Enabled use of the free camera on land
  • Updated sand stepping sound
  • Re-added missing DMC quest scripts
  • Added missing icon for spyglass distance indicator
  • Fixed description of required items for viewing your position on the map
  • #83 Reduced minimum crew required for firing cannons
  • #181 Fix spelling of São Jorge and Conceição
  • #182 Fixed clouds not showing on the world map

Modding

  • Exposed basic Lighter functionality to scripts:
// New Lighter messages:
// sl "LoadPreset" <preset id>
// sl "SavePreset" <preset id>
// sll "Process" <trace shadows?> <smooth shadows?>
// s "SaveLight"

SendMessage(&Lighter, "sl", "LoadPreset", 1);
SendMessage(&Lighter, "sll", "Process", 1, 1);
SendMessage(&Lighter, "s", "SaveLight");