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
Intravenous 2NewsVersion 1.4.0 RC10
Game update

Version 1.4.0 RC10

Intravenous 2 · published 3 Aug 2025, 14:36 UTC

All newsPlayers around this dateRead on Steam

Hey folks!

This small patch introduces some changes to the map editor and modding, optimizes the game a little, and adds flashlights and radios to NPC reinforcements on levels where it is fitting.
Overall, the update is nearing completion and will be released relatively soon!

'COLLATERAL' CAMPAIGN CHANGES
- added flashlights & radios to reinforcement enemy spawns where fitting

'INTRAVENOUS' (IV1 REMASTER) CAMPAIGN CHANGES
- added flashlights & radios to reinforcement enemy spawns where fitting

BASE GAME CHANGES
- fixed animations not correctly returning to idle/walk on P90, Multilauncher, FAMAS when interacting with or taking items

OPTIMIZATIONS
- slightly optimized tilegrid rendering on the CPU side, which should slightly improve performance when panning the camera

MAP EDITOR CHANGES
- can now setup which items (radio, flashlight) an NPC will be spawned with via npc_spawn class objects
- fixed a crash that occurred when using the break_lamp cutscene action on objects that don't support it

RC10.1 CHANGES


(did not receive its own news post

MODDING CHANGES
- the weapons:addModToWeapon(weaponID, headerID, modData) spec has been changed to weapons:addModToWeapon(weaponID, headerID, modData, inFrontOfModID):
* can add singular weapon mods via weapons:addModToWeapon("someWeapon", "sights", "someMod")
* can add multiple weapon mods via weapons:addModToWeapon("someWeapon", "sights", {"someMod", "otherMod", "anotherMod"})
* inFrontOfModID is optional; if it is a string, the mod will be inserted in front of the given mod ID; if it is a number, it will be inserted at that position in the list, or at the end of the list (depending on which is true)
* the method will create a new mod header (category) if the provided headerID is not available on the weapon, and insert the weapon mod in that header
* modders do not need to call any extra methods such as :setupModCategoryMap, the game will take care of the rest
* attempting to add a mod to a weapon that is not registered will not cause a crash
* skips adding duplicate weapon mods
* returns true on success, false on failure, and the failure reason as 2nd argument
* weapon datas feature the same method, which do all the heavy lifting, with the same argument order minus the requirement for weaponID as the first argument

- added method to easily set weapon mod icons for new/existing weapon mods - weapons:setModIcons(weaponID, modID, iconActive, iconHover, iconIdle, iconAlign):
* all three icons must be provided to set the icons for the given mod to be successfully set
* returns true on success, false on failure, and the failure reason as 2nd argument
* weapon datas feature the same method , which do all the heavy lifting, with the same argument order minus the requirement for weaponID as the first argument

Update 1.4.0 is currently in open BETA and can be accessed by anyone.
To opt-in this, right-click on Intravenous 2 in your Steam library, click on "Properties...", then switch to the "Betas" tab, and select the "version140" BETA.

Remember to report any issues you run into!

Thanks for reading, hope you're enjoying the game!

Social media


Twitter
Discord community
YouTube

More from Intravenous 2

Other announcements

All news
Community15 Sep 2026Intravenous 3: Borderline Playtest Closed!Hey everyone! The Intravenous 3: Borderline playtest is now officially over. And first of all - thank you. Over the course of just one week, more than 5,000 players jumped into the playtest, shared their feedback, broke things in ways we never expected, and helped us make Borderline better. Thanks to your reports and feedback, we’ve already fixed more than 100 bugs during the playtest. That’s e…Community8 Sep 2026Intravenous 3: Borderline — Free Prologue Announced & Playtest Live NowHey everyone! It’s been a while since we properly talked about what we’ve been building for Intravenous 3. Today, we finally have something substantial to show. We’re announcing Intravenous 3: Borderline — a completely free standalone prologue to Intravenous 3. Intravenous 3: Borderline launches for free on October 2. Wishlist now! And you won’t have to wait long to get your hands on it. The pl…Community7 Aug 2026Devlog #2 - Player MobilityIntravenous 3 continues to polish and build upon various gameplay mechanics present in the first two games, and one such feature is going prone. Previously, going prone meant reducing your visibility and breaking lines of sight at the expense of total vulnerability, should combat find you. Intravenous 3 builds upon prone by allowing the player to use all weapons and most gadgets while laying do…