Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
Ancient Warfare 3NewsUpdate 1.8
In-game event

Update 1.8

Ancient Warfare 3 · published 22 Jul 2025, 19:53 UTC

All newsPlayers around this dateRead on Steam

Object tag system


There is a new scripting tag system for reference objects. It works similar to the unit tags, but instead uses reference objects as input and outputs. Tags can be added when selecting an object in the battle editor or by using the AddTag node in scripts. Please note that unit and object tags are two separate systems, meaning a unit can have both unit and object tags!

Scripting features

  • Added Trigger/SetName node to change the name of a scripting trigger which can help to identify triggers created from scripts
  • Added AddTag / RemoveTag / HasTag / GetTags / GetObjectsWithTag / CountObjectsWithTag nodes for the new object tag system
  • Added Inventory/SetAdditionalSlotCount / SetAdditionalSlotCount nodes to add up to 4 additional weapons slots.
    • Weapons slots can be accessed with the weapon 5 - 8 keybinds
    • Picked up weapons 5 - 8 are not visible on the player
    • Weapons for these slots can only be picked up while playing a battle, they are not part of the save system for player settings
    • The existing inventory nodes can be used to add / remove / modify these weapon slots

  • Added weapon reference output to the Inventory/GetWeapon node. (Should be used with caution to prevent any issues)
  • Added SetMagazineContent and GetMagazineContent nodes to control the amount of bullets in a weapon
  • Added OnHeal, OnHealGlobal, BindOnHeal event nodes to detect when a unit receives healing
  • Added driveOver input to the SpawnTransportVehicle and SpawnGroundVehicle nodes
  • Improved node suggestions when dragging an output into an empty area for special inputs that accept any reference or numeric value as input
  • Holding Shift or Alt will stop node alignment even when one of the options is enabled

Other features and improvements

  • Added variants of the burn barrel and campfire without flames
  • Doors of cabinets and similar objects are now transparent in the battle editor
  • Added autosaving for prefabs (uses the same settings like for battles)
  • Using the 'CustomUnit' filter in the placement list for objects and equipment items will now filter the list by custom items
  • Added equipment specific filters to the equipment placement list in the battle editor
  • Copying colors in the clothing color panel will now also copy the metallic and smoothness values
  • Increased player squad limit from 8 to 16
  • Improved file saving stability to prevent broken save files when something goes wrong while overwriting an existing save
  • Added shortcuts to the passive animation editor:
    • Ctrl + C / Ctrl + V = Copy / Paste
    • I = Insert keyframe
    • Delete (keybinding) = Delete keyframe

Bug fixes

  • FIxed icon https download issues on linux when libcurl or tls stack is not installed
  • Fixed selection material when using Ctrl + X on special objects like the player
  • Fixed incorrect handling of the DropWeapon / DeleteWeapon nodes
  • Fixed maxDst input on the Raycast scripting node
  • Fixed a bug that caused MarkV tanks to teleport when the battle starts
  • Fixed performance degradation when picking up physics objects
  • Fixed armband color saving when using individual colors per side
  • Fixed MLRS shooting
  • Fixed tank mortar projectile despawning and accuracy issues
More from Ancient Warfare 3

Other announcements

All news
Community17 Aug 2026Medieval Map CompetitionStarting today through September 7, an official Map Competition is live! Show off your map-making skills around a specific theme for a chance to win Steam Digital Gift Cards for the top 3 creators. Read on for all the guidelines, rules, and submission details! Start: Now End: September 7, 2026, 15:00 UTC Theme: Medieval Create a map inspired by the medieval world! Your map could feature warring…Game update29 Jun 2026Update 1.12.1Increased vertex limits Maximum vertex limits have been increased for nearly all custom item types. For most items, the previous maximum is now the recommended limit. Staying within this recommendation is strongly advised to avoid performance issues. · Models exceeding the recommended limit are now accepted up to the new maximum, but display a performance warning in the Steam Workshop browser.…In-game event23 Apr 2026Update 1.12Multiple Middle Equipment Items Multiple middle equipment items can now be selected for each unit! Script Editor Improvements The scripting editor received the following quality-of-life improvements: · Available hotkeys/actions are now displayed · Added a close button to the search panel · Added a hotkey to select all connected nodes · Script snippets containing variables can now be copied/past…