- Steam App
- Intravenous 2 (2608270)
- Event type
- patch note
- Published
- 6 August 2025 - 08:41:41 UTC
- Source
- steam_community_announcements
Hey folks! This release candidate might be the last before release. It features a couple of minor fixes and some more modder-requested features with regards to weapons. 'COLLATERAL' CAMPAIGN CHANGES - russian localization updates BASE GAME CHANGES - fixed the noise/mobility display not updating when opening the loadout menu with nothing but armor equipped MODDING CHANGES - fixed incorrect indexing of weapon mod categories when game mods add extra weapon mods, which could cause various problems with weapon mod tracking, and incorrect highlighting of mod categories when attempting to install a weapon mod that depends on the presence of other weapon mods - added weapons:addModConflicts(weaponID, modID, conflicts) and weapons:addModRequirements(weaponID, modID, requirements): * 'conflicts' and 'requirements' can be either a string or a table containing strings (mod IDs that are conflicting o...