Changelog
Overwolf is now maintaining only 6 months in the current changelog. All older posts have been moved to the Changelog archive.
- Overwolf Platform
- GEP
- Developer's Console
- Documentation Updates
2026
Version 0.300.0.11
Bug Fixes
- Fixed issues in OOPO control.
Version 0.300.0.5
New Features
- Out-of-Process Overlay (OOPO)—added ability to render overlay for OOPO games in fullscreen exclusive mode.
- Overlay is rendered with hotkeys, but without mouse and keyboard input in OOPO games (e.g. Battlefield, Counter-Strike: 2 (fullscreen exclusive).
Improvements
- Improved OOPO rendering performance.
- Users signed in with a Dev Account can now open Overwolf's developer tools (DevTools) without the registry flag. You are required to restart the client after signing in with a Dev Account.
Bug Fixes
- Fixed an issue where arrow keys are not working after an app's hotkey was pressed.
- Fixed an issue where games running in OOPO mode reported the wrong window handle in
gameInfo.windowHandle, which could break app features that depend on game window tracking. - Fixed an issue where OSR (off-screen rendering) in-game windows
mouse upevent was not being detected, breaking gesture/drag interactions. - Fixed an issue where an update to Overwolf failed. (rare)
February
Version 0.296.2
Bug Fixes
- Fixed an issue where CEF crashes due to iframe isolation (rare).
Version 0.296.0
Improvements
- Improved focus flickering (reduced flickering) in
BrowserViewControlto preventBringToFrontrace conditions. - Improved game process injection by only injecting to a game when there is a window visible.
Bug Fixes
- Fixed an issue in main window detection when Overwolf launches after a game is already running.
- Fixed an issue where games were crashing using NVIDIA's DLSS feature.
- Fixed an issue where exclusive mode appeared for overlay windows when they were fully transparent. Now exclusive mode will appear only if at least one element is visible.
- Fixed an issue with game cursor visibility for games with
MixedAlwaysAvailableenabled. - Fixed an issue where a possible null exception occurs when creating a runtime window (Windows2), if the window name is missing from
manifest.json. - Fixed an issue where exclusive mode will not resize properly if the game window was resized in windowed mode.
- Fixed an issue where a desktop window will not adjust its size when dragging between monitors with different DPI scales.
- Fixed an issue in target window detection for Slay The Spire 2.
Version 0.294.0
New Features
- Added a new in-game only window of type:
dpiUnware. This window type allows you to manage your in-game windows without the need of making DPI calculations. This window is:- Set through the manifest.json file using
"dpi_unaware": true. - Only to be used for windows that set
"in_game_only": true. - Transparent by default.
- Now supported in the odk-ts-monorepo package using the
osr_window_options. For more information, see dpiUnaware.
- Set through the manifest.json file using
Bug Fixes
- Fixed an issue where the Exclusive Window wasn't always visible when entering exclusive mode.
- Fixed an issue where users in a phased client version didn’t receive an update to a different phased version.
- Fixed several issues with cursor support in R6: Siege.
- Fixed an issue with game cursor visibility for games using Raw Input.
Improvements
- The Overwolf client now supports its own URL protocol, enabling app downloads from the Web App Store via deeplinks.
note
"overwolf" is now a reserved URL protocol. It can no longer be set as a custom app protocol, and any existing apps using it will have their protocol settings overridden by the client.
- Added a new API
overwolf.utils.verifyURLProtocol()which returns true if the specified URL protocol is registered on the local machine.
January
Version 0.292.142
Platform
- Updated the underlying CEF version from version 131 to version 142.
Bug fixes
- Fixed an issue where audio was muted during playback in local video file players.
2025
December
Version 0292.0
- Added the option to open the applications window as a native window (prevents the window from showing up inside the game). To open the new window
- Option 1: Right-click on Overwolf’s tray icon and press the Packages (Desktop) button.
- Option 2: Call
overwolf.utils.openUrlInOverwolfBrowser("overwolf://packages?window=true", "Packages") - Option 3: In your developer console, open the new window with a search parameter. For example:
overwolf.utils.openUrlInOverwolfBrowser("overwolf://packages?window=true&search=MyApp", "Packages")will open the window and search forMyApp. - Option 4: Pressing the
Open in windowbutton next to theDevelopment Optionsbutton in the settings window.noteOpening the regular applications window can be done by right clicking on Overwolf’s tray icon and pressing the “Packages (Browser)” button, or by pressing the Development Options in the settings window.
- Added the ability to show pinned apps only in the applications windows.
- The
takeScreenshot()andtakeScreenshotEx()methods will now capture frames as-is, without overlay filters, e.g. nvidia game filters.
Version 0.291.0
Improvements
- Added new methods to
overwolf.games.trackedinterface.overwolf.games.tracked.getAnyRunningGamesInfo()—returns an array of all the currently running unsupported / overlay disabled games.overwolf.games.tracked.onGameLaunched—an event listener that will fire on an unsupported / overlay disabled game.
- Enhanced Overlay tracking by adding new properties to
OverwolfGameInfoobject.isOverlaySupported—indicates whether overlay is supported or not in the gameslist for the running game.isOverlayEnabled—indicates whether the user has enabled or disabled overlay for the running game from Overwolf’s settings.
Bug fixes
- Fixed an issue where calling
overwolf.windows.getCurrentWindow()when a native window is minimized, returned incorrectHeightandWidthvalues. Now it returns the window’s size in its restored state. - Fixed an issue where in some cases
overwolf.windows.bringToFront()failed to bring native windows to the front.
November
Version 0.290.0
Improvements
- Improved ads memory management.
- Improved game process detection.
Version 0.285.1
OBS
onReplayServicesStarted()will now fire for every app that callsmedia.replays.turnOn()
Bug Fixes
- Fixed an issue where Overwolf caused lag due to searching for a game window with at least 400px.
October
Version 0.285.1
OBS
onReplayServicesStarted()will now fire for every app that callsmedia.replays.turnOn()
Bug Fixes
- Fixed another case of the issue where Overwolf caused lag due to searching for a game window with at least 400px.
Version 0.283.1
OBS
- Added
fail_if_runningparam toReplayStreamParams. When set totrue, it will causemedia.replays.turnOn()to return an error if another app has already turned on the replays service.
Bug Fixes
- Fixed a title inconsistency for the
AlreadyStreamingerror message. - Fixed an issue where Overwolf caused lag due to searching for a game window with at least 400px due to the recent fix:
Game injection now occurs when the detected game’s window height is at least 400px.
Version 0.283
Platform
- Added
balanceto theAudioDeviceOptionsobject. - Game injection now occurs when the detected game’s window height is at least 400px. This ensures the client doesn't inject into small “loading” windows (e.g, Rainbow Six: Siege AntiCheat/Shader compilation window).
Bug Fixes
- Fixed an issue when
disable_auto_shutdown_on_game_exitis set to true, the replay buffer stopped on game exit. - Fixed a memory leak issue when calling
overwolf.io.stopWatchingFile(). - Fixed an issue where
overwolf.io.readBinaryFile()doesn't return a result when reading an empty file. - Fixed a memory leak issue when calling
overwolf.io.readBinaryFile(). - Fixed an exception when passing
game/micas null to theAudioOptionsobject. - Fixed an issue where async method callbacks caused an exception when executed in an already closed window.
- Fixed an issue when entering or exiting exclusive mode without moving the mouse doesn't update cursor visibility.
September
Version 0.282
Platform
- Added support for mouse hotkeys in OOPO games.
OBS Changes
overwolf.media.replays.turnOn()—will now return an error if the game is closed before the replay service starts.overwolf.media.replays.startCapture() / overwolf.media.replays.capture()—will now include areplayIdparam in the callback.- Support setting
disable_auto_shutdown_on_game_exitin the replay settings, used to allow the replay service to continue running even when closing the running game. - Extra Stats object will now be sent in:
overwolf.streaming.onVideoFileSplit()overwolf.media.replay.capture()
Bug Fixes
- Fixed an issue where some elements of the settings page moved when switching to high-DPI monitors.
- Fixed an issue where in-game windows would appear as half-transparent in OOPO games when using dock stations.
- Fixed an issue where
overwolf.windows.maximize()did not maximize all the way to the taskbar. - Fixed an issue where on some cases,
onStateChanged()did not fire for previously maximized windows. - Fixed an issue with screenshot capture in Fortnite.
July
Version 0.280.2
Bug Fixes
- Fixed an issue where some games showed an
Overlay is not enablederror message, even though the game was overlay-enabled. - Fixed an issue where alphanumeric hotkeys could not be set with the
shiftmodifier key.
Version 0.280.1
Platform
- Added new flag
show_background_layerto the manifest for controlling the ability to show a black overlay when a window is visible. For more information, see manifest.json. This is according to the new guidelines for Riot in-game ads. - In addition, added new APIs for controlling the ability to show a black overlay when a window is visible. Typically used for custom logic to enable/disable the overlay based on a user's paid subscription status.
overwolf.windows.setWidgetStyle()—used to programmatically enable the overlay.overwolf.windows.removeWidgetStyle()—used to programmatically disable the overlay.
Bug Fixes
- Fixed an issue where the
Escapekey could not be assigned as a passthrough hotkey.
Version 0.280
Platform
- Overlay optimizations.
- Redesigned the Overwolf Settings page.
- Custom Protocol URLs will now open in an external browser.
- The manifest flag
auto_relaunch_on_crashis now set totrueby default. - Added Mouse Hotkeys support (not supported in OOPO games):
- Added support for Forward(
XButton1) and Back(XButton2) buttons.XButton1=virtualKey: 5XButton2=virtualKey: 6
- Added support for Middle Mouse Button(
MButton).- This hotkey must be paired with a modifier key.
MButton=virtualKey: 4
- Added support for Forward(
Bug Fixes
- Fixed an issue where, changing the overlay state while the settings window was open, didn't update the button state and the button became unclickable.
- Fixed an issue where, the FPS counter did not render in some Dx12 games.
2026
May
Version 304.1.3
-
TFT
- Added new Info Update
god_picked_favorFor more information, see god_picked_favor
- Added new Info Update
-
Fortnite
- Fixed an issue with
match_stats.
- Fixed an issue with
Version 304.1.2
- Wow
- Fixed events.
Version 304.1.1
- Minecraft Bedrock
- Fixed events.
Version 304.1.0
- Diablo 4
- Fixed events.
- Roblox - Rivals
- Added support for new game events. For more information, see Roblox Rivals .
Version 304.0.1
- Valorant
- Fixed the assist in the
kill_feedevent.
- Fixed the assist in the
- Deadlock
- Fixed player names with special characters.
- Rainbow 6
- Disabled
roundOutcomein deathmatch mod.
- Disabled
Version 304.0.0
- Fortnite MS Edition
- Fixed events.
- Roblox MS Edition
- Fixed events.
Version 303.0.8
- Fortnite
- Fixed shots, hits, and accuracy events.
- Diablo 4
- Fixed events.
- TFT
- Fixed damage event.
- WOW
- Fixed events.
April
Version 303.0.7
- Fortnite
- Fixed events.
- Rainbow 6
- Fixed some event issues.
Version 303.0.6
- Overwatch 2
- Fixed events.
- Diablo 4
- Fixed events.
- WOW
- Fixed events.
- FFXIV
- Fixed events.
- Valorant
- Fixed events.
Version 303.0.5
- LOL + TFT + Arena
- Fixed events with backward compatibility.
- Diablo 4
- Fixed events.
- Dota 2
- Fixed
heroselection issue in theroster.
- Fixed
Version 303.0.4
- WoW
- Fixed events.
Version 303.0.3
- WOW
- Fixed events.
- Escape from Tarkov Fixed events.
- CS2
- Fixed events.
- MTGA
- Fixed events .
Version 303.0.2
- Fortnite
- Fixed events.
Version 303.0.1
- Marvel
- Fixed
match_outcome. - Added new hero BLACK CAT.
- Fixed
- CS2.
- Fixed duplicate
kill_feedissue.
- Fixed duplicate
- TFT
- Set rounds 5-1 and 5-5 to PVP in
round_type.
- Set rounds 5-1 and 5-5 to PVP in
Version 302.1.4
- Fortnite MS edition
- Fixed events.
storm_infois still a work in progress.
- R6
- Added new 1vs1 playlist to
game_mode.
- Added new 1vs1 playlist to
Version 302.1.3
- Fortnite
- Fixed events.
storm_infois still a work in progress.
- Overwatch
- Added new hero SIERRA.
Version 302.1.2
- Overwatch
- Fixed events.
Version 302.1.1
- Valorant
- Fixed events.
Version 302.1.0
- TFT
- New game events for set 17. For more information, see match_info:
god_namesgod_favors
- New game events for set 17. For more information, see match_info:
Version 302.0.5
- Tarkov
- Fixed events.
Version 302.0.3
- TFT / LOL / Arena PBE
- Fixed events.
- Genshin Impact
- Fixed events.
- Fortnite
- Fixed the
rarityparam initem_xinfo update.
- Fixed the
Version 302.0.2
- WoW
- Fixed events.
Version 302.0.1
- TFT PBE
- Fixed an issue with
augmentinfo.
- Fixed an issue with
- Marvel Rivals
- Fixed an issue with
match_outcomeinfo. - Added new
is_disconnectedparameter torosterinfo.
- Fixed an issue with
Version 302.0.0
- TFT PBE
- Fixed events.
Version 301.2.4
- Overwatch
- Fixed events.
Version 301.2.3
- Fortnite MS edition
- Fixed events.
- Fortnite
- Fixed
hitandaccuracy.
- Fixed
Version 301.2.2
-
Valorant
- Fixed events.
-
Fortnite
- Fixed events.
hit,accuracy, andrarityare still a work in progress.
-
Overwatch
- Fixed events .
March
Version 301.2.1
- LOL
- Fixed events based on PBE with backwards compatibility.
- LOL Arena
- Fixed events based on PBE with backwards compatibility.
- Minecraft
- Added support for Fabric in Minecraft version 26.1.
- Fortnite
- Fixed
itemsin ranked mode.
- Fixed
Version 301.2.0
- Fortnite
- Added a new event for the
bus_line. For more information see Location.
- Added a new event for the
- WOW
- Fixed events.
- TFT
- Fixed events based on PBE with backwards compatibility.
- Minecraft
- Fixed
realmsinfo.
- Fixed
Version 301.0.6
- Wow
- Fixed events.
Version 301.0.5
- Minecraft Bedrock
- Fixed
location.
- Fixed
- POE2
- Fixed
in_town.
- Fixed
Version 301.0.4
- POE 2
- Fixed events.
in_towninfo is still a work in progress.
- R6
- Added a new
playlisttype ingame_modeinfo.
- Added a new
Version 301.0.3
- Dota 2
- Fixed events.
- Diablo 4
- Fixed events.
- WoW
- Fixed events.
- Fortnite MS edition
- Fixed events.
- Minecraft
- Fixed
chatinfo in MC version 26.1.
- Fixed
Version 301.0.2
- Valorant
- Temporarily disabled
planted_siteinfo.
- Temporarily disabled
Version 301.0.1
- Valorant
- Fixed planted site issue.
Version 301.0.0
- Arknights: Endfield
- Added support for new game events. For more information, see Arknights: Endfield.
- Minecraft Bedrock
- Fixed the scene names issue.
- Marvel Rivals
- Added support for the new hero White Fox.
- Valorant
- Fixed planted site event.
- Rainbow 6
- Fixed an issue with the roster event.
Version 300.2.6
- Fortnite
- Fixed events.
rarityparameter ininventoryis still a work in progress.
Version 300.2.5
- Fortnite
- Fixed
hit,accuracy, andtotal_shots.
- Fixed
- Marvel Rivals
- Fixed
rosterinfo update.
- Fixed
- WOW
- Fixed events.
Version 300.2.4
- Fortnite
- Fixed events.
- Fixed
matchIDin creative mode. hit,accuracy,total_shots, andrarityparameter ininventoryare still a work in progress.
- Diablo 4
- Fixed
goldinfo update.
- Fixed
Version 300.2.3
- WOW
- Fixed events.
- TFT
- Fixed an issue with board and bench info updates.
Version 300.2.2
- Valorant
- Fixed events.
Version 300.2.1
- Diablo 4
- Fixed events.
- Deadlock
- Fixed
match_outcomeevent.
- Fixed
- Fortnite MS edition
- Added support for all the game events.
- TFT
- Fixed events based on PBE with backward compatibility.
- Added
opponent_board_piecesinfo-update. For more information, seeboard
- LOL + Arena
- Fixed events based on PBE with backward compatibility.
Version 300.1.0
- Valorant
- Fixed an issue when trying to run Overwolf Electron and Overwolf Native in parallel.
- WOW
- Fixed events.
- Lost Ark
- Fixed events.
Version 300.0.3
- Overwatch
- Fixed events.
- Minecraft Bedrock
- Added reset to
dimensionandworld_idinfo updates.
- Added reset to
Version 300.0.2
- Overwatch
- Fixed events.
- Wow
- Fixed events.
- Fortnite
- Fixed and
hitandaccuracy.
- Fixed and
Version 300.0.1
- Deadlock
- Fixed roster issue.
- Added support for Street Brawl game mode.
- Added support for new heroes APOLLO and PAIGE.
- Tarkov
- Fixed
match_startin PVE and Practice modes.
- Fixed
Version 300.0.0
- POE
- Fixed events.
- OW2
- Added support for Stadium ranked game type.
Version 299.11.0
- POE2
- Fixed
party_playersinfo update.
- Fixed
- WOW
- Fixed events.
Version 299.10.0
- Fortnite
- Fixed events.
hit,accuracy, andstorm_infoare still a work in progress.
- Tarkov
- Fixed events .
Version 299.0.9
- Valorant
- Fixed events.
planted_siteis still a work in progress.
Version 299.0.8
- R6
- Enabled
game_mode. For more information, seegame-mode. - Added maps
OUTBACKandVILLA.
- Enabled
- LoL Arena + LOL Aram Mayhem
- Fixed
augmentsandpicked_augmentInfo Updates.
- Fixed
- Valorant
- Fixed events.
- WOW
- Fixed events.
Version 299.0.7
- R6
- Fixed events.
- LoL
- Fixed events based on PBE with backward compatibility.
- Added
augmentsandpicked_augmentInfo Updates to ARAM Mayhem mode. For more information, seeaugments. - Fixed
jungle_campsin ARAM mode.
- TFT
- Fixed events based on PBE with backward compatibility.
- LoL Arena
- Fixed events based on PBE with backward compatibility.
Version 299.0.4
- Ow2
- Fixed an issue with
round_starttiming.
- Fixed an issue with
- WoW
- Fixed events.
- Marvel Rivals
- Fixed an issue with
ult_chargeparameter inrosterwhen using Deadpool.
- Fixed an issue with
- Deadlock
- Fixed an issue with
itemsandrosterevents.
- Fixed an issue with
- Rainbow 6
- Fixed
phaseinfo-update when canceling a matchmaking. - Fixed the
roleparameter in therosterwhen playing in free for all game mode.
- Fixed
Version 299.0.3
- Ow2
- Fixed events.
- WoW
- Fixed events.
- POE2
- Fixed events .
February
Version 299.0.2
- Valorant
- Fixed missing players from
rosterandscoreboardin Deathmatch.
- Fixed missing players from
- WoW
- Fixed events.
Version 299.0.1
- Valorant
- Fixed events.
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- MTGA
- Fixed draft events.
- Genshin Impact
- Fixed
character_nameandcharacter_switchevents.
- Fixed
Version 299.0.0
- Fortnite
- Added new Info Update
storm_info. For more information, seestorm_info. - Fixed
game_typeinfo.
- Added new Info Update
- TFT
- Fixed an issue with
shop_visibleinfo.
- Fixed an issue with
- Valorant
- Fixed team deathmatch detection in
game_modeinfo.
- Fixed team deathmatch detection in
- Warframe
- Fixed timing issue in
usernameinfo.
- Fixed timing issue in
Version 298.4.4
- WOW
- Fixed events.
- LOL Arena
- Fixed events.
Version 298.4.3
- Fornite
- Fixed events.
Version 298.4.2
- Fornite Fixed events.
Version 298.4.1
- Valorant
- Fixed events.
- Wow
- Fixed events.
Version 298.4.0
- LOL
- Fixed events based on PBE with backward compatibility.
- TFT
- Fixed events based on PBE with backward compatibility.
- Added new info-update
shop_visible. For more information, seeevents-1.
Version 298.3.4
- WOW
- Fixed events.
- Fortnite
- Fixed an issue with the inventory event.
- Marvel Rivals
- Added support for the new hero ELSA BLOODSTONE.
Version 298.3.3
- Escape from Tarkov
- Fixed events.
Version 298.3.1
- Deadlock
- Fixed events.
- Added support for new heroes.
- OW2
- Fixed events.
- Added support for new heroes.
- Minecraft Bedrock
- Fixed events.
Version 298.3.0
- Apex
- Fixed broken events.
- Wow
- Fixed broken events.
- Fortnite
- Added new
build_modeandis_rankedInfo Updates. For more information, seeis_ranked
- Added new
Version 298.2.0
- Rainbow 6
- Fixed an issue with the match
score.. - Restored
roundOutcomeandmatchOutcomeevents.
- Fixed an issue with the match
- Arc Raiders
- Added new
deathandextractionevents. For more information, seematch_info
- Added new
- PUBG
- Fixed events.
- TFT
- Fixed an issue with the item names format.
Version 298.1.1
- R6
- Fixed an issue with
map_idandmatch_id.
- Fixed an issue with
- PUBG
- Fixed
health.
- Fixed
Version 298.1.0
R6
- Restored game events.
match_idmap_idphaseround_numberround_startround_end
Version 298.0.0
- Fortnite
- Fixed events.
Version 297.2.3
- Fortnite
- Fixed events.
- WOW
- Fixed events.
Version 297.2.2
- TFT
- Fixed an issue with
round_startandbattle_startevents.
- Fixed an issue with
Version 297.2.1
- Valorant
- Fixed events.
Version 297.2.0
- LOL + TFT + Arena
- Fixed events based on PBE (backward compatible).
Version 297.1.2
- Escape from Tarkov
- Fixed
match_startissue.
- Fixed
- Fortnite
- Fixed
kills,rank, andmatch_statsinfo-update reset.
- Fixed
January
Version 297.1.1
- WOW
- Fixed events.
- Diablo 2
- Fixed events.
Version 297.1.0
- Valorant
- Fixed
spike_defusedandspike_detonatedevents.
- Fixed
- Fortnite
- Fixed
items,hit,accuracy, andtotal_shotsfor 5 players.
- Fixed
- Minecraft
- Fixed an issue in version 1.12.2.
- Escape from Tarkov
- Fixed an issue with the timing of
match_endevent.
- Fixed an issue with the timing of
- Warframe
- Added new event
chat. For more information, see chat.
- Added new event
- Arc Raiders
- Fixed an issue with
scenedetection. - Fixed some issues while spectating other players.
- Fixed an issue with
Version 297.0.3
- POE2
- Fixed
party_playersevent.
- Fixed
- Fortnite
- Fixed events.
items,hit,accuracy, andtotal_shotsevents for 5 players squad are still a work in progress.
- R6
- Fixed events.
- Fixed
match_startandmatch_endevents.
Version 297.0.2
- WOW
- Fixed events.
- Deadlock
- Fixed events.
- CS2
- Fixed
kill_feedevent.
- Fixed
Version 297.0.1
- Fortnite
- Fixed
inventory,xp,accuracy,hit, andtotal_shotsevents.
- Fixed
Version297.0.0
- Rainbow 6
- Fixed events:
killdeathrosterscore
- Fixed events:
Version 296.2.3
- Fortnite
- Fixed events.
inventory,xpaccuracy,hit, andtotal_shotsare temporarily disabled.
- Marvel Rivals
- Fixed an issue with
banned_characters.
- Fixed an issue with
Version 296.2.2
- Valorant
- Fixed events.
- WOW
- Fixed events.
- LOL Arena
- Fixed events.
Version 296.2.0
- LOL + TFT
- Fixed events based on PBE (backward compatible).
- Fixed Darkin Weapon selection in
item_select.
- Minecraft
- Fixed Optifine support for 1.21.11.
- Fixed NeoForge support issue.
- Overwatch 2
- Fixed
match_outcomeissue.
- Fixed
- 2XKO
- Fixed events.
- Marvel Rivals
- Added support for multiple Deadpool character types in
rosterandbanned_character. - Added new
selected_characterevent. For more information, see info updates
- Added support for multiple Deadpool character types in
Version 296.1.1
- Genshin Impact
- Fixed
dungeon_startanddungeon_start.
- Fixed
- Marvel
- Added support for new hero (DEADPOOL) and new game mode (Jeffland).
Version 296.1.0
- Hytale
- New game events. For more information, see Hytale.
- Apex
- Fixed
totalDamageDealtevent.
- Fixed
Version 296.0.1
- Valorant
- Fixed events.
Version 296.0.0
- WOW
- Fixed events.
- Lost Ark
- Fixed events.
- Dota
- Fixed
pickConfirmedparameter in turbo mode.
- Fixed
- Escape from Tarkov
- Fixed
deathevent.
- Fixed
Version 294.1.19
- Fortnite
- Fixed events.
- Overwatch 2
- Fixed events.
Version 294.1.12
- LOL
- Fixed events.
Version 294.1.11
- Apex
- Fixed events.
damageandtotalDamageDealtare still a work in progress.
- PUBG
- Fixed events.
- TFT
- Fixed events based on PBE with backward compatibility.
Version 294.1.9
- Valorant
- Fixed events.
player_name,player_id, andregionare temporarily disabled and will be fixed in the next version.
2025
December
Version 294.1.6
- Roblox Microsoft Edition
- Fixed events.
- Tarkov
- Fixed an issue with
quest_listinfo update.
- Fixed an issue with
- Arc Raiders
- Fixed
match_endtiming. - Added a new scene
summary.
- Fixed
Version 294.1.5
- Diablo 2
- Fixed events.
- Battlefield 6
- Transform
match_outcomeintoround_outcometo support more game modes.
- Transform
- Arc Raiders
- Fixed
match_startevent.
- Fixed
Version 294.1.4
- Diablo 4
- Fixed the
xpevent.
- Fixed the
- POE 2
- Fixed
party_playersinfo update.
- Fixed
- WOW
- Fixed events.
- Fortnite
- Fixed events.
Version 294.1.2
- Fortnite
- Fixed events.
Version 294.1.1
- Escape from Tarkov
- Fixed an issue with game events.
Version 294.1.0
- Arc Raiders
- Added support for basic game events. For more information, see Arc Raiders:
match_startmatch_endsceneingamelobby
- Added support for basic game events. For more information, see Arc Raiders:
- 2XKO
- Added more game events. For more information, see `match_info:
local_teamwill replace the existingselected_champion.enemy_team.selected_fusewill now include the selected fuse on the local and the enemy team.character_switch.assist.local_hits_combo.enemy_hits_combo.
- Added more game events. For more information, see `match_info:
- POE 2
- Fixed
opened_pageandchatevents. party_playersis still temporarily disabled.
- Fixed
- Valorant
- Fixed tagline issue when using special characters.
- Marvel Rivals
- Added support for the new character
Rogue.
- Added support for the new character
- Fortnite
- Fixed
hitandmodeevents.
- Fixed
- R6
- Added
healthparameter to therosterinfo-update. - Fixed
is_anonymousflag in therosterinfo-update. - Restored
account_id_logandscoreinfo-updates. - Added support for the new operator
Thatcher.
- Added
- Tarkov
- Fixed events.
deathis still a work in progress.
- Dota 2
- Added support for the new hero
Largo.
- Added support for the new hero
- COD
- Added detection for Black Ops 7 game mode.
- Fixed Warzone game mode detection.
Version 293.0.13
- POE 2
- Fixed events.
opened_page,party_players, andchatare temporarily disabled.
Version 293.0.12
- Overwatch 2
- Fixed events.
- Diablo 4
- Fixed events.
xpinfo is temporarily disabled.
- WOW
- Fixed events.
Version 293.0.11
- PUBG
- Fixed events.
- Fortnite
- Fixed events.
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- TFT / LOL
- Fixed
players_taglineinfo-update.
- Fixed
Version 239.0.10
- Minecraft bedrock
- Fixed events.
- Minecraft
- Added support for version 1.21.11.
Version 293.0.9
- Valorant
- Fixed events.
- WOW
- Fixed events.
- Minecraft bedrock
- Fixed an issue in
serverinfo.
- Fixed an issue in
Version 293.0.7
- Fortnite
- Fixed
matchStartissue.
- Fixed
- R6
- Fixed
rosterinfo.
- Fixed
- Wow
- Fixed broken events.
Version 293.0.6
- Fortnite
- Fixed events.
- Genshin Impact
- Fixed events.
- TFT
- Fixed anonymous player data.
Version 293.0.5
- Fortnite
- Fixed the missing
phasevalues.
- Fixed the missing
- Valorant
- Fixed events.
- Fixed
ui_team_order_enemiesandui_team_order_alliesvalues format.
- Overwatch 2
- Fixed the support for the new hero "VENDETTA".
Version 293.0.2
- Fortnite
- Fixed
matchStartin rematch. - Fixed
modeinfo update.
- Fixed
Version 293.0.0
- Fortnite
- Fixed events.
- The
modeinfo update is temporarily disabled and will be fixed in the next version.
- Overwatch 2
- Added support for the new hero "VENDETTA".
November
Version 292.2.0
- PUBG
- Fixed events.
- Marvel Rivals
- Added support for the new game mode 18v18.
- Escape from Tarlov
- Fixed
match_endtiming.
- Fixed
Version 292.1.1
- Overwatch 2
- Fixed events.
- Marvel Rivals
- Disabled
ult_chargeinrosterfor enemy players.
- Disabled
Version 292.1.0
- PUBG
- Fixed events.
- Valorant
- Fixed an issue with player names that contain special characters.
- Escape From Tarkov
- Fixed
quest_listevent.
- Fixed
- Battlefield 6
- Added support for new game events. For more information, see Battlefield 6.
Version 292.0.1
- Overwatch 2
- Fixed
rosterevents in practice range.
- Fixed
- WOW
- Fixed events.
- Escape From Tarkov
- Fixed game events:
scenesession_typematch_startmatch_end
- The rest of the game events are still a work in progress.
- Fixed game events:
- Fortnite
- Fixed events.
Version 292.0.0
- Valorant
- Fixed
planted_siteevent.
- Fixed
- Overwatch 2
- Fixed events.
- WOW
- Fixed events.
- Marvel Rivals
- Fixed
kill_feedevent. - Added new character
GAMBITandTimes Square, the new social mode.
- Fixed
- TFT
- Fixed events based on PBE with backward compatibility.
Version 291.2.5
- POE
- Fixed events.
- Overwatch 2
- Fixed events .
Version 291.2.4
- Valorant
- Fixed
scoreboardandrosterinfo updates. - Fixed
rankedparameter ingame_modeinfo update.
- Fixed
Version 291.2.2
- Dota 2
- Fixed events.
Version 291.2.1
- Fortnite
- Fixed events in creative mode.
Version 291.2.0
- WOW
- Fixed events.
- LOL
- Added new info-update
panel_location. For more information, seepanel_location.
- Added new info-update
- 2XKO
- Added new events. For more information, see 2XKO.
player_sidegame_modemapchamp_selectselected_fusescore
- Added new events. For more information, see 2XKO.
- POE2
- Added new info-update
character_class. For more information, see info-updates-1.
- Added new info-update
Version 291.1.2
- Fortnite
- Fixed events.
Version 291.1.1
- Apex
- Fixed
ultimate_cooldowninfo-update.
- Fixed
- PUBG
- Fixed events.
Version 291.0.3
- Minecraft Bedrock
- Added support for new game events. For more information, see Minecraft Bedrock..
- LOL + TFT
- Fixed events based on PBE with backward compatibility.
- TFT
- Fixed events based on PBE with backward compatibility.
- Minecraft
- Fixed issues in Optifine and Lunar versions.
LEP Version 291.0.1
- LEP LOL
- New info-update
streamer_settings. For information, see streamer_settings note.
- New info-update
Version 291.0.0
- PoE 1
- Fixed events.
October
Version 289.0.4
- WoW
- Fixed events.
Version 289.0.3
- Overwatch 2
- Fixed events.
- Marvel Rivals
- Fixed
objective_statusinfo-update.
- Fixed
- LoL
- Fixed
icon_statusparameter injungle_campinfo-update.
- Fixed
- Apex
- Fixed
damageandtotalDamageDealtinfo-updates.
- Fixed
Version 289.0.1
- Marvel Rivals
- Fixed events.
- Added support for new mode marvel zombies.
objective_progressis still a work in progress.
- Fortnite
- Fixed events.
- Genshin Impact
- Fixed events.
Version 289.0.0
- PUBG
- Fixed events.
- WoW
- Fixed events.
Version 288.3.1
- Warframe
- Fixed inventory.
Version 288.3.0
-
POE 1
- Added new info-updates
character_classandcharacter_experience. For more information, seemeinfo updates.
- Added new info-updates
-
Fortnite
- Added new info-update
xp. For more information, seemeinfo updates.
- Added new info-update
-
WOW
- Fixed events.
-
TFT
- Fixed events based on PBE with backward compatibility.
Version 288.2.3
- OW2
- Fixed events.
- Apex
- Fixed
weaponsandinUseevents.
- Fixed
Version 288.2.2
- WOW
- Fixed events.
- Marvel Rivals
- Added new character
DAREDEVIL.
- Added new character
Version 288.1.10
- Fortnite
- Fixed events.
- POE 2
- Fixed events.
- 2XKO
- Fixed
round_startandround_endtiming issue.
- Fixed
Version 288.1.7
- Lol Arena
- Fixed
augmentsandpicked_augment.
- Fixed
- Minecraft
- Fixed
serverandrealms_infoin MC version 1.21.10.
- Fixed
- Halo
- Fixed broken events.
- Wow
- Fixed broken events.
Version 288.1.6
- TFT
- Fixed events based on PBE with backward compatibility.
- Minecraft
- Fixed location and biome in MC versions 1.18 and 1.18.1.
Version 288.1.4
- Overwatch 2
- Fixed events.
Version 288.1.3
- Fortnite
- Fixed events.
- POE 2
- Fixed
party_playersissue.
- Fixed
Version 288.1.2
- R6
- Fixed stability issue.
- Minecraft
- Fixed
serverandrealms_infofor MC version 1.21.9.
- Fixed
- Peak
- Fixed
checkpointevent.
- Fixed
September
Version 288.1.1
- R6
- Fixed
player_idissue.
- Fixed
- 2XKO
- Fixed
match_outcomeissue.
- Fixed
- Marvel Rivals
- Added support for the new
Hearth of heavenmap. - Added support for more free fight maps.
- Added support for the new
Version 288.1.0
- Fortnite
- Fixed events.
- Apex
- Fixed
damageandtotalDamageDealtevents.
- Fixed
- CS2
- Fixed the
headshotparameter in thekill_feedevent.
- Fixed the
- TFT
- Fixed the game events in the new game mode
Ao Shin's Ascent.
- Fixed the game events in the new game mode
Version 288.0.0
- Valorant
- Fixed
abilitiesevent.
- Fixed
- Rainbow 6
- Fixed crash issues.
- Diablo 4
- Fixed events.
- LOL arena
- Fixed events.
Version 287.3.0
- POE2
- Added new event
party_players. For more information, see game_info.
- Added new event
- LOL + TFT
- Fixed events based on PBE with backward compatibility.
- WOW
- Fixed events.
Version 287.2.3
- R6
- Fixed
player_idparameter inroster.
- Fixed
Version 287.2.2
- Fortnite
- Fixed events.
Version 287.1.4
- Valorant
- Fixed events.
- PUBG
- Fixed events.
- Overwatch 2
- Added new game mode
STADIUM_UNRANKED.
- Added new game mode
- Apex
- Fixed events.
- Added new game mode
Ranked. - Added new map
Kings Canyon. platform_id,origin_idin the roster,tabsandkillsevents are still a work in progress.
Version 287.1.3
- WoW
- Fixed events.
- Marvel Rivals
- Added new hero
ANGELA. - Added new map
Ninomaru.
- Added new hero
- The Finals
- Fixed the
steam_idevent.
- Fixed the
Version 287.1.2
- POE2
- Fixed events.
- PUBG
- Fixed events.
Version 287.1.1
- Fortnite
- Fixed events.
- R6
- Fixed
player_idparameter in roster info. - Added support for new agent "DENARI".
- Fixed
Version 287.1.0
- 2XKO
- Added support for new game events. For more information, see [2XKO]](https://dev.overwolf.com/ow-native/live-game-data-gep/supported-games/2XKO).
- Events list:
Match startMatch endRound startRound endPlayer name+taglineScene
Version 287.0.3
- Fortnite
- Fixed events.
- Valorant
- Fixed
scoreboardevent.
- Fixed
- Genshin Impact
- Fixed events.
- TFT
- Fixed
tag_lineparameter.
- Fixed
LEP Version 287.1.0
- LEP
- Added a new event to get the champ selection in Aram. For more information, see
champ_select.
- Added a new event to get the champ selection in Aram. For more information, see
Version 287.0.2
- TFT
- Fixed events based on PBE with backward compatibility.
Version 287.0.1
- Fortnite
- Fixed events.
Version 286.0.11
- Valorant
- Fixed events.
Version 286.0.8
= POE 2
- Fixed events.
- WOW
- Fixed events.
Version 286.0.7
- R6
- Fixed events.
phaseis temporarily disabled.
Version 286.0.6
- Valorant
- Fixed
planted_site. - Fixed
ui_team_order.
- Fixed
- TFT
- Fixed
round_typein Tocker's Trials game mode.
- Fixed
- Marvel Rivals
- Fix Throne of Knull map support.
August
Version 286.0.4
- POE 2
- Fixed events.
- The following events are still a work in progress:
opened_pageclosed_pagechat_message
Version 286.0.3
- LoL
- Added support for Doom Bots mode.
Version 286.0.2
- Overwatch 2
- Fixed events.
- Wow
- Fixed events.
- Halo
- Fixed events.
Version 286.0.1
- Marvel Rivals
- Added support for the new game mode
Resource rumble.
- Added support for the new game mode
- Fortnite
- Fixed events.
- POE 1
- Fixed events.
- TFT
- Fixed events based on PBE with backward compatibility.
Version 286.0.0
- Deadlock
- Fixed
match_historyevent.
- Fixed
- WOW
- Fixed events.
- Escape from Tarkov
- Fixed
quests_listevent.
- Fixed
Version 285.0.12
- Valorant
- Fixed events.
planted_ site,abilities, andui_team_orderare still a work in progress.
- Wow
- Fixed events.
Version 285.0.11
- Valorant
- Fixed
rankedparameter ingame_mode.
- Fixed
- CS2
- Fixed
kill_feedevent.
- Fixed
- Apex
- Fixed E-District map P2020 and RE-45 weapons.
- Overwatch
- Fixed
rosterissue. - Added support for new hero.
- Fixed
- MTGA
- Fixed draft events.
Version 285.0.7
- Fortnite
- Fixed
inventoryissue.
- Fixed
Version 285.0.6
- Valorant
- Fixed
round_reportInfo Update.
- Fixed
Version 285.0.5
- WoW
- Fixed events.
Version 285.0.4
- Fortnite
- Fixed events.
- Valorant
- Fixed events:
kill_feedheadshot
- Fixed events:
- LOL Arena
- Fixed events.
Version 285.0.3
- TFT
- Fixed events.
Version 285.0.2
-
Valorant
- Fixed events.
- Temporarily Disabled events:
kill_feedheadshotround_reportabilitiesui_team_order
-
Dota
- Fixed
MMRinfo.
- Fixed
Version 285.0.0
- Wow
- Fixed events.
- Marvel Rivals
- Added support for new hero "BLADE".
- Game deprecation
- XDefiant
- Spectre Divide
- Hades 2
- Stormgate
- Manor lords
- Starfield
- Heroes of the Storm
- Eternal return
- The First Descendant
- Starcraft 2
Version 284.2.4
- Fortnite
- Fixed events.
- Halo
- Fixed events
Version 284.2.2
-
Apex
- Fixed events.
- Added new game mode
Wildcard. - Added new map
Kings Canyon Wildcard.
-
Overwatch 2
- Fixed events.
-
Dota 2
- Fixed events.
-
Final Fantasy XIV
- Fixed events.
-
Valorant
- Fixed events:
player_name.server.
- Fixed events:
Version 284.2.0
- Lost Ark
- Fixed
player_classevent.
- Fixed
- Schedule 1
- Fixed
sleep_endevent.
- Fixed
- PEAK
- Fixed
checkpointevent.
- Fixed
- TFT
- Fixed the player tagline.
- Valorant
- Partial fix for the following events:
match_startmatch_endsceneround_phaseround_numbergame_modepseudo_match_idshop_open / closekilldeathkillsdeathsmatch_outcomemapagentplayer_id
- Partial fix for the following events:
- Fixing the rest of the events is still a work in progress.
July
Version 284.1.3
- Genshin Impact
- Fixed
player_idevent.
- Fixed
- TFT
- Fixed an issue with
augmentssometimes being sent empty.
- Fixed an issue with
Version 284.1.2
- Fortnite
- Fixed events.
- LOL Arena
- Fixed an issue with
roundevents.
- Fixed an issue with
- Apex
- Fixed an issue with
match_summary.
- Fixed an issue with
Version 284.1.1
- CS2
- Fixed events.
- Marvel Rivals
- Fixed
sceneissue in practice mode.
- Fixed
Version 284.1.0
- TFT
- Fixed events based on PBE with backward compatibility.
Version 284.0.0
- Minecraft
- Added support for Optifine 1.21.8.
Version 282.2.3
- Supervive
- Fixed events.
Version 283.2.2
- Overwatch 2
- Fixed events.
Version 283.2.1
- Fortnite
- Fixed events.
Version 283.2.0
- Overwatch 2
- Fixed an issue with the
rosterinfo-update.
- Fixed an issue with the
- Valorant
- Fixed an issue with the
planted_siteevent in career mode.
- Fixed an issue with the
- Fortnite
- Added new event
over_shield. For more information, see over shield note.
- Added new event
Version 283.1.3
-
Minecraft
- Fixed
realms_infofor MC version 1.21.8.
- Fixed
Version 283.1.2
- Apex
- Fixed events.
Version 283.1.1
-
Valorant
-
Added new
ui_team_order_alliesandui_team_order_enemiesevents. For more information, see UI team order allies note -
LoL
- Added health relics to
jungle_campsin Aram.
- Added health relics to
-
Fortnite
- Fixed
phasetiming issue.
- Fixed
Version 283.0.0
- Fortnite
- Fixed events.
Version 282.2.4
- Marvel Rivals
- Fixed events.
- Added support for the new map
Celestial husk. - Added support for new character
PHOENIX.
Version 282.2.3
- Fortnite
- Fixed events
- LOL
- Map all the
announcermessages
- Map all the
- LOL Arena
- Fixed
round_outcomeandmatch_outcomeevents.
- Fixed
Version 282.2.2
- Overwatch 2
- Fixed events.
- R6
- Fixed events.
- Marvel Rivals
- Fixed the events issue during the queue.
LEP Version 282.0.1
- LEP Arena
- Added support for
arena_end_game_statsin Arena mode.
- Added support for
Version 282.2.1
- Marvel Rivals
- Fixed an issue with
ability_cooldown.
- Fixed an issue with
Version 282.2.0
- LOL
- Fixed an issue with some missing
announcervalues.
- Fixed an issue with some missing
- PEAK
- Support for new game events. For more information, see PEAK events.
- Marvel Rivals
- New game event—
ability_cooldown. For more information, see ability cooldown note - New game event—
objective_progress. For more information, see objective progress note. - Added new parameter
accuracyto theplayer_statsinfo update. For more information, see player stats note.
- New game event—
- Minecraft
- Fixed an issue with events in Optifine.
Version 282.1.4
- R6
- Fixed roster issues.
Version 282.1.2
- R6
- Fixed events.
Version 282.1.1
- LOL Arena
- Fixed an issue with
match_outcomeevent on the first round.
- Fixed an issue with
- Diablo 4
- Fixed events.
- Dota
- Fixed
pickConfirmed.
- Fixed
Version 282.1.0
- Minecraft
- Added support for MC version 1.21.7.
- Rematch
- Fixed a typo in
Ranked.
- Fixed a typo in
- Valorant
- Added new info-update
planted_location. For more information, see planted location note.
- Added new info-update
June
Version 282.0.0
- Elden Ring
- Fixed an issue with the
boss_fightevent.
- Fixed an issue with the
- Rematch
- Fixed an issue with the
game_modeinfo update. - Added support for ranked matches.
- Fixed an issue with the
- Dark and Darker
- Fixed events.
Version 281.5.2
- Valorant
- Fixed shield param in
scoreboard.
- Fixed shield param in
Version 281.5.1
- Valorant
- Added support for new map - Corrode (Rook).
Version 281.5.0
- Overwatch 2
- Fixed events
- Fortnite
- Fixed an issue with
loading_screenphase.
- Fixed an issue with
Version 281.4.1
- TFT
- Fixed events.
- Arena
- Fixed events.
- Rematch
- Added support for the Microsoft edition.
- Fixed an issue with
match_endevent.
LEP Version 281.0.2
- LEP
- Fixed
selected_positionsevent. - Added new event
quickplay_champions. For more information, seequickplay_championsnote.
- Fixed
Version 281.4.0
- Fortnite
- Fixed events.
- Rematch
- Added support for new game events. For more information, see Rematch.
Version 281.3.4
- POE 1
- Fixed
opened_pageandchat.
- Fixed
Version 281.3.3
- Fortnite
- Fixed events.
message_feedis temporarily disabled.
- Minecraft
- Added support for MC version 1.21.6.
- Genshin impact
- Fixed events.
Version 281.3.2
- Elden Ring: Nightreign
- Added support for new game events. For more information, see Elden Ring: Nightreign.
- Overwatch 2
- Fixed an issue in stadium game mode.
- Added
drawtomatch_outcome.
- Marvel
- Added
elo_scoreto the roster info update. For more information seerosternote. - Added a new info update with the list of banned characters. For more information, see banned characters note.
- Added
Version 281.1.0
- Fortnite
- Added new event
emote_start. For more information, seeemote_start. - Fixed
phaseloading_screen.
- Added new event
- Roblox Microsoft edition
- Added support for the Roblox Microsoft version.
- Apex
- Added reset logic for
match_summaryinfo update.
- Added reset logic for
Version 281.0.0
- LoL
- Fixed
jungle_campsissue.
- Fixed
- R6
- Added support for new map.
Version 280.1.2
- POE 1
- Fixed
chatandopened_pageevents.
- Fixed
Version 280.1.1
- Minecraft
- Fixed
serverInfo Update for mod loaders.
- Fixed
Version 280.1.0
-
Splitgate 2
- Added support for game events in Battle Royal mode.
- Fixed an issue with
deathevent.
-
Halo Infinite
- Fixed game events.
-
Fortnite
- Fixed game events.
- The
match_statsandreviveevents are still a work in progress.
-
PUBG
- Fixed game events.
Version 280.0.5
- TFT
- Fixed events.
Version 280.0.4
- 6 X
- Fixed events.
- Minecraft
- Fixed0
match_startissue. - Added support for Forge 1.12.2.
- Fixed0
Version 280.0.2
- Fortnite
- Fixed events.
- Marvel Rivals
- Added support for new
game_modeandmap.
- Added support for new
Version 280.0.1
- Valorant
- Fixed the
shieldevent.
- Fixed the
- Marvel Rivals
- Fixed an issue with the
match_startevent.
- Fixed an issue with the
Version 280.0.0
- OW2
- Fixed events.
- R6
- Fixed an issue with
rosterInfo Update.
- Fixed an issue with
May
Version 279.2.4
- Dota
- Fixed
heroissue in theplayersInfo Update.
- Fixed
Version 279.2.2
- Fortnite
- Fixed events
- Known issues (in progress):
hitandaccuracyare temporarily disabled.phaseloading_screen is temporarily disabled.phasewill not work in requeue,
- R6
- Fixed roster issue.
- Marvel Rivals
- Added support for the new Arakko map and ULTRON hero.
Version 279.1.5
- TFT
- Fixed events based on PBE with backward compatibility.
- Fixed
picked_item event when the player doesn't select an item.
Version 279.1.3
- Fortnite
- Fixed an issue with special characters in
party_players.
- Fixed an issue with special characters in
Version 279.1.3
- Fortnite
- Fixed events.
Version 279.1.2
- Dota 2
- Fixed
playersandmmrInfo Updates.
- Fixed
Version 279.1.1
- Splitgate 2
- Fixed events.
Version 279.1.0
- Splitgate 2
- Added support for new game events. For more information, see Splitgate 2.
- Events list:
- Match start
- Match end
- Round start
- Round end
- Scene
- Player name (local)
- Map name
- Kill
- Death
Version 279.0.1
- Overwatch 2
- Fixed events.
- Roblox
- Fixed an issue with the
user_idInfo Update.
- Fixed an issue with the
Version 279.0.0
- Fortnite
- Fixed events.
Version 278.3.2
- LoL Brawl
- Added support for
team_framesInfo Update.
- Added support for
Version 278.3.1
- Fortnite
- FixED events.
vbucks,revivedandticket_idis still a work in progress.
Version 278.3.0
- LOL Brawl
- Added support for the new Brawl game mode. For more information, see League of Legends: Brawl.
- Roblox
- Fixed
user_id. - Added reset for
universe_idandgame_idonmatch_end.
- Fixed
- Lost Ark
- Fixed events.
Version 278.2.1
- PUBG
- Fixed events.
Version 278.2.0
- LOL
- Fixed events based on PBE.
- Apex
- Add a new map
Storm Point.
- Add a new map
Version 278.1.2
- Minecraft
- Fixed an issue with
world_idInfo Update.
- Fixed an issue with
Version 278.1.1
- Schedule 1
- Add new event
location. For information, seelocation
- Add new event
- LOL
- Fixed an issue with the announcer.
- Genshin Impact
- Fix
player_idinfo update.
- Fix
Version 278.0.2
- Minecraft
- Fixed performance issue.
- Overwatch 2
- Fixed events.
- Halo
- Fixed events.
- Genshin Impact
- Fixed events.
player_idis temporarily disabled.
Version 278.0.1
- Fortnite
- Fixed events.
Version 278.0.0
- LoL
- Fixed an issue with the
announcerevent.
- Fixed an issue with the
Version 277.2.3
- Fortnite
- Fixed events.
Version 277.2.2
- LoL
- Fixed an issue with the
announcerevent. - Fixed an issue with the
abilitiesfeature. - Fixed an issue with void grubs in the
jungle_campInfo Update.
- Fixed an issue with the
- Valorant
- Fixed
rankparameter in thegame_modeInfo Update.
- Fixed
Version 277.2.1
- Diablo 4
- Fixed events.
- Tarkov
- Fixed events.
April
Version 277.2.0
- Overwatch 2
- Added new
kill_feedevent. For more information seekill_feed. - Fixed an issue with the
is_localparameter in therosterInfo Update. - Added
hero_idparameter to therosterInfo Update. - Added support for the new hero "Freja".
- Added new
- LoL
- Added new
abilityReadyevent. For more information, seeabilityReady. - Fixed events based on PBE with backward compatibility.
- Added new
- TFT
- Fixed events based on PBE with backward compatibility.
- Fortnite
- Fixed an issue with local player detection name Info Update.
- Marvel Rivals
- Fixed an issue where round events would trigger during player highlights.
- Added support for new
game_mode"Giant size brain blast". - Changed "KRAKOA" map name to "Krakoa".
Version 277.1.1
- Overwatch 2
- Fixed events when launching the game from Steam.
Version 277.1.0
- Schedule I
- Support for new game events. For more information, see Schedule 1 game events. Events list:
match_startmatch_endsleep_startsleep_endpursuit_levelplayer_nameplayer_idplayer_rank
- Support for new game events. For more information, see Schedule 1 game events. Events list:
- TFT
- Added support for multiple augment selection. For more information, see Augments.
Version 277.0.2
- Overwatch 2
- Fixed events.
- Rainbow 6
- Fixed an issue in
rosterinfo update.
- Fixed an issue in
Version 277.0.1
- Fortnite
- Fixed events.
Version 277.0.0
- Fortnite
- Fixed game events:
nameusedIdparty_playerskillknockoutdeath
- Fixed game events:
Version 276.0.8
- R6
- Fixed
roster,phase, andscoreInfo Updates.
- Fixed
- Fortnite
- Fixed events.
Version 276.0.7
- LoL
- Fixed
announcerandjungle_campevents.
- Fixed
Version 276.0.6
- TFT
- Fixed events based on PBE with backward compatibility.
Version 276.0.5
- Marvel Rivals
- Fixed an issue with the
scoreboardinfo-update.
- Fixed an issue with the
Version 276.0.4
- LOL Arena
- Fixed an issue with
roundevent.
- Fixed an issue with
- Marvel Rivals
- Added support for new hero: EMMA FROST
- Added support for the new map: KRAKOA
- Halo
- Fixed events.
Version 276.0.2
- COD BO6
- Fixed events.
- LOL
- Fixed
stackevent.
- Fixed
- PUBG
- Fix events
Version 276.0.1
- Marvel Rivals
- Fixed an issue in the
rosterevent.
- Fixed an issue in the
- Fortnite
- Fixed events.
Version 276.0.0
- Genshin Impact
- Fixed
match_startevent.
- Fixed
- REPO
- Fixed
round_startevent.
- Fixed
- Fortnite
- Added new events. For more information, see Fortnite evets.
in_vehicle- Added new state
landed.
- Added new events. For more information, see Fortnite evets.
Version 275.1.10
- R6
- Fixed
rosterevent.
- Fixed
- POE 2
- Fixed events.
Version 275.1.9
- LoL
- Fixed events.
- LoL Arena
- Fixed events.
- TFT
- Fixed an issue in
augmentsinfo-update. augmentsandpicked_augmentare temporarily disabled for double augments.
- Fixed an issue in
- Genshin Impact
- Fixed
match_endevent.
- Fixed
Version 275.1.6
- R6
- Fixed
rosterevent.
- Fixed
Version 275.1.5
- Dota 2
- Fixed an issue in
hero_attributes_skilledevent.
- Fixed an issue in
Version 275.1.4
- LOL
- Fixed
stackevent.
- Fixed
- TFT
- Fixed events.
Version 275.1.3
- Fortnite
- Fixed events.
- Overwatch 2
- Fixed events.
March
Version 275.1.1
- Apex
- Fixed events.
Version 275.1.0
- R.E.P.O
- New game support. For more information, see R.E.P.O. game events
- Genshin Impact
- Fixed events.
- Fortnite
- Fixed
vbuckinfo-update. - Fixed an issue with double
killevent in creative mode. - Fixed an issue with
match_endevent which triggered too early in some modes.
- Fixed
- WOW
- Fixed
classparameter.
- Fixed
Version 275.0.2
- Fortnite
- Fix events.
vbucksinfo-update is still a work in progress.
- Marvel
- Fixed
rosterissue.
- Fixed
- Minecraft
- Add support for 1.21.5.
Version 275.0.1
- R6
- Fix events.
- Overwatch 2
- Added support for a new hero in FREJA.
Version 275.0.0
- Palworld
- Fix
respawnevent.
- Fix
Version 274.2.2
- Valorant
- Fix
shopevent.
- Fix
- Diablo 4
- Fix
xpevent.
- Fix
- Overwatch 2
- Fix
respawnandmatch_outcomeevents.
- Fix
Version 274.2.1
- LOL Arena
- Fix an issue with
round_startandround_endevents.
- Fix an issue with
- Overwatch 2
- Fix events.
respawnandmatch_outcomeevents are still a work in progress.
Version 274.2.0
- Monster Hunter Wilds
- Added new game events. See Monster Hunter Wilds.
death.quest_failed.
- Added new game events. See Monster Hunter Wilds.
- TFT
- Fixed events based on PBE.
Version
- Monster Hunter Wilds
- Added new game events. See Monster Hunter Wilds.
- Marvel Rivals
- Fix hidden names in the
rosterincompetitivemode for level Diamond 3+. - Added
is_alivefor enemy players in theroster
- Fix hidden names in the
- PUBG
- Fixed events.
- Halo Infinite
- Fixed events.
- Overwatch 2
- Fixed an issue in the
rosterevent when playing deathmatch.
- Fixed an issue in the
Version 274.0.2
- Deadlock
- Fixed events.
- LoL
- Fixed an issue with
stacksinfo-update.
- Fixed an issue with
Version 274.0.1
- Fortnite
- Fixed events.
- New World
- Fixed
locationinfo.
- Fixed
Version 274.0.0
- LoL
- Fixed an issue with
abilityandusedAbilityevents.
- Fixed an issue with
- Escape from Tarkov
- Add 2 new info-updates. See Escape from Tarkov
session_type.quests_list.
- Add 2 new info-updates. See Escape from Tarkov
Version 273.1.16
- LoL
- Fixed an issue with
abilityandusedAbilityevents.
- Fixed an issue with
Version 273.0.15
- Fortnite
- Fixed events.
Version 273.0.14
- Fortnite
- Fixed events.
Version 273.0.13
- TFT
- Fixed events.
Version 273.0.11
- R6
- Fixed events.
- Overwatch 2
- Fixed events.
Version 273.0.9
- The Finals
- Fixed an issue with the
eliminationevent.
- Fixed an issue with the
Version 273.0.7
- LOL Arena
- Fixed events based on PBE.
- Fortnite
- Fixed an issue with
players_rankinfo update. - Fixed an issue with
killandkilledevents. - Fixed an issue with
match_endwhile on party. - Fixed an issue with replay mode.
- Fixed an issue with
Version 273.0.6
- Minecraft
- Fixed an issue with
realms_info. - Added support for `realms_info in Mod-Loaders.
- Fixed an issue with
February
Version 273.0.5
- Fortnite
- Fixed events.
Version 273.0.4
- Dota
- Fixed events.
- Deadlock
- Fixed events.
- Lost Ark
- Fixed events.
Version 273.0.2
- Dota
- Fixed
pickConfirmedparameter in therosterinfo-update.
- Fixed
- Fortnite
- Fixed an issue with the
vbucksinfo-update.
- Fixed an issue with the
Version 273.0.1
- R6
- Fixed an issue in the
rosterinfo-update.
- Fixed an issue in the
- Fortnite
- Fixed an issue with the
vbucksinfo-update.
- Fixed an issue with the
Version 273.0.0
- Minecraft
- Add
realms_infoinfo update. Seerealms_infonote. - Fixed an issue in
world_idinfo update.
- Add
- Marvel Rivals
- Add
is_aliveparameter to therosterinfo update. Seeroster_xxnote. - Fixed
match_outcome timing.
- Add
- Fortnite
- Fixed
match_endtiming. - Add
vbucksinfo-update. Seegame_info.
- Fixed
Version 272.3.4
- Overwatch 2
- Fix
role_select_screen_startandrole_select_screen_endvalues in thegame_stateInfo-Update.
- Fix
- Marvel Rivals
- Added support for the new map and characters.
- Fixed extra space in tutorial modes.
Version 272.3.3
- R6
- Fixed events.
- Diablo 4
- Fixed
deathevent.
- Fixed
Version 272.3.2
- Dota 2
- Fix events.
- Overwatch 2
- Fix events.
- Diablo 4
- Fix events.
- Fixing the
deathevent is still a work in progress.
Version 272.3.1
- Street Fighter 6
- Add support for new game events. See Street Fighter 6.
- Match start/end.
- Round start/end.
- Match outcome.
- Scenes.
- Game mode.
- PUBG
- Fix events.
- TFT
- Fixed events based on PBE with backward compatibility to production.
Version 272.1.3
- Fortnite
- Fixed an issue with inventory events.
Version 272.1.2
- Apex
- Fixed broken events.
totalDamageDealtanddamageare still not working.
Version 272.1.1
- PUBG
- Fixed broken events.
- Genshin Impact
- Fixed broken events.
Version 272.1.0
- Marvel Rivals
- Fixed an issue with the reset of the
roster. - Add match_outcome info-update. See
match_outcomenote. - Add
ult_chargeparameter to theroster. Seeroster_xxnote. - Changed
round_endtiming to trigger at the mvp screen. - Changed
match_endtiming to trigger at the stats screen.
- Fixed an issue with the reset of the
- Minecraft
- Add support for Optifine launcher.
- Fixed an issue with Lunar launcher.
- Fixed an issue with the end dimension.
- Fortnite
- Fixed broken events.
Version 272.0.1
- POE 2
- Fixed
boss_killevent.
- Fixed
Version 272.0.0
- Fortnite
- Fixed the game events:
hitaccuracytotal_shotsitemquickbarselected_materialselected_slotplayer_rank
- Fixed the game events:
Version 271.3.5
- Overwatch 2
- Fixed the game events.
- Halo Infinite
- Fixed the game events.
Version 271.3.4
- Marvel Rivals
- Fixed KDA events.
Version 271.3.3
- Overwatch 2
- Fixed the game events.
- POE 2
- Fixed chat and opend_page events.
- Rocket League
- Fixed an issue in players_list and maxPlayers events.
Version 271.3.1
- CS2
- Fixed kill_feed event.
Version 271.3.0
- Fortnite
- Fix player_rank info-update.
- Add game_type values for Ballistic, OG and Reload.
- POE 2
- Added hideouts to in_town info-update.
- Marvel Rivals
- Fixed an issue in roster when players left/join the game in the middle of the match.
character_nameandcharacter_idwere added to the roster for the enemy team.- Fixed an issue in the roster in practice mode.
- Note - the roster index number will change dynamically between 0-11. To keep track of each player, please use the
UIDnumber andnameparameters. See roster_xx note. - New events were added. See Events.
round_start.round_end.
January
Version 271.2.1
- Fortnite
- Partially fix the game events
- List of events that are still in progress
death(Partially working)killer(Partially working)hitaccuracytotal_shotsitemquickbarselected_materialselected_slotplayer_rank
Version 269.3.0
-
TFT
- Fixed game events based on PBE
-
LOL
- Fixed game events based on PBE
-
POE2
- Fixed an issue in character_exp with negative values
- Add new info-update - in_town
Version 269.1.4
- Marvel Rivals
- Fixed
kill,deathandassistevents
- Fixed
Version 269.1.3
- Escape from Tarkov
- Fixed
deathevent
- Fixed
Version 269.1.2
-
Marvel Rivals
- Fixed an issue in the
rosterinfo update
- Fixed an issue in the
-
Overwatch 2
- Fixed an issue with the
round_startevent when joining an ongoing match - Fixed
game_typein 6 vs 6 modes
- Fixed an issue with the
Version 269.1.1
-
Marvel Rivals
- Fixed an issue in the
kill_feedevent
- Fixed an issue in the
-
Minecraft
- Fix a minor issue with world ID missing in vanilla profile in Curseforge
Version 269.1.0
-
Marvel Rivals - new game
- New game events - more information here
-
Overwatch 2
- Fixed an issue in
rosterinfo-update
- Fixed an issue in
-
Fortnite
- Add support for Ballistic 5V5 game mode
killevent +killsinfo updatedeathevent +deathsinfo updateassistevent +assistsinfo update
- Add support for Ballistic 5V5 game mode
-
Genshin Impact
- Fixed events
-
CS 2
- Fixed
round_endtiming issues
- Fixed
-
POE2
- New game events - more information here
chatchat_languagelanguagecharacter_exp
- New game events - more information here
2024
Version 269.0.0
- Escape from Tarkov
- Fixed the game events
deathevent is still not working
Version 268.2.0
-
Supervive
- New game events - more information here
-
Overwatch 2
- Fix an issue in
rosterwhen data was revealed too early during the game
- Fix an issue in
-
The Finals
- Fixed
eliminationanddeathevents
- Fixed
Version 268.1.6
- Overwatch 2
- Fixed the game events
- 2 values are still not working in
game_stateinfo update:role_select_screen_startrole_select_screen_end
Version 268.1.5
- Dark and Darker
- Fixed
deathevent
- Fixed
Version 268.1.4
-
Lost Ark
- Fixed events
-
Dark and Darker
- Fixed events
-
Overwatch 2
- Fixed 2 values in
game_stateinfo update:role_select_screen_startrole_select_screen_end
- Fixed 2 values in
Version 268.1.3
-
Fortnite
- Fixed events
-
Wow
- Fixed events
Version 268.1.0
- POE 2 new game events
- More information here
Version 268.0.0
-
R6
- Fixed events
-
The Finals
- Fixed events
Version 267.2.5
- R6
- Fixed events
Version 267.2.4
-
Valorant
- Fix
abilityinfo-update
- Fix
-
Overwatch 2
- Fixed the game events
- 2 values are still not working in
game_stateinfo update:role_select_screen_startrole_select_screen_end
Version 267.2.3
-
Fortnite
- Fix
modeinfo-update
- Fix
-
PUBG
- Fixed the game events
Version 267.2.1
-
Deadlock
-
Rocket League
- Fixed an issue with
rosterin private match - Fix
max_playersissues in private match
- Fixed an issue with
-
LOL
- Fixed game events based on PBE
-
Overwatch 2
- Fix an issue in
rosterwhen data was revealed too early during the game
- Fix an issue in
-
Fortnite
- Fixed game events
Version 267.1.6
- Fortnite
- Fix
message_feedandpartyID
- Fix
Version 267.1.5
- PUBG
- Fixed events
Version 267.1.4
-
PUBG
- Fixed events
-
Minecraft
- Fix an issue in
scene_keyinfo-update
- Fix an issue in
Version 267.1.3
- R6
- Fixed events
Version 267.1.2
- Fortnite
- Fixed events
Version 267.1.1
-
Rocket League
- Fixed events
-
Halo Infinite
- Fixed events
Version 267.1.0
-
Rocket League
- Fixed
max_playersin private matches
- Fixed
-
Minecraft
- Fix
world_idissue - New info-update
scene_key- more information here
- Fix
-
LOL
- Fixed an issue with long chat messages
-
Apex
- Fixed an issue with reset values in
map_idandmap_nameinfo-updates
- Fixed an issue with reset values in
-
Valorant
- Add new event
scoreboard_screen- more information here
- Add new event
-
Fortnite
- Fix hit and
match_statsevents
- Fix hit and
Version 267.0.0
-
Fortnite
- Fixed events
match_statsis temporarily disabled
-
LoL
- fixed
turret_destroydata in announcer
- fixed
Version 266.1.6
-
Fortnite
- Fix
knockedoutevent
- Fix
-
PUBG
- Fixed the game events
Version 266.1.5
- Fortnite
- Fix events
Version 266.1.4
-
Overwatch 2
- Add new hero "Hazard"
- Fix
is_teammatein therosterinfo-update
-
Rocket League
- Fix an issue in the
rosterinfo-update
- Fix an issue in the
Version 266.1.3
- TFT
- Fixed an issue with board_pieces
Version 266.1.2
- POE
- Fixed the game events
Version 266.1.1
- Fortnite
- Fixed the game events
Version 266.0.1
-
COD - Black Ops 6
- Create new game events
-
COD - Warzone
- Fix
scene,match_start, andmatch_end Fixmatch_outcomeis still a work in progress
- Fix
-
WOW
- Fix the game events
-
MC
- Fix the game events in Lunar client version
- Fix the game events in Fabric custom games
- Fix location and facing direction events in Quilt
Version 266.0.1
-
PUBG
- Fix events
-
Overwatch 2
- Improved events stability
Version 266.0.0
-
Fortnite
- Fix
creative_map,hitandaccuracyevents
- Fix
-
Deadlock
- Add new K/D/A events - more information here
-
TFT (PBE)
- Fix the game events based on PBE with backward compatibility
Version 265.1.4
- Fortnite
- Fixed the game events
hit,accuracyandpingwill be fixed soon
Version 265.1.2
-
Fortnite
- Fixed the following game events:
killkillskilleddeathkillerknockoutknockedoutpartyIDname(local player name)creative_map
- Fixed the following game events:
-
Valorant
- Fix
match_idevent
- Fix
-
Rocket league
- Fix
rosterissue with duplicated players
- Fix
Version 265.1.0
-
Dota 2
- Added support for the new hero -
Kez
- Added support for the new hero -
-
Minecraft
- Fix
statsin fabric - Add support for 2 latest version of NeoForge - see here
- Fix
-
PUBG
- Fix events
-
Overwatch 2
- Fix
teamparameter in therosterevent
- Fix
Version 265.0.2
-
Apex
- Fix events
team_damage_dealtis still broken and will be fixed soon
-
PUBG
- Fix
knockoutevent
- Fix
-
Fortnite
- Fix
creative_mapevent
- Fix
Version 265.0.1
- PUBG
- Fix events
Version 265.0.0
-
Halo
- Fix events
-
Fortnite
- Partially fixed the game events
- List of working events:
- privacy
- server
- userID
- game_title
- game_type
- title_mnemonic
- matchID
- pseudo_match_id
- sessionID
- matchStart
- matchEnd
- message_feed
Version 264.0.2
-
LOL
- Fix
announcerinfo-update
- Fix
-
TFT
- Fix game events
Version 264.0.0
- Overwatch 2
- Fixed events
Version 263.7.1
- Fortnite
- Fix events
Version 263.7.0
-
Deadlock
- Support for new game events - more information here
-
R6
- Fix events
Version 263.6.1
-
Diablo 4
- Fix the game events
-
LOL
- Fix an issue with
stack
- Fix an issue with
-
Minecraft
- Fix Fabric support
Version 263.6.0
-
Valorant
- Add support for new map "Glitch"
-
Lost Ark
- Fix the game events
-
Minecraft
- Add support for MC versions 1.21.2 + 1.21.3
Version 263.4.1
- Fortnite
- Fix events
Version 263.4.0
-
Valorant
- Fixed
headshotsandround_report
- Fixed
-
Overwatch 2
- Added new
game_statesvalues:role_select_screen_startandrole_select_screen_end - Fixed local player detection in
roster - Fixed
game_typeissue in arcade modes
- Added new
Version 263.3.9
- LOL
- Fix the game events
- Fix an issue in
chatevent
Version 263.3.8
- TFT
- Adjust the game events based on PBE for the next patch
Version 263.3.7
- Fortnite
- Fix game events
Version 263.3.6
-
PUBG
- Fix game events
-
Overwatch 2
- Fix game events
Version 263.3.3
- New World
- Fix
mapevent
- Fix
Version 263.3.2
- New World
- Fix the game events
Version 263.3.1
-
PUBG
- Fix the game events
-
Rocket League
- Fix issues in
rosterandaction_pointin Heatseeker Doubles mode
- Fix issues in
-
Diablo 4
- Fix the game events and support the new DLC - Vessel of Hatred
Version 263.3.0
- Fortnite
- Fix the game events
Version 263.2.1
-
Apex
- Fix an issue in
match_endevent
- Fix an issue in
-
Halo Infinite
- Fix the game events
-
Roblox
- Fix
user_idevent
- Fix
-
R6
- Fix an issue in
phaseevent
- Fix an issue in
Version 263.2.0
-
Diablo 4
- Fix the
XPevent
- Fix the
-
Valorant
- Fix
spike_defused,spike_detonated,spike_plantedevents - Add new
match_idinfo updates - more information here
- Fix
-
Genshin Impact
- Fix the game events
Version 263.1.0
-
Diablo 4
- Fix the game events
-
TFT
- Fix the game events
- Switch
picked_itemfrom an info-update to an event
-
Overwatch 2
- added new
game_type-HERO_MASTERY_SOLO
- added new
-
Manor lords
- Fix
scenelobby
- Fix
Version 263.0.1
- Apex
- Fix
languagedetection
- Fix
Version 262.1.2
- Overwatch 2
- Fix events
Version 262.1.1
- Fortnite
- Fix events
Version 262.1.0
-
Fortnite
- Add a new info-update
player_rank- more information here
- Add a new info-update
-
Valorant
- Fix an issue with spike events in custom mode
- Fix
abilitiesevent
-
Minecraft
- Fix
dimensionevent
- Fix
Version 262.0.8
-
Spectre Divide
- Fixed the game events
-
Warframe
- Fix long inventory issue (wait for OW client version)
Version 262.0.7
- R6
- Fixed an issue in
rosterafter the match ended
- Fixed an issue in
Version 262.0.5
-
Xdefiant
- Fix
sceneand eventdeath
- Fix
-
Helldivers 2
- Fix
deathevent
- Fix
-
PUBG
- Fix
killer,victimName,knockout,deathandme.nameevents
- Fix
-
APEX
- Fix
damageevent
- Fix
Version 262.0.4
- Fortnite
- Fix the game events
Version 262.0.3
-
TFT
- Fixed an issue in
augmentsand inpicked_itemsinfo-update
- Fixed an issue in
-
Spectre Divide
- Fix the game events
Version 262.0.2
- LOL + TFT
- Adjust the game events based on the PBE version + backward compatibility
Version 262.0.1
-
R6
- Fixed
rosterissues
- Fixed
-
Minecraft
- Fix
game_dirissue
- Fix
Version 262.0.0
- Spectre Divide
- Fixed the game events
Version 261.3.1
- Apex
- Fixed the game events
totalDamageDealtand damage are still not working
Version 261.3.0
-
Overwatch 2
- Fixed the game events
- New game event was added - party_player_count more information here
- Fixed an issue when the roster shows the enemy's hero selection too early
-
Minecraft
- New game events were added - more information here
- game_dir
- world_id
- dimension
- Fix chat event in MC version 1.21
- New game events were added - more information here
-
Warhammer 40;000: Space Marine
- New game events - more information here
Version 261.2.0
-
Spectre Divide
- Fixed the game events
-
Apex
- Fix
totalDamageDealt,damageandheadshot - Added
knockouttomode_nameevents
- Fix
-
Dota
- Add
medal_nameandmedal_starsinformation toroster- more information here
- Add
-
TFT
- Fixed an issue in
augmentsinfo
- Fixed an issue in
-
Palworld
- Fixed
deathandrespawnevents
- Fixed
-
R6
- Fix an issue in roster and arcade mode
Version 261.1.0
-
Valorant
- New game event -
planted_sitemore information here
- New game event -
-
Fortnite
- Fix the game events
Version 261.0.5
- R6
- Fix roster issues
Version 261.0.4
- MTGA
- Fix the game events
Version 261.0.3
-
R6
- Fix
rosterissues
- Fix
-
Apex
- Fixed the game events
totalDamageDealt,damageandheadshotare still not working
-
Rocket League
- Fixed an issue with
maxPlayersevent
- Fixed an issue with
Version 261.0.2
-
LOL Arena
- Fixed the game events
-
Spectre Divide
- Fixed the game events
-
PUBG
- Fixed the game events
-
R6
- Fixed the game events
- Add support for all DX versions
-
Valorant
- Fixed the game events
Version 261.0.1
- LOL + TFT
- Adjust the game events based on the PBE version
Version 260.1.4
- Baldur's gate 3
- Fix the game events
Version 260.1.3
- PUBG
- Fix the game events
Version 260.1.2
-
Fortnite
- Fix the game events
-
Overwatch 2
- Fix the game events
Version 260.1.0
-
Black Myth: Wukong
- New game events - more information here
-
TFT
- Fix
picked_augmentissue
- Fix
Version 259.4.1
- TFT
- Add new info-update
picked_itemmore information here
- Add new info-update
Version 259.3.4
-
LOL Arena
- Fix the game events
-
Rocket League
- Fix the game events
-
PUBG
- Adjust the game events
Version 259.3.3
- TFT
- Adjust the game events
Version 259.3.2
-
Dota
- Fixed
bansinfo update - Add a new hero Ringmaster
- Fixed
-
Fortnite
- Fix an issue when relaunching the game
- Fix an issue with match stats
-
Once Human
- Fix
level_upevent name typo
- Fix
-
LOL
- Add support for
jungle_campsin spectating mode
- Add support for
-
PUBG
- Fix
killerinfo update
- Fix
Version 259.3.1
- Dota 2
- Fixed
playersinfo (roster)
- Fixed
Version 259.3.0
- Once Human
- Add support for new game events - more information here
Version 259.2.3
-
Overwatch 2
- Fix events
- Add support for new hero
JUNO
-
Escape from Tarkov
- Fix
mapevent
- Fix
-
Halo
- Fix events
-
Diablo 4
- Fix events
-
Rocket League
- Fix
gameModemaxPlayersandgameTypeevents
- Fix
Version 259.2.2
-
PUBG
- Fix events
-
Fortnite
- Fix events
Version 259.2.1
-
Diablo 2
- Reset player_stats on match_end
-
Fortnite
- Partially fix the game events
- List of events that are still in progress
match_idpingcompass
-
The Finals
- Fix
scenelobby
- Fix
Version 259.2.0
- TFT
- New info update:
- We've split between augments and items and created a new info update called
item_select- more information here - Fix an issue in items,
round_startandbattle_start
Version 259.1.2
- Fortnite
- Fix
rosterandmode - List of events that are still in progress
match_idteamcreative_mapkilledknockoutdeathrevivedpingcompass
- Fix
Version 259.1.1
- Fortnite
- Partially fix the game events
- List of events that are still in progress
rostermatch_idmodeteamcreative_mapkilledknockoutdeathrevivedpingcompass
Version 259.1.0
-
The First Descendant
- New game events - more information here
-
Stormgate
- Fix game events
-
Diablo 2
- Add reset to info-updates on
match_end
- Add reset to info-updates on
Version 259.0.2
-
PUBG
- Partially fix the game events
- List of events that are still in progress
phase(partial)revivedknockoutkillerdeathvictimname
-
LOL Arena
- Adjust the game events
Version 259.0.1
- TFT
- Adjust the game events based on PBE
Version 259.0.0
-
LOL + Arena
- Adjust the game events based on PBE
-
Roblox
- Fix an issue with
setRequiredFeatures - Add new info-update -
universe_idmore information here
- Fix an issue with
Version 258.1.3
-
Apex
- Fix tabs issue
-
PUBG
- Partially fix the game events
- List of events that are still in progress
mehealthphase(partial)revivedkillervictimNameknockedoutknockout
Version 258.1.1
-
Apex
- Fix game events
rosterinfo-update was modified,platform_swwas removed and it's not used anymore - more information here
-
Fortnite
- Fix game events
-
Diablo 4
- Fix game events
Version 258.1.0
-
WOW
- Add DLL with Electron support
-
TFT
- Add new parameter
tag_lineto the following events:opponentsrosterround_outcome
- Add new parameter
-
Overwatch 2
- 2 new events: more information here
respawnrevive
- Fix an issue when the enemy hero roster was available too early
- Fix an issue with the
roster
- 2 new events: more information here
-
Fortnite
- 2 new events: more information here
message_feedmatch_stats
- 2 new events: more information here
-
Minecraft
- Add
biomeinfo-update - more information here - Fixed an issue when Minecraft ran on OW and Electron in parallel
- Fix the player location when you are on a boat or a horse
- Add
Version 258.0.2
-
Halo
- Fix game events
-
MTGA
- Fix game events
-
Apex
- Fix
rosterissue on Overwolf relaunch
- Fix
Version 258.0.1
-
LOL Arena
- Adjust the game events to the latest patch
-
Valorant
- Adjust the game events to the latest patch
-
FFXIV
- Plugin with electron support
Version 258.0.0
-
TFT
- Adjust the game events to the latest patch
- Fix an issue with
rankandhealthwhen the local player was not recognized correctly
-
Valorant
- Add new info-update
match_score- more information here
- Add new info-update
Version 257.4.3
- Dark and Darker
- New game events - more information here
match_startmatch_enddeath
- New game events - more information here
Version 257.3.3
- POE
- Fix game events
Version 257.3.2
-
LOL swarm
- Fix champion names - remove Strawberry_
-
R6
- Fix phase event
Version 257.3.1
- PUBG
- Fix game events
Version 257.3.0
-
Valorant
- New info update - server more information here
- Fix
shieldissue
-
Roblox
- New game events - more information here
match_startmatch_endgame_iduser_idrecord_startrecord_end
- New game events - more information here
-
LOL Arena *Fix
damagein info-updates
Version 257.2.1
- POE
- Fix game evets
Version 257.2.0
-
LOL - Swarm
- Adjust the game events in swarm
-
Valorant
- Fix
coachinobservermode
- Fix
Version 257.1.1
- Genshin Impact
- Fix game events
Version 257.1.0
-
LOL
- Fix
team_framesinfo-update
- Fix
-
LOL Arena
- Fix the game events
-
Valorant
- Fix
game_modeinfo-update - Add new info-update
observing - As an observer or a coach, you will get the observed player's name - more information here
- Fix
-
PUBG *Fix game events
Version 257.0.1
-
LOL + TFT + Arena
- Fix the game events based on PBE
-
Xdefiant
- Fix
deathandeliminationevents
- Fix
Version 257.0.0
- Fortnite
*Fix
deathevent in creative mode
Version 256.3.0
Version 256.2.0
-
Xdefiant
- Fix
sceneevent
- Fix
-
Final Fantasy XIV
- Improve plugin stability
-
Overwatch2
- Add new game event
game_queue_type- more information here
- Add new game event
Version 256.1.2
-
PUBG
- Fix events
-
Halo Infinite
- Fix events
Version 256.1.1
-
Wuthering Waves
- New game events support - more information here
- Scenes - lobby/ingame/death
- Match start / end
- Death
- Respawn
- New game events support - more information here
-
COD
- Fix an issue when moving from MW3 to WZ2
-
Final Fantasy XIV
- Fix events
Version 256.0.0
-
Apex
- Fixed duplicate
deathandrespawnevents - Add support for
Quadsgame mode
- Fixed duplicate
-
R6
- Add new info-update
steam_id- more information here
- Add new info-update
-
Helldivers 2
- Fix
deathevent
- Fix
-
Fortnite
- Fix
matchIDevent
- Fix
Version 255.0.8
- Apex
- Fix Events
- Known issues (in progress):
- The platform values for steam in the
rosterare now"platform_hw":7,"platform_sw":7"instead of"platform_hw":2,"platform_sw":7" - Event
respawnis triggered twice - Event
deathis triggered again afterrespawn
- The platform values for steam in the
Version 255.0.7
-
TFT/LOL/Arena
- Fix
teamsinfo-update
- Fix
-
Minecraft
- Fix an issue with the latest Forge version
-
PUBG
- Fix Events
Version 255.0.6
-
Genshin Impact
- 2 New events - more information here
dungeon_startdungeon_end
- 2 New events - more information here
-
TFT
- Adjust the game events based on PBE with backward compatibility
teamsinfo-update is still in maintenance
-
Diablo 4
- Reset
nameinfo-update onmatch_end
- Reset
-
Honkai Start Rail
- Fix
battle_startevent
- Fix
Version 255.0.5
-
The Finals
-
Fix summary event
-
Overwatch 2
- Fix the game events
Version 255.0.4
- POE
- Fix the game events
Version 255.0.3
-
PUBG
- Fix the game events
-
Hearthstone
- Fix the game events
-
Dota 2
- Clear
bans,draft, andplayerslist at the end of the match - Fix
pickConfirmedin Turbo mode
- Clear
-
Apex
- Fix the re-queue issue and
match_endevent
- Fix the re-queue issue and
Version 255.0.2
- R6
- Fix
operatorinroster
- Fix
- Apex
- Add info-update
team_damage_dealt- more details here
- Add info-update
Version 255.0.1
-
The finals
- Fix events
-
Minecraft
- Add support for MC version 1.21
Version 254.1.6
- Fortnite
- Fix events
Version 254.1.5
-
Lol Arena
- Fix events
-
PUBG
- Fix events
-
CS2
- Fix
kill_feedevent
- Fix
Version 254.1.4
- Valorant
- Fix
shopevent - Add new map Abyss - more details here
- Fix
Version 254.1.3
-
R6
- Fix events
operatorinrosteris still down
-
Diablo 4
- Fix events
Version 254.1.2
-
Valorant
- Fix an issue with game events when Overwolf relaunches
-
TFT
- Fix the game events based on PBE with backward compatibility
-
LOL
- Fix the game events based on PBE with backward compatibility
-
LOL Arena
- Fix the game events based on PBE with backward compatibility
-
Starfield
- Fix events
Version 254.1.0
-
XDefiant
- New game events - more information here
-
Genshin Impact
- Fix events
-
Overwatch 2
- Fix
game_typereset onmatch_end
- Fix
Version 254.0.1
- New World
- Fix events
Version 254.0.0
- Helldivers 2
- Fix events
Version 253.2.4
-
TFT
- Fix the round type detection
-
Valorant
- Fix
abilityandgame_modeevents
- Fix
Version 253.2.3
- TFT
- Fix game events
Version 253.2.2
-
PUBG
- Fix game events
-
Helldivers 2
- Fix death event
Version 253.2.1
-
Honkai Star Rail - new game events - more information here
scenematch_startmatch_endbattle_startbattle_endmatch_outcome- victory/defeat
-
Hades 2 - new game events
scenematch_startmatch_enddeath
-
Manor Lords - new game events - more information here
scenematch_startmatch_end
-
CS2
- new game event - mm_state more information here
-
LOL Arena
- Fix game events with backward compatibility
Version 253.1.1
-
Lost Ark
- Fix game events
-
Diablo 4
- Improved stability
Version 253.1.1
-
Lost Ark
- Fix game events
-
Diablo 4
- Improved stability
Version 253.1.0
Version 253.0.0
-
Valorant
- Fix an issue with
shieldinscoreboardinfo-update
- Fix an issue with
-
Fortnite
- Fix an issue with
modeinfo-update
- Fix an issue with
-
Diablo 4 *Fix
locationinfo-update
Version 252.4.0
- Content Warning
- New game events - more information here
Version 252.3.2
-
New World
- Fix the
locationevent
- Fix the
-
OW2
- Fix game events
-
Valorant
- Fix issues and improve stability
Version 252.3.1
-
PUBG
- Fix game events
-
Diablo 4
- Fix game events
Version 252.3.0
-
Rocket League
-
LOL
- Fix
stackinfo-update based on PBE with backward compatibility
- Fix
-
LOL arena
- Fix
round_numberandmatch_outcomeinfo-updates based on PBE with backward compatibility
- Fix
Version 252.2.2
- R6
- Fix
phaseandscoreevents
- Fix
Version 252.2.1
-
PUBG
- Fix events
-
Apex
- Fix events
- Add support for re-queue
Version 252.2.0
-
CS2
- Fix
kill_feedevent
- Fix
-
Vlheim
- Game deprecation
-
Overwatch2
- New events - more information here
round_startround_endgame_type
- Fix the hero name and role for the opponent team in the
roster
- New events - more information here
-
MTGA
- Fix events
Version 252.1.0
-
Fortnite
- Fix
inventoryinfo-update
- Fix
-
Final Fantasy XIV
- Fix
contact_xxinfo-update
- Fix
-
TFT
- Add support for all DX version
- Fix a minor issue in the carousel
-
LOL Arena
teamsinfo-updated is no longer supported in the new arena version and will be deprecated- New info-update
arena_teamsinstead ofteams- see more information here
Version 252.0.0
- Fortnite
- Fix an issue with matchId info-update
Version 251.1.2
-
Valorant
- Fix
teamevent each time there is a switch between attacker and defender
- Fix
-
LOL Arena
- Fix
match_outcomeevent
- Fix
Version 251.1.1
-
Halo
- Fix events
-
Minecraft
- Add support for version 1.20.6
Version 251.1.0
-
TFT
- Fix events with backward compatibility
-
LOL Arena
- Fix events based on PBE
-
PUBG
- Fix events
Version 251.0.2
- PUBG
- Fix events
Version 251.0.1
-
Genshin Impact
- Fix events
-
Minecraft
- Fix
match_startevent in forge V43.3
- Fix
-
Fortnite
- Fix
matchIdinfo-update
- Fix
Version 251.0.0
-
Valorant
- Fix switch sides in different game modes issue
-
Sons Of The Forest
- Fix
locationevent
- Fix
Version 250.3.1
-
Dota 2
- Fix events
-
Fortnite
- Disable
matchId - Fix
reviveevent
- Disable
Version 250.3.0
-
Valorant
- Fixed
rosterandscoreboardin deathmatch - Fix
game_modeinfo-update
- Fixed
-
Overwatch2
- Fix
match_outcomeinfo-update - Add support for a new hero - VENTURE
- Fix
Version 250.2.0
-
Fortnite
- Fixed killed and knockout
-
Overwatch2
- Add a new info-update
match_outcome- more information here - possible values
victoryanddefeat
- Add a new info-update
Version 250.1.5
-
LOL
- Fix
usedAbilityin PBE with backward compatibility to the public version
- Fix
-
TFT
- Fix events in PBE with backward compatibility to the public version
- Update the
round_typenames
Version 250.1.4
-
PUBG
- Fix events
-
Fortnite
- Fixed
killedandknockout
- Fixed
Version 250.1.3
-
PUBG
- Fix
victim_name,knockout, andmap
- Fix
-
TFT
- Fixed an issue in
gameplay
- Fixed an issue in
-
CS2
- Fix
kill_feedinfo-update
- Fix
Version 250.1.2
-
MW3 - WZ2
- Fixed events
-
R6
- Fixed events
Version 250.1.1
-
PUBG
- Fixed events
victim_name,knockout, andmapare still disabled
-
TFT
- Fixed an issue in
gameplay
- Fixed an issue in
Version 250.1.0
Version 249.2.4
- Tarkov
- Fix
phaseevent
- Fix
Version 249.2.3
- Tarkov
- Fix events
Version 249.2.2
-
Rocket League
- Fixed
training_packissues
- Fixed
-
PUBG
- Fix events
Version 249.2.1
-
R6
- Added
player_idtoroster - Added
suffixtoroster - Fixed
is_anonymous
- Added
-
TFT
- Fixed minor issue
-
New World
- Fix events
Version 249.1.3
-
Apex
- Fix minor issue
-
Minecraft
- Fix stats event
-
TFT
- Fix events in PBE with backward compatibility to the public version
- Update the round types names
- Add
native_nameto round type
Version 249.1.1
-
POE
- Fix events
-
R6
- Fixed
rosterissue
- Fixed
Version 249.1.0
-
Helldivers 2 - More information here
- New game events:
match_startmatch_endscenedeath
- Status page here
- New game events:
-
Overwatch 2
- Add new
rosterinfo-update - more information here - The parameters
hero_nameandhero_rolewill be available for the local player team only We will add them to the other team in the next GEP release
- Add new
-
Warframe
- Fix events
-
Fortnite
- Fix an issue with
deathevent by disablingkillerevent in Lego mode
- Fix an issue with
Version 249.0.6
-
Diablo 4
- Fix events
-
PUBG
- Fix events
-
Apex
- Fix events
- Add support for game mode
Lockdown
Version 249.0.5
-
Starfield
- Fix
locationandplanet_name
- Fix
-
CS2
- Fix
assisterinkill_feed
- Fix
-
The Finals
- Fix scene detection
- Add scene
summaryat the end of the game (not supported in tournaments)
Version 249.0.2
- TFT
- Fix an issue in the carousel
Version 249.0.0
- Lost Ark
- Fix
mob_detailsevent
- Fix
Version 248.0.1
-
PUBG
- Fix game events
-
Halo infinite
- Fix game events
Version 248.0.0
-
LOL + TFT
- Fix game events based on PBE with backward compatibility
-
Apex
- Fix an issue with 'knockdown' event
Version 247.2.10
- PUBG
- Fix game Events
knockoutevent is disabled
Version 247.2.9
-
Apex
- Fix
tabsevent
- Fix
-
Genshin Impact
- Fix
playerIdevent
- Fix
Version 247.2.8
-
Valorant
- Fix game events
-
Genshin Impact
- Fix game events
Version 247.2.7
- Valorant
- Fix game events
Version 247.2.6
-
Diablo 4
- Fix game events
-
POE
- Fix game events
-
R6
- Fix game events
Version 247.2.5
-
Valorant
- Disable the support for
rosterin escalation mode
- Disable the support for
-
Fortnite
- Fixed game events in Lego and Rocket racing modes
-
Rocket League
- Fix game events when the game is already running
Version 247.2.4
-
Valorant
- Fix an issue with game events
-
Apex
- Fix an issue with
tabs
- Fix an issue with
Version 247.2.3
- Fortnite
- Fix game events
Version 247.2.2
-
TFT
- Fix stability issue
-
Valorant
- Fix
shopevent
- Fix
-
LOL
- Fix
jungle_campsissue
- Fix
Version 247.2.1
-
Valorant
- Fix game events
shopevent is disabled
-
TFT
- Fix game events
Version 247.2.0
-
Games and events deprecation
- Leap
- Dota underlords
- Hunt showdown
- WOW -
addons_xxevent
-
CS2
- Fix an issue with
steam_id
- Fix an issue with
-
The Finals
- Fix an issue with
steam_id
- Fix an issue with
Version 247.1.2
- Apex
- Fix an issue in
phase
- Fix an issue in
Version 247.1.1
-
R6
- Fix
rosterissue
- Fix
-
Apex
- Fix
kill_feedand tabs issues
- Fix
Version 247.1.0
- The finals
- Add support for new game events - more information here
- scene
- match_start
- match_end
- elimination
- Add support for new game events - more information here
Version 247.0.0
-
Sons Of The Forest
- Fix game events
-
R6
- Add
operatorto theroster
- Add
-
Baldur's Gate 3
- Fix game events
Version 246.2.4
-
TFT
- Fix issues
-
Fortnite
- Fix game events
inventoryaccuracytotal_shotshit- `creative_map
- Fix game events
Version 246.2.2
- TFT
- Fix minor issues
Version 246.2.1
-
LOL / TFT
- Fix game events
-
Apex - more information here
Killandassistevents are fixed but will not send the victim's name anymore, instead, we will send the total amount of kills / assists for the local playerknockdownis fixed but the event will not send the victim's name anymoredeathevent was fixed- Update new game mode and map names
- Fix
tabsinfo-update
-
Baldur's Gate 3
- Fix game events
-
Fortnite
- Fix game events
- Some events will stay disabled in this version:
inventoryaccuracytotal_shotshitcreative_map
Version 246.1.3
- BG3
- Fix location events
Version 246.1.2
-
R6
- Fix game events
-
Minecraft
- Fix game events in Minecraft versions 1.20.3/4
- Info-updates stats are disabled
Version 246.1.1
-
R6
- Recover
killerevent
- Recover
-
Halo
- Fix game events
Version 246.1.0
-
R6
- Partially recover
rosterinfo-update
- Partially recover
-
Apex
- Fix game events
weaponsandinUseinfo-updates are not working
-
Rocket League
- Fix an issue in
action_pointsinfo-update
- Fix an issue in
-
Diablo 4
- Fix game events
-
Fortnite
- Fix game events in creative maps
Version 245.2.5
- Dota
- Fix an issue in
rosterinfo-update
- Fix an issue in
Version 245.2.4
-
Fortnite
- Fixed events
- Fix the event detection in the second match in creative maps
-
CS2
- Fixed events
-
PUBG
- Fixed events
-
MTGA
- Fix the
inventoryinfo-update
- Fix the
-
Overwatch 2
- Fix FPS issue
Version 245.2.2
-
TFT
- Fix the events on PBE with backward compatibility to the public version
-
R6
- Fix
phaseinfo-update
- Fix
Version 245.2.1
- Diablo 4
- Fix events
Version 245.2.0
-
Palworld
- Added location info-update - more information here
-
Halo
- Fixed events
-
PUBG
- Fixed events
-
Genshin Impact
- Fixed events
-
Valorant
- Fixed minor stability issue
Version 245.1.2
-
R6
- Add
players_list_loginfo-update - more information here - Fix
matchIdinfo-update
- Add
-
MTGA
- Fix events
Version 245.1.1
-
R6
- Fix events
- Below is a list of disabled events:
- Roster
- Killer
- Health
- Player Score
- Round number
-
Diablo 4
- Fix an issue in the
XPevent
- Fix an issue in the
Version 245.1.0
-
Palworld
- New game events - more information here
- Below is a list of supported events:
match_startmatch_enddeathknockoutreviverespawnscene
-
MW3
- Fix
victoryevent in EN
- Fix
Version 245.0.0
- Fortnite
- Fix
matchIdinfo-update
- Fix
Version 244.3.2
-
Diablo 4
- Fix events
-
LOL
- Fix an issue in
jungle_campsinfo-update
- Fix an issue in
Version 244.3.1
- Valorant
- Fix events
Version 244.3.0
-
LOL
- Fixed events for PBE with backward compatibility - more information here
- In the jungle_camps info-update we will no longer send the jungle_camp_id but instead the actual name of the camp
- The first key is changed to jungle_camp_0 instead of jungle_camp_1 as before
-
Valorant
- Add support for
rosterin escalation mode
- Add support for
-
WOT
- Fix log detection in standalone and Steam game
-
The finals
Version 244.2.0
Version 244.0.0
- PUBG
- Fix events
- LOL
- Fix
scuttleinjungle_camp18 and 19
- Fix
- APEX
- Fix armor in
damageevent
- Fix armor in
Version 243.0.3
- Lost ark
- Fix
mob_detailsevent
- Fix
- Genshin Impact
- Fix
match_startevent - Add the selected character name to the
character_switchevent
- Fix
- APEX
- Fix
damageevent - Fix an issue in
rosterinfo-update
- Fix
- PUBG
- Fix
knockoutandvictim_name
- Fix
Version 243.0.2
- WOW
- Fix events
- Apex
- Fix events
- Add new mode name
Version 243.0.1
- LOL
- Fix
jungle_campsinfo-update
- Fix
Version 243.0.0
- Baldur's Gate 3
- Fix
main_mapandsub_mapreset onmatch_end
- Fix
- Overwatch 2
- Add
battle_taginfo-update - more information here
- Add
- PUBG
- Fix
healthandknockoutevents
- Fix
Version 242.3.1
- Tarkov
- Fix events
- LOL
- Fix an issue with
team_framesevent
- Fix an issue with
- Genshin Impact
- Fix an issue with
character_switchevent
- Fix an issue with
Version 242.2.1
-
Overwatch 2
- Add support for DLC invasion
match_startmatch_end
- Add support for DLC invasion
-
Genshin Impact
- Fix events
-
Warframe
- Fix
inventoryissues
- Fix
Version 242.1.1
-
Valorant
- Fix an issue in
rosterin deathmatch
- Fix an issue in
-
PUBG
- Fix events
Version 242.1.0
-
R6
- Fix events
-
TFT
- Fix events in PBE with backward compatibility to the prod version
- Fix
shop_pieceswrong values when the player is leaving a match in the middle
-
LOL
- Fix
summoner_infoeventsnametierdivisionqueueregionaccountIdlevel
- Fix
-
Valorant
- Fix
scoreboardandrosterparty member names
- Fix
-
Genshin Impact
- New game events - more information here
player_idcharacter_namecharacter_switchmatch_startmatch_end
- New game events - more information here
Version 241.5.1
-
POE
- Fix events
-
R6
- Fix events
- Add new map
ARCTIC WORKSHOP
Version 241.5.0
-
New World
- Fix
locationinfo-update
- Fix
-
Apex
- Add 2 new info-updates - new information here
mode_namemap_name
- Add 2 new info-updates - new information here
-
COD - WZ2
- Fix wrong in-game detection during warmup
Version 241.4.1
-
TFT
- Fix
picked_augmentevent
- Fix
-
PUBG
- Fix events
-
COD - Warzone2
- Fix events detection
-
Baldur's Gate 3
- Add new events: more information here
location_playerslocation_cameramain_mapsub_map
- Add new events: more information here
Version 241.3.0
- Fortnite
- Add support for new maps
- Lego
- Rocket Racing
- Add support for new maps
Version 241.2.4
- POE
- Fix events
Version 241.2.3
-
R6
- Fix events
-
COD - WZ
- Fix
victoryevent detection
- Fix
Version 241.2.2
- R6
- Fix events
Version 241.2.1
- Warzone2
- Fix events
Version 241.2.0
- R6
- Fix events
- Add support for
LAIRmap
- MTGA
- Fix events
- Apex
- Fix
knockoutevent in Chinese
- Fix
Version 241.1.0
- LOL
- Fix
chatinfo-update
- Fix
- Valorant
- Add a new event
shop- more information here - Fix an issue in
scoreboardinfo-update - Add support to the new map
Drift
- Add a new event
- Rocket League
- Fix events
- Halo
- Fix events
- PUBG
- Fix events
- Add support for new map
Rondo
Version 241.0.0
- Baldurs Gate 3
- Fix
sceneinfo-update
- Fix
- CS2
- Fix an issue in
kill_feedinfo_update
- Fix an issue in
Version 240.3.1
- LOL
- Add
team_framesinfo-update - more information here
- Add
Version 240.2.0
- COD - Modern Warfare 3
- Add support for new game events - more information here
Version 240.1.1
- LOL
- Fix an issue in
players_taglineinfo-update
- Fix an issue in
Version 240.1.0
-
R6
- Fix
rosterevent
- Fix
-
LOL Arena
- Fix events
-
TFT
- Fix events
-
LOL
- Add new
players_taglineinfo-update - more information here
- Add new
Version 240.0.0
- Fortnite
- Fix
match_idinfo-update
- Fix
Version 239.2.7
- R6
- Fix
rosterevent
- Fix
Version 239.2.6
- Hearthstone
- Fix events
- PUBG
- Fix
knockoutandknockedoutinfo-updates
- Fix
Version 239.2.5
- Valorant
- Fix
game_modeandscoreboardinfo-updates
- Fix
Version 239.2.4
- R6
- Fix
rosterissue
- Fix
Version 239.2.3
- CS2
- Fix
is_rankedinfo-update - Fix
match_outcomeinfo-update
- Fix
Version 239.2.1
Version 239.1.3
- PUBG
- Fix events
Version 239.1.2
- WOW
- Fix events
- Valheim
- Fix events
Version 239.1.1
- TFT
- Fix events
Version 239.1.0
- Diablo 4
- Fix
xpinfo update
- Fix
- CS2
- Fix an issue in
kill_feedevent
- Fix an issue in
- Starfield
- Add new info-update
planet_name- more information here
- Add new info-update
Version 238.3.3
-
Fortnite
- Fix events
-
Baldur's gate 3
- Fix events
Version 238.3.2
- R6
- Fix events
Version 238.3.1
- Apex
- Fix events
Version 238.3.0
Version 238.2.2
- TFT
- Fix events
Version 238.2.1
- Halo
- Fix events
Version 238.2.0
Version 238.1.1
- POE
- Fix events
Version 238.1.0
Version 237.3.8
- Minecraft
- Fix events when hosting a local server
- Lost Ark
- Fix events
Version 237.3.7
- Diablo 4
- Fix events
- Fix
xpissue
Version 237.3.6
- Halo
- Fix events
Version 237.3.5
- LOL
- Fix
announcerin public version - Fix
gold,healandlevelin PBE
- Fix
Version 237.3.4
- Fortnite
- Fix an issue in
creative_mapevent
- Fix an issue in
Version 237.3.3
- R6
- Fix
rosterevent - Fix
DOKTORS CASTLEmap name
- Fix
Version 237.3.0
Version 237.2.3
- R6
- Fix
rosterevent
- Fix
- PUBG
- Fix events
Version 237.2.2
-
R6
- Disable
rosterevent
- Disable
-
New world
- Fix
locationevent
- Fix
Version 237.2.0
- TFT
- Fix an issue in PBE
Version 237.1.0
- R6
- Add plugin protection
- TFT
- Fix events based on PBE
- CS2
- Add new events - more information here
round_ startround_endsteam_idgame_phaseround_phasescoremode_namemap_namekillsdeathsassists- Add
rankandhs(headshots %) to theroterinfo update
- Add new events - more information here
Version 236.2.2
- Valorant
- Fix Fix
headshottiming issue
- Fix Fix
- Valheim
- Fix
player_nameevent
- Fix
Version 236.2.1
- Valorant
- Fix
scoreboardandrosterevents
- Fix
- CS2
- Fix an issue in
kill_feedevent
- Fix an issue in
Version 236.2.0
- Valorant
- Add information to round_report info-update
hitbodyshotslegshotsdamage_receivedhits_receivedability_damage
- Add information to round_report info-update
- Fortnite
- Fix events in Creative Maps 2.0
- CS2
- Fix an issue in
kill_feedevent
- Fix an issue in
- New World *Fix events
Version 236.1.0
- Minecraft
- Support new Minecraft version - 1.20.2
- Forge - 48.0.6
- Fabric - 0.14.22
- Support new Minecraft version - 1.20.2
- Rocket League
- New events for training packs - more information here
- Add information to players' event
platformplayer_idassistssavesshotsmvp
- Starfield
- Add support for new game events - more information here
Match startMatch endLocation
- Add support for new game events - more information here
- CS2 - more information here
- Add
rosterevent - Add
game_modeevent - Add
match_outcomeevent - Add
kill_feedevent
- Add
Version 236.0.3
- R6
- Fixed events
Version 236.0.2
- Fortnite
- Fixed events
- R6
- Fixed events
Version 236.0.1
- LoL
- Improved the events stability
- TFT
- Improved the events stability
- Fixed PBE events
- Counter-Strike 2
- Added GEP upport for the game - more details here
killdeathassistmatch_startmatch_end
- Added GEP upport for the game - more details here
Version 235.1.4
-
R6
- Fix events
-
Apex
- Fix
tabsevent - Fix
victoryevent in Trios - Support HALLOWEEN - new game mode
- Fix
-
Fortnite
- Fix
ping,matchIdandsessionIdevents
- Fix
Version 235.1.2
- R6
- Fix events
Version 235.1.1
- R6
- Fix events
Version 235.1.0
Version 235.0.2
-
Fortnite
- Fix events
- Disabled events:
match_idparty_idticket_idsession_idrosterping
-
R6
- Fix
rosterevent healthevent is still disabled
- Fix
Version 235.0.1
-
TFT
- Fix events for the next patch based on PBE
-
R6
- Fix events
Version 234.0.9
- R6
- Plugin with fixed events
healthevent was disabled until fixed
Version 234.0.5
- WOW
- Fix events
Version 234.0.4
- R6
- Fixed
roster,game_mode, andnumberInfo-Updates phase,score, andmatch_idInfo-Updates are temporarily disabled
- Fixed
Version 234.0.3
- PUBG
- Fixed events
- WoW
- Fixed events
- MTGA
- Fixed
inventory_cardsInfo-Update
- Fixed
Version 234.0.2
- POE
- Fixed events
- R6
- Partial events fix
- These are the events that will work
- Events
- matchOutcome
- roundStart
- roundEnd
- roundOutcome
- headshot
- kill
- death
- match_start
- match_end
- Info updates
- map_id
- round_outcome_type
- account_id_log
- score_log
- round_start_log
- round_end_log
- round_outcome_type
- move_log
- match_start_log
- match_end_log
- kill_log
- death_log
- general_log
- Events
Version 234.0.1
- Fortnite
- Fixed
inventory,hit,total_shots,accuracyandcreative_mapInfo-Updates
- Fixed
Version 234.0.0
- SOTF
- Fixed the
locationevent
- Fixed the
Version 233.2.9
- Dota
- Fixed events
Version 233.2.8
- Diablo 4
- Fixed events
- LoL/TFT
- Fixed an issue when reconnecting to a match quickly
Version 233.2.7
- R6
- Fixed events
- Valorant
- Added support for new map Juliett (Sunset)
Version 233.2.6
- LoL PBE
- Fixed events
- TFT PBE
- Fixed events
- LoL-Arena PBE
- Fixed events
- Axie
- Fixed
last_card_playedInfo-Update
- Fixed
Version 233.2.5
- Fortnite
- Fix events
inventory,hit,total_shots,accuracyandcreative_mapInfo-Updates are temporarily disabled
Version 233.2.4
- MTGA
- Fixed draft event
- Hearthstone
- Fixed
match_startevent
- Fixed
- MTGA
- Fixed events
deck_pilesandlast_card_playedInfo-Updates are temporarily disabled
- Valheim
- Fixed
respawnevent - Fixed
death,inventoryandstateInfo-Updates
- Fixed
Version 233.2.2
- POE
- Fix events
Version 233.2.1
-
Apex
- Fix an issue in detecting the local player while in a party
-
Lost ark
- Fix
mob_detailsinfo update
- Fix
Version 233.2.0
-
Valorant
- Re-enable spike events
-
FF
- Fix an issue with names in Chinese/Korean in contact event
-
PUBG
- Fix events
Version 233.1.1
- Diablo 4
- Fix events
Version 233.0.1
-
TFT
- Fix events
-
Arena
- Fix an issue in
victoryevent with detecting the first-place team
- Fix an issue in
Version 233.0.0
- Tarkov
- Fix `death`` event
Version 232.4.3
- Tarkov
- Fix events
- Halo
- Fix events
Version 232.4.2
- Valorant
- Disable spike events
- PUBG
- Fix events
Version 232.4.1
- Valorant
- Fix spike events issue
Version 232.4.0
- Valorant
- Fix
game_modeinfo-update - Add new event - spike - more information here
spike_plantedspike_defusedspike_detonated
- Fix
- Apex
- Fix
game_modeinfo-update
- Fix
Version 232.3.1
- Fortnite
- Fix
matp_idissue
- Fix
Version 232.3.0
- Hearthstone
- Fix an issue with the opponent name in battleground mode
- CS:GO
- Fix MVP issue
- LOL Arena
- Fix first round detection and timing
- Fortnite
- Fix
match_idin squads issue - Add new parameters in
creative_mapevent - more info here
- Fix
Version 232.2.1
- R6
- Fixed an issue with the
rosterInfo-update
- Fixed an issue with the
Version 232.2.0
- Valorant
- Added parameters to the
scoreboardInfo-Update- weapon
- ult_points
- ult_max
- shield
- Added parameters to the
- more details here
Version 232.0.0
- TFT PBE
- Fixed events
- LoL PBE
- Fixed
levelInfo-Update
- Fixed
- LoL - Arena PBE
- Fixed events
Version 231.3.3
- WoW
- Fixed events
Version 231.3.1
- Fortnite
- Fixed events
Version 231.3.0
- Final Fantasy XIV
- Fixed events
Version 231.2.0
- POE
- Fixed events
Version 231.1.9
- R6
- Fixed events
Version 231.1.8
- WoW
- Fixed events
Version 231.1.7
- LoL - Arena
- Fixed players missing from the
teamsInfo-update
- Fixed players missing from the
Version 231.1.6
- WoW
- Fixed events
Version 231.1.4
- TFT
- Fixed an issue with the
battle_startevent
- Fixed an issue with the
- Dota
- Fixed
heroInfo-update detection issue after the firs match
- Fixed
Version 231.1.3
- Diablo 4
- Fixed events
Version 231.1.2
- Valorant
- Fixed
rankparameter ingame_modeInfo-update
- Fixed
Version 231.1.1
- LoL PBE
- Fixed events
- R6
- Fixed events
Version 231.1.0
- LoL - Arena
- Fixed aram game detection
- TFT PBE
- Fixed events
- Valorant
- Added
is_attacker_teammateandis_victim_teammateparameters tokill_feedInfo-update - more details here
- Added
Version 231.0.0
- LoL - Arena
- Fixed events
Version 230.2.2
- LoL - Arena
- Added new events in arena mode - more details here
Version 230.1.4
- Valorant
- Fixed
rankparameter ingame_modeInfo-update
- Fixed
- PUBG
- Fixed events
- WoW
- Fixed events
Version 230.1.3
- Valorant
- Fixed events
rankparameter ingame_modeis temporarily disabled
Version 230.1.2
- New World
- Fixed
locationInfo-update
- Fixed
Version 230.1.1
- Rocket League
- Fixed language issue in
game_type
- Fixed language issue in
- Dota
- Fixed teammate pre-pick issue
Version 230.1.0
- Valorant
- Fixed an issue
- R6
- Fixed
game_modetiming issue
- Fixed
Version 229.3.2
- TFT
- Fixed broken events
- Hearthstone
- Fixed broken events
Version 229.3.1
- R6
- Fixed broken events
Version 229.3.0
- Apex
- Added
is_localparameter to thelegendSelectInfo-update - more details here
- Added
- Diablo 4
- New Info-updates - more details here
nameclasslevelgoldbattle_tag
- CS:GO
- Fixed an issue where
mvpevent isn't fired while spectating - Fixed
match_outcomeInfo-update in arms race mode
- Fixed an issue where
- PUBG
- Fixed an issue where players get wrong events while speacting
- Fixed
safe_zoneInfo Update
Version 229.2.0
- Overwatch 2
- Added support for new game - more details here
- TFT PBE
- Fixed broken events
- LoL PBE
- Fixed an issue with
jungle_campsInfo-update
- Fixed an issue with
- Valorant
- Fixed an issue with
game_modeInfo-update - Added support for
team_deathmatchgame mode
- Fixed an issue with
Version 229.1.0
- Apex
- Fixed the
victoryInfo-update in DeathMatch, Gun Run, and Control game modes
- Fixed the
- Diablo 4
- Added new
locationInfo-update - more details here
- Added new
- Halo
- Fixed broken events
Version 229.0.3
- Apex
- Fixed broken events
- The
victoryInfo-update is temporarily disabled in DeathMatch, Gun Run, and Control game modes
Version 229.0.2
- TFT
- Fixed an issue with the
picked_augmentInfo-update
- Fixed an issue with the
- PUBG
- Fixed broken events
Version 229.0.1
- Valorant
- Fixed an issue with scoreboard Info-update
Version 229.0.0
- Valorant
- Fixed an issue with the
rosterandscoreboardInfo-updates
- Fixed an issue with the
Version 228.3.6
- Valorant
- Fixed an issue when the internet connection is lost during a match
- R6
- Fixed issues with the
roundandrosterInfo-updates
- Fixed issues with the
Version 228.3.5
- Valheim
- Fixed
killanddamageevents
- Fixed
- R6
- Fixed an issue with the
rosterInfo-update
- Fixed an issue with the
Version 228.3.4
- TFT
- Fixed
picked_augmentInfo-update - more details here - Added support for new game ID for PBE
- Fixed
- LoL
- Added support for new game ID for PBE
- PUBG
- Fixed broken events
Version 228.3.3
- TFT
- Fixed broken events
Version 228.3.2
- TFT
- Hotfix
Version 228.3.1
- Lol
- Fixed
match_clockInfo-update - Fixed the
icon_statusparameter in thejungle_campsInfo-update
- Fixed
- TFT PBE
- Fixed
me(augments) Info-update picked_augmentInfo-update is temporarily disabled
- Fixed
- Valheim
- Fixed broken events
killanddamageevents are temporarily disabled
- WoW
- Fixed broken events
Version 228.3.0
- Diablo 4
- Added support for new game - more details here
match_startmatch_end
- Added support for new game - more details here
Version 228.2.1
- Fortnite
- Fixed broken events
Version 228.2.0
- Valorant
- Fixed broken events
- Minecraft
- Added support for game version 1.20
Version 228.1.0
- TFT PBE
- Fixed
local_player_damageInfo-update
- Fixed
- CS:GO
- Fixed an issue with the
assistevent
- Fixed an issue with the
- R6
- Replaced
game_mode_logInfo-update withgame_mode- more info here - Fixed an issue with the
rosterInfo-update
- Replaced
Version 228.0.0
- Valorant
- Fixed an issue with the
kill_feedInfo-update
- Fixed an issue with the
- Axie
- Fixed an issue with the
last_card_playedandfighterInfo-updates
- Fixed an issue with the
Version 227.1.4
- R6
- Fixed broken events
game_mode_logInfo-update is disabled
Version 227.1.3
- Hearthstone
- Fixed broken events
Version 227.1.0
- TFT
- Fixed
shop_piecesInfo-update - Fixed
goldInfo-update
- Fixed
Version 227.0.3
- Lost ark
- Fixed broken events
Version 227.0.2
- PUBG
- Fixed broken events
Version 227.0.1
- Sons Of The Forest
- Fixed an issue with the
npc locationInfo-update
- Fixed an issue with the
Version 227.0.0
Version 226.0.0
- PUBG
- Fixed broken events:
- location
- map
- body position
- stance
- aiming
- free view
- movement
- revived
- damage dealt
- jump
- knockedout
- Partially working events:
- phase
- health(ko health only)
Version 225.3.3
- Fortnite
- Fixed broken events
Version 225.3.2
- TFT
- Fixed incorrect
nameandtypevalues in theround_typeInfo-update and added new types,Augment_1,Augment_2,Augment_3
- Fixed incorrect
- WoW
- Fixed broken events
- R6
- Fixed an issue with the
phaseInfo-update
- Fixed an issue with the
Version 225.3.1
- LoL
- Fixed an issue with the
levelInfo-update
- Fixed an issue with the
- Dota
- Fixed
MMRInfo-update
- Fixed
Version 225.1.7
- Halo
- Fixed broken events
Version 225.1.6
- Hearthstone
- Fixed broken events
Version 225.1.5
- PUBG
- Fixed broken events
Version 225.1.4
- Valorant
- Fixed an issue with the
mapInfo-update reset when a match is cancelled
- Fixed an issue with the
- TFT
- Fixed an issue with events
Version 225.1.3
- Dota
- Fixed an issue with the
MMRInfo-update
- Fixed an issue with the
- Hearthstone
- Fixed the
premiumCountparameter in thedecksInfo-update - Fixed
arena_draftInfo-update - Fixed
arena_deckInfo-update
- Fixed the
Version 225.1.2
- PUBG
- Fixed broken events
Version 225.1.1
- WoW
- Fixed broken events
- Added
ratingparameter to thegroup_applicantsInfo-update - more details here
- Diablo 2
- Fixed broken events
Version 225.1.0
- Dota
- Added new Info-update -
MMR- more details here
- Added new Info-update -
Version 225.0.2
- LoL
- Fixed broken events
Version 225.0.1
- TFT
- Fixed broken events for patch 13.9
- Valhaim
- Fixed an issue with the
locationInfo Update
- Fixed an issue with the
- Fortnite
- Fixed broken events
Version 225.0.0
- Valorant
- Fixed game issue
Version 224.2.8
- Valorant
- Fixed an issue when lanuching Overwolf while Valorant is already running
Version 224.2.6
- Valorant
- Fixed broken events
Version 224.2.5
- PUBG
- Fixed broken events
Version 224.2.4
- Dota
- Added team_slot parameter to the players (roster) Info Update - more details here
Version 224.2.3
- Dota
- Fixed an issue with the
players(roster) Info update
- Fixed an issue with the
Version 224.2.2
- LoL
- Added
chatevent - more details here
- Added
- Rocket League
- Fixed an issue affecting player name fields when a player contained special characters
- CS:GO
- Fixed an issue with the
kill_feedevent
- Fixed an issue with the
Version 224.1.2
- Dota
- Fixed broken events
Version 224.1.1
- PUBG
- Partially fixed broken events
- Working events:
- match_id
- pseudo_match_id
- mode
- kill
- kills
- headshot
- headshots
- max_kill_distance
- damage_dealt
- total_damage_dealt
- death
- rank
- roster
- view
- red_zone
- blue_zone
- safe_zone
- time_to_next_circle
- matchsStart
- matchEnd
Version 224.1.0
- Apex
- Fixed an issue with the
legend_selectevent - Fixed an issue with the
killevent when playing in Japanese
- Fixed an issue with the
- Valorant
- Fixed an issue with the
game_modeevent reset when a match is cancelled
- Fixed an issue with the
- Dota
- Major stability improvements
- Added
rankparameter to theplayers(roster) Info Update
Version 224.0.3
- TFT
- Fixed broken events
Version 224.0.1
- TFT - Overwolf
- Fixed an issue with the
board_piecesevent
- Fixed an issue with the
- Valheim
- fixed broken events
Version 223.4.0
- New world
- Fixed broken events
Version 223.3.13
- Valorant
- Bug fixing
Version 223.3.12
- R6
- Fixed an issue with the
healthevent
- Fixed an issue with the
Version 223.3.11
- TFT (Overwolf)
- Fixed the
itemsfield in thecarousel_piecesevent - Fixed the
itemsandlevelfields in theboard_piecesevent - Fixed the
itemsandlevelfields in thebench_piecesevent
- Fixed the
Version 223.3.10
- TFT (Overwolf) fixed the following events:
shop_piecesgoldme(augments)picked_augment
- Known issues: (yellow status)
carousel_pieces-itemsfield is temporarily disabledboard_pieces-itemsandlevelfields are temporarily disabledbench_pieces-itemsandlevelfields are temporarily disabled
Version 223.3.9
- TFT (Overwolf version) added GEP support for the 64bit version of the game
- Temporally disabled events:
shop_piecesgoldme(augments)picked_augment
- Known issues: (yellow status)
carousel_pieces-itemsfield is temporarily disabledboard_pieces-itemsandlevelfields are temporarily disabledbench_pieces-itemsandlevelfields are temporarily disabled
Version 223.3.6
- POE
- Fixed broken events
Version 223.3.5
- POE
- Fixed broken events
Version 223.3.4
- LoL
- Fixed an issue with the
jungle_campsevent
- Fixed an issue with the
Version 223.3.3
- LoL
- Fixed an issue with the
jungle_campsevent
- Fixed an issue with the
Version 223.3.1
- LoL
- Added GEP support for the 64 bit version of the game
- New World
- Fixed broken events
Version 223.2.0
- POE
- Fixed an issue with the
boss_killevent
- Fixed an issue with the
- New World
- Fixed coordinates in the
locationevent
- Fixed coordinates in the
Version 223.1.2
- POE
- Fixed broken events
boss_killevent is temporarily disabled
Version 223.1.1
- Valorant
- Fixed an issue with the
rosterandscoreboardevents
- Fixed an issue with the
Version 223.1.0
- Halo
- Fixed broken events
- Apex
- Fixed broken events
- Added support for
victoryandtabsevents in Conrol and Gun Run GameModes
- Valheim
- Fixed broken events
- Valorant
- Fixed an issue with the game_mode event
Version 223.0.0
- Axie
- Fixed broken events
- MC
- Minor bug fixing
Version 222.4.4
- TFT
- Fixed broken events
Version 222.4.2
- Sons Of The Forest
- Fixed broken events
Version 222.4.1
- LoL
- Fixed broken events
- R6
- Fixed broken events
Version 222.4.0
- Halo
- Fixed broken events
- Minecraft
- Added support for game version 1.19.4
Version 222.3.2
- PUBG
- Fixed broken events
- Halo
- Added support for the
btb_unlimitedplaylist
- Added support for the
Version 222.3.1
- TFT and TFT PBE
- Fixed broken PBE events
- Added new info update
picked_augment- more details here
Version 222.2.0
- LEAP
- Added support for new game events
- kill
- death
- match_outcome
- Added support for new game events
Version 222.1.1
- R6
- Fixed broken events
Version 222.1.0
- LEAP
- Added initial GEP support for new game events
match_starmatch_endserver_info
- Events sample app here
- Added initial GEP support for new game events
Version 222.0.0
- R6
- Fixed broken events
- Sons of the Forest
- Fixed an issue with the
locationevent
- Fixed an issue with the
Version 221.3.1
- R6
- Fixed broken events
Version 221.3.0
-
PoE
- Fixed broken events
-
Halo
- Fixed broken events
-
Lost Ark
- Added the
health_phaseparameter to themob_detailsInfo Update - more info here
- Added the
Version 221.2.4
-
Valorant
- Fixed an issue with the
game_modeevent
- Fixed an issue with the
-
R6
- Fixed broken events
Version 221.2.3
-
LoL
- Fixed an issue with the
jungle_campsevent
- Fixed an issue with the
-
TFT
- Fixed an issue with the
augmentsevent
- Fixed an issue with the
Version 221.2.2
- Dota
- Fixed broken events
Version 221.2.1
- Apex
- Fixed an issue with the
match_startevent - Added support for the
Nemesisweapon - Missing weapon names will now be detected as
unknown
- Fixed an issue with the
Version 221.2.0
Version 221.1.3
-
Dota
- The
steamIdandnamefields inrosterwill now only be sent after the game state changes toDOTA_GAMERULES_STATE_STRATEGY_TIME, in order to comply with the new Dota guidelines - more details here
- The
-
Apex
- Fixed broken events
Version 221.1.2
- Sons of the Forest
- Fixed broken events
Version 221.1.1
- R6
- Fixed an issue involving Vulkan
Version 221.1.0
-
Apex
- Fixed an issue with the
rosterevent when leaving a match during legend select - Fixed an issue affecting player name fields when the player name was using special characters
- Added support for Team Deathmatch
- Fixed an issue with the
-
Sons of the Forest
Version 220.2.3
- Escape from Tarkov
- Fixed an issue with the
mapevent
- Fixed an issue with the
Version 220.2.2
-
TFT
- Fixed broken events
-
LoL
- Fixed broken events
Version 220.2.1
- CS:GO
- Fixed an issue with the
scoreboardevent
- Fixed an issue with the
LEP Version 220.0.0
- LoL Launcher
- Fixed an issue affecting
league_points
- Fixed an issue affecting
Version 220.2.0
-
LoL and TFT
- Fixed the
game_modeevent
- Fixed the
-
CS:GO
- Fixed an issue with
weapon_nameinkill_feed - The
match_outcomeevent now supports theArms Racemode - more info - Fixed an issue with the
team_setevent
- Fixed an issue with
Version 220.1.2
- Diablo 2
- Fixed broken events
Version 220.1.1
- Halo
- Fixed broken events
Version 220.1.0
-
Apex
- Fixed broken events
-
PUBG
- Fixed broken events
Version 220.0.0
- CS:GO
- The
scoreevent now works in spectator mode - Fixed broken events
- The
Version 219.2.3
- LoL
- Fixed broken events
Version 219.2.2
-
Fortnite
- Fixed the
hitandaccuracyevents
- Fixed the
-
Valorant
- Fixed broken events
Version 219.2.1
- R6
- Fixed broken events for affected users
Version 219.2.0
-
Tarkov
- Fixed
match_endevent timing
- Fixed
-
TFT PBE
- Fixed
goldevent
- Fixed
-
Apex
- Added
origin_idtoroster - Fixed an issue with the
game_modesending a wrong initial value
- Added
Version 219.1.2
- PoE
- Fixed broken events
Version 219.1.1
- Fortnite
- Fixed broken events
Version 219.1.0
-
PoE
- Added new even -
chat - Added new language events -
languageandchat_language
- Added new even -
-
Dota 2
- Fixed an issue that would happen when the game wasn't installed
-
CS:GO
- Fixed an issue that would happen when the game wasn't installed
LEP Version 219.0.3
- LoL Launcher
- Fixed an issue with the
selected_positionsevent
- Fixed an issue with the
LEP Version 219.0.2
- LoL Launcher
- Disabled
selected_positionsevent due to an issue
- Disabled
LEP Version 219.0.1
- LoL Launcher
- Added new event -
selected_positions
- Added new event -
Version 219.0.0
- Minecraft
- Added event support for modded sessions, more details here
- Currently supported modded sessions:
- Forge 36.0.0 - 36.2.39 [Full Support]
- Forge 39.0.0 - 44.1.8 [Full Support]
- Fabric 0.14.0 - 0.14.13 [Full Support]
- Other Fabric/Forge sessions of supported Minecraft versions [Partial support]
Version 218.1.1
- R6
- Added support for the map
HEREFORD BASE
- Added support for the map
LEP Version 218.0.1
- LoL Launcher
- Added new event -
selected_game
- Added new event -
Version 218.1.0
- PUBG
- Fixed broken events
- LoR
- Added new events -
match_startandmatch_end
- Added new events -
- WoT
- Added new events -
match_startandmatch_end
- Added new events -
Version 218.0.0
- Apex
- Fixed an issue with
namespacing inkill_feed - Fixed an issue in the
rosterandteammateevents - Fixed the
damageandtotalDamageDealtevents
- Fixed an issue with
Version 217.3.4
- Apex
- Fixed broken events
damageis still down
Version 217.3.3
-
LoL
- Fixed an issue involving
jungle_camps
- Fixed an issue involving
-
Warframe
- Fixed performance issue
Version 217.3.1
- Valorant
- Added support for new map -
Jam
- Added support for new map -
Version 217.3.0
- Minecraft
- Added support for game version 1.19.3
Version 217.2.0
- Lost Ark
- Added event support - more details here
Version 217.1.0
- Apex
- Added support for the
Latin American Spanishlanguage - Fixed multi language support in
kill_feed
- Added support for the
Version 217.0.0
-
Valorant
game_modewill now trigger before the match actually starts.- Added new info update
map- more details here
-
Warframe
- Improved event stability
Version 216.1.1
- Tarkov
- Fixed broken events
Version 216.1.0
- Valorant
- Added support for the
switftplaymode - Added
player_idto the scoreboard event - Fixed an issue involving the
rosterevent and the name privacy setting - Fixed the
teammateindicator in scoreboard
- Added support for the
Version 216.0.0
- R6
- Fixed
rosterevent
- Fixed
Version 215.2.10
- R6
- Fixed broken events
Version 215.2.6
- PoE
- Fixed the
featurevalue ofmatch_outcome
- Fixed the
Version 215.2.5
- R6
- Fixed
rosterevent - Added support for the
NIGHTHAVEN LABSmap
- Fixed
Version 215.2.4
- PoE
- Fixed broken events
Version 215.2.3
- Halo
- Fixed broken events
Version 215.2.2
- R6
- Fixed broken events
Version 215.2.1
- Apex
- Fixed an issue with the new events from version 215.2.0
Version 215.2.0
Version 215.1.3
- Halo
- Fixed broken events
Version 215.1.2
- R6
- Fixed broken events
Version 215.1.1
- LoL
- Fixed an issue with the
total_goldparameter in thegoldevent
- Fixed an issue with the
Version 215.1.0
- LoL
- Added the
total_goldparameter to thegoldevent - more info here
- Added the
Version 215.0.0
- Diablo
- Converted
dropped_itemsfrom an info update into an event
- Converted
Version 214.1.2
-
Hearthstone
- Fixed broken events
-
Tarkov
- Fixed broken events
Version 214.1.1
- TFT
- Fixed
board_piecesevent
- Fixed
Version 214.1.0
- R6
- Fixed
killerevent
- Fixed
Version 214.0.4
- R6
- Fixed
rosterevent
- Fixed
Version 214.0.3
-
Apex
- Fixed
champ_selectevent
- Fixed
-
R6
- Fixed an issue with the
game_mode_logevent
- Fixed an issue with the
Version 214.0.0
-
Apex
- Fixed
inUseevent
- Fixed
-
LoL Launcher
- Fixed broken events
Version 213.1.7
- LoL
- Fixed issue involving the
usedAbilityevent when playing orianna or kled
- Fixed issue involving the
Version 213.1.6
- R6
- Fixed
rosterevent
- Fixed
- Fortnite
- Fixed broken events
Version 213.1.5
- New World
- Fixed
rotationparameter in thelocationevent
- Fixed
Version 213.1.3
- LoL
- Fixed issue involving the
usedAbilityevent when playing orianna or kled
- Fixed issue involving the
Version 213.1.2
-
Halo
- Fixed an issue with the
match_outcomeevent when leaving a game - Fixed an issue involving
game_modedetection - Fixed an issue involving names in the
rosterevent
- Fixed an issue with the
-
LoL Launcher
- Events now comply with league ranked champion select guidelines
Version 213.1.1
- Halo
- Fixed the
game_modeandgame_typeevents
- Fixed the
Version 213.1.0
- Apex
- Added support for DX12
Version 213.0.6
- Axie
- Fixed broken events
Version 213.0.5
-
Halo
- Fixed broken events
- Disabled the
game_modeandgame_typeevents for maintenance
-
CSGO
- Improved event stability
-
Dota
- Improved event stability
Version 213.0.4
- PUBG
- Fixed broken events
Version 213.0.3
- New World
- Fixed the
locationevent
- Fixed the
Version 213.0.2
- Dota
- Fixed the
roleparameter inroster
- Fixed the
Version 213.0.1
- Dota
- Fixed broken events
- Disabled the
roleparameter inrosterfor maintenance
Version 213.0.0
-
TFT
- Fixed broken events
-
TFT PBE
- Fixed broken events
-
Apex
- Fixed broken events
- Disabled
inUsefor maintenance
Version 212.0.4
- WoW
- Fixed broken events
Version 212.0.3
- Fortnite
- Fixed broken events
Version 212.0.2
-
TFT
- Fixed broken events
-
TFT PBE
- Fixed broken events
Version 212.0.1
-
Fortnite
- Fixed
pingandmapIdevents
- Fixed
-
Valorant
- fixed issue with
match_endwhen leaving a match mid-way
- fixed issue with
Version 212.0.0
- WoW
- Fixed broken events
Version 211.1.2
- Fortnite
- Fixed broken events
ping,creative_map,map_id, andskirmish_dataare currently still turned off
Version 211.1.1
- New world
- Fixed broken events
Version 211.1.0
Version 211.0.0
-
TFT PBE
- Fixed
goldandshop_piecesevents
- Fixed
-
Dota 2
- Fixed issue involving
lobby_typewhen launching Overwolf during pick phase
- Fixed issue involving
Version 210.1.7
- R6
- Fixed
phaseevent
- Fixed
Version 210.1.6
- PUBG
- Temporarily disabled the
healthevent for maintenance - Fixed remaining broken events
- Temporarily disabled the
Version 210.1.5
- Dota 2
- Fixed
hero_poolevent in single draft - Fixed
draftandbansevents in captain's mode
- Fixed
Version 210.1.4
-
Dota 2
- Fixed
rosterevent
- Fixed
-
Halo
- Fixed
match_outcomeevent in bot bootcamp mode
- Fixed
Version 210.1.2
- R6
- Fixed
scoreevent
- Fixed
Version 210.1.1
- Diablo 2
- Fixed broken events
Version 210.1.0
-
Halo
- Added new event
match_outcome.
- Added new event
-
World of Warships
- Fixed
ribbonandkillevents
- Fixed
Version 210.0.3
- R6
- Fixed issue involving
round_number
- Fixed issue involving
Version 210.0.2
- POE
- Fixed broken events
Version 210.0.1
-
TFT PBE
- Fixed broken events
-
World of Warships
- Fixed issue in replay mode
Version 210.0.0
-
Diablo
- Fixed broken events
- Added new event
dropped_item. More info here
-
Valheim
- Fixed broken events
Version 209.1.4
-
LoL
- Fixed broken events
-
Valorant
- Fixed broken events
Version 209.1.3
- R6
- Fixed broken events
Version 209.1.2
- TFT
- Fixed issue with
carousel_piecesdata
- Fixed issue with
Version 209.1.1
-
Fortnite
- Fixed
mapIdfield increative_map
- Fixed
-
Axie
- Fixed broken events
Version 209.1.0
-
Fortnite
- New info update
creative-map, containing map details in creative mode
- New info update
-
Valorant
- New info update
kill_feed - New parameter
aliveinscoreboardinfo update
- New info update
-
Pubg
- Fixed broken events
Version 209.0.1
- TFT
- Fixed
battle_startandcarousel_piecesevents
- Fixed
Version 209.0.0
-
LoL
- Fixed
team_framesevent
- Fixed
-
Hearthstone
- Fixed
match_startandmatch_endevents
- Fixed
Version 208.1.6
-
LoL
- Fixed
team_framesevent
- Fixed
-
PUBG
- Fixed broken events
Version 208.1.5
-
LoL
- Fixed
used_abilityandpingevents
- Fixed
-
TFT
- Fixed broken events
-
Warframe
- Fixed broken events
-
R6
- Fixed
healthevent
- Fixed
Version 208.1.4
-
PUBG
- Fixed broken events
-
R6
- Fixed broken events
Version 208.1.3
- Dota
- Fixed
pickConfirmedevent
- Fixed
Version 208.1.2
- World Of Tanks
- Fixed
match_outcomeevent
- Fixed
Version 208.1.1
- Dota
- Fixed broken events
Version 208.1.0
-
Halo
- Added missing
playlistvalues
- Added missing
-
Hearthstone
- Fixed issues involving
match_startandmatch_type
- Fixed issues involving
-
TFT PBE
- Fixed broken events
-
Fortnite
- Added replay value to
phaseevent
- Added replay value to
Version 208.0.0
- R6
- Fixed
scoreevent
- Fixed
Version 207.0.3
- Halo
- Fixed broken events
Version 207.0.2
-
LoL
- Fixed an issue with the
totalKillsevent
- Fixed an issue with the
-
TFT
- Fixed broken events
Version 207.0.1
-
MTGA
- Fixed issue with
draftevent
- Fixed issue with
-
Diablo 2
- Added new event:
player_stats - Added new event:
character_name
- Added new event:
-
Apex
- Fixed
tabsevent
- Fixed
Version 206.0.0
-
POE
- Fixed broken events
-
Axie
- Fixed issues with player name data
- Fixed an issue where
match_startwould not fire
Version 205.3.7
-
LoL
- Fixed
team_framesevent
- Fixed
-
WoW
- Fixed broken events
Version 205.3.6
-
Apex
- Fixed
damageevent
- Fixed
-
Axie
- Added the
ronin_addressinfo update
- Added the
-
Fortnite
- Fixed broken events
Version 205.3.5
- Apex
- Fixed broken events
Version 205.3.4
- TFT
- Fixed
augmentsevent
- Fixed
Version 205.3.3
- LoL
- Fixed broken events
Version 205.3.1
-
R6
- Fixed broken events
-
Halo
- Fixed broken events
-
Escape from takrov
- Fixed issue affecting
match_start
- Fixed issue affecting
Version 205.3.0
-
LoL
- Fixed false triggering of ultimate ability
-
Minecraft
- Added support for versions 1.19.1 / 1.19.2
- Added a new event for obtaining the current played minecraft version (more details here)
Version 205.2.2
-
TFT PBE
- Fixed augments event
-
Axie
- Added
fighter_idtodeck_pileevent
- Added
-
Warzone
- Added
assistevent
- Added
Version 205.2.1
-
Dota
- Fixed broken events
-
Axie
- Fixed crash
- Fixed freeze
Version 205.2.0
-
Fortnite
- Add GEP support in creative mode
-
Axie
- Fixed crash
- Fixed json format
-
R6
- Support new map M.U.T.E COMM TOWER
Version 205.1.5
- Apex
- Fixed weapon event
- Damage event is still broken
- Axie
- Fixed crash
- Added missing data about fighters to APIs
Version 205.1.4
- Apex
- Fixed broken events
- Damage and weapon events are still broken
Version 205.1.3
-
TFT PBE
- Fixed broken events
-
Diablo
- Fixed issue with spawn and player died events firing twice
- Fixed Crash issues
2026
February
Revenue Statistics API
- Added a new set of APIs for the Revenue Statistics of the Developers Console. These endpoints allow you to pull your app's ads revenue statistics data directly into external business intelligence (BI) dashboards or monitoring tools. For more information, see the Revenue APIs.
House Ads by Geography
- Added a new feature that deploys House ads based on geographical location. House ads are now deployable both on a global and individual region basis. This allows the ability to target different regions with relevant ads (e.g., different pricing, special coupons, etc.). For more information, see House ads control.
January
Halted Version Support
- Added the ability to halt a rollout even after you have phased it to 99%. Users will no longer be able to download this version. Users who have downloaded the halted version will not be rolled back to the previous version. In addition, you can resume a rollout even after you have halted it at 100%. Users who haven't downloaded this version yet will now be able to do so. For more information, see Release rollout percentage.
2025
December
Apps Performance Dashboard
- Added a new dashboard for all apps performance. The All Apps Performance dashboard provides a high-level, aggregated view of performance metrics for partners managing many applications. This dashboard is designed to simplify cross-app analysis and financial tracking. For more information, see All Apps Performance Dashboard.
Developers Dashboard Performance APIs
- Added a new set of APIs for the Performance Statistics of the Developers Dashboard. These endpoints allow you to pull your app's performance data directly into external business intelligence (BI) dashboards or monitoring tools. For more information, see Performance APIs in the Developers Console documentation.
August
Links to Overwolf Changelog and Roadmap
- Added Overwolf Changelog and Product Roadmap to left navigation menu. Pressing on the Overwolf Changelog or on the Product Roadmap will open them in a new tab.
2026
February
Updated Subscriptions Pages
- Updated and clarified the Subscriptions pages and sections by consolidating and updating information. For more information, see:
- Overview—summary of why you should enable Subscriptions in your app.
- Tebex Integrated Solutions—options for implementing Tebex as part of your subscriptions.
- App Subscriptions API—how to setup subscriptions in the Tebex store and in your app.
Revenue Statistics API
- Added a new set of APIs for the Revenue Statistics of the Developers Console. These endpoints allow you to pull your app's ads revenue statistics data directly into external business intelligence (BI) dashboards or monitoring tools. For more information, see the Revenue APIs.
House Ads by Geography
- Added a new feature that deploys House ads based on geographical location. House ads are now deployable both on a global and individual region basis. This allows the ability to target different regions with relevant ads (e.g., different pricing, special coupons, etc.). For more information, see House ads control.
January
Tebex Subscriptions Selection Guide
- Added a new guide to help developers choose a subscription implementation for apps. Implementing payment solutions for your app subscriptions can be confusing and complex so Overwolf has included a quick comparison table. For more information, see the Subscriptions Selection Guide.
2025
December
Overwolf Development Kit - ODK-TS
- Added a new set of API wrappers called the Overwolf Development Kit (ODK-TS). It is designed to simplify and enhance Overwolf app development by providing a modern, type-safe API. For more information, see Overwolf Development Kit.
Apps Performance Dashboard
- Added a new dashboard for all apps performance. The All Apps Performance dashboard provides a high-level, aggregated view of performance metrics for partners managing many applications. This dashboard is designed to simplify cross-app analysis and financial tracking. For more information, see All Apps Performance Dashboard.
Updated and Refreshed Troubleshooting Logs
- Updated and refreshed the Troubleshooting logs. The Troubleshooting logs are used to help diagnose issues when using Overwolf apps. The logs include details about the computer specs, which game is being played, which app is being used, and many other details.
- Overwolf log types—a summary list of the types of logs that you can use with Overwolf apps to diagnose issues that arise.
- Trace—track of all the actions taken by Overwolf and make sure that everything is running smoothly.
- DxDiag—a description of a Windows based diagnostic tool that gathers crucial information about your system's hardware, operating system, and DirectX components.
- OBS—how to diagnose issues with recording audio and video.
- Overlay Game HTML—updated the content of the article.
Developers Dashboard Performance APIs
- Added a new set of documents for the Performance Statistics of the Developers Dashboard. These endpoints allow you to pull your app's performance data directly into external business intelligence (BI) dashboards or monitoring tools. For more information, see Performance APIs in the Developers Console documentation.
November
Updated OwAd
- Updated the
OwAdAPI to include more types, objects, and a cleaner example. For more information, seeContainerSettings Object.
Updated High Impact Ads
- Updated the documentation set for High Impact ads.
- Added updated code sample.
- Added updated requirements and implementation.
- Added new section on testing. For more information, see High Impact ads.
New Guide for Subscriptions
- Added a new guide for Adding Subscriptions to your App to the Growth section of the Product Guidelines. Subscriptions are one of the most effective ways for app developers to create a stable and predictable revenue stream. For more information, see Adding subscriptions to your app.
Updated manifest.json
- Added
request_referrer_forceto themanifest.jsonfile. This allows users to forcefully set the HTTP Referer header for specific request URLs based on defined rules and domains. For more information, seemanifest.jsonwith fields summary.
October
Developers Console Affiliations Management
- Added new documentation for Affiliations to the Developers Console. The Affiliations tab provides developers with tools to generate, manage, and track UTM tagged links to drive user acquisition. This enables visibility into affiliate driven app performance. For more information, see Affiliations.
September
Filtered Search Results
- Improved search index filtering to the documentation. Now, your search results will be filtered based on the selected framework Overwolf Native or Overwolf Electron.