Creator (talk | contribs)
No edit summary
Creator (talk | contribs)
No edit summary
Line 1: Line 1:
==[https://store.steampowered.com/news/app/589290/view/520836408602001442 5.10.0]==
==[https://store.steampowered.com/news/app/589290/view/520836408602001442 5.10.0]==
===Features and Additions (7)===
===Features and Additions (9)===
* Added 4 new maps:
* Added 4 new maps:
:» Camden
:» Camden
Line 18: Line 18:
* Added very nice stick weapon
* Added very nice stick weapon
* Added American Independence festive firework rocket boxes
* Added American Independence festive firework rocket boxes
* Added main menu QR Code for the Holdfast Coin giveaway
* Added new regiment banners


===Bug Fixes and Improvements (9)===
===Bug Fixes and Improvements (10)===
* Improved client performance on Age of Sail
* Improved client performance on Age of Sail
* Fixed total available class counts in the spawn menu being higher than intended
* Fixed total available class counts in the spawn menu being higher than intended
Line 29: Line 31:
* Fixed multiple British faction specific orders not counting the AR British faction
* Fixed multiple British faction specific orders not counting the AR British faction
* Fixed Gravedigger order not progressing
* Fixed Gravedigger order not progressing
* Fixed resuming last midi song not restarting musician buff


===Server Config (4)===
===Server Config (4)===
* buff_property_override <BuffType> <BuffPropertyType> value
* buff_property_override <BuffType> <BuffPropertyType> value
:» Overrides property values for any buffs (including order buffs and ability buffs)
:» Overrides property values for any buffs (including order buffs and ability buffs)
* trait_property_override <Trait> <BuffPropertyType> value
* trait_property_override <PlayerTrait> <BuffPropertyType> value
:» Overrides property values for any class traits
:» Overrides property values for any class traits
* order_cooldown_override <HighCommandOrderType> value
* order_cooldown_override <HighCommandOrderType> value
Line 39: Line 42:
* Added a new BuffPropertyType enum to make configuring buff and trait property values simpler
* Added a new BuffPropertyType enum to make configuring buff and trait property values simpler
:» More details about how to use these new commands can be found in the Server Configuration wiki page
:» More details about how to use these new commands can be found in the Server Configuration wiki page
:» Enum values for BuffType, HighCommandOrder, PlayerTrait, and BuffPropertyType can be found in the Enums wiki page

Revision as of 16:31, 2 July 2026

5.10.0

Features and Additions (9)

  • Added 4 new maps:
» Camden
» Patriot Farm
» Lexington
» Brooklyn Heights
  • Added a new Offensinve game mode for American Revolution (AROffensive enum value)
  • Added 4 new American uniforms:
» Green Mountain Boys
» George Washington Grenadiers
» Morgan's Riflemen
» Oneida Native American Warrior
  • Added 2 new Oneida Warrior heads:
» Shenandoah
» Alawistonis
  • Added pitchfork weapon
  • Added very nice stick weapon
  • Added American Independence festive firework rocket boxes
  • Added main menu QR Code for the Holdfast Coin giveaway
  • Added new regiment banners

Bug Fixes and Improvements (10)

  • Improved client performance on Age of Sail
  • Fixed total available class counts in the spawn menu being higher than intended
  • Fixed rowboat assisting not working correctly
  • Fixed an issue that broke ship masts when receiving damage while being repaired
  • Fixed an issue with the officer reinforce ping going below the ground in Boston
  • Fixed Nations at War class icons showing in Frontlines in the spawn menu
  • Fixed an exception when being trampled by a horse
  • Fixed multiple British faction specific orders not counting the AR British faction
  • Fixed Gravedigger order not progressing
  • Fixed resuming last midi song not restarting musician buff

Server Config (4)

  • buff_property_override <BuffType> <BuffPropertyType> value
» Overrides property values for any buffs (including order buffs and ability buffs)
  • trait_property_override <PlayerTrait> <BuffPropertyType> value
» Overrides property values for any class traits
  • order_cooldown_override <HighCommandOrderType> value
» Overrides cooldown times for any orders or abilities (the old specific order cooldown order commands have now been deprecated)
  • Added a new BuffPropertyType enum to make configuring buff and trait property values simpler
» More details about how to use these new commands can be found in the Server Configuration wiki page
» Enum values for BuffType, HighCommandOrder, PlayerTrait, and BuffPropertyType can be found in the Enums wiki page