Skip to main content

Version 0.198

  • Note that iterations 196 to 198 were combined into a single iteration.

Game events

  • Dota
    • New info update team_score with the score of each team during the game more info here
  • Rocket League
    • Support dropshot game mode
  • Call of duty - Vanguard
    • Add support and new events for Call of Duty: Vanguard
    • The implementation of this game's GEP is experimental and is considered a Beta version
  • Fortnite
    • Add new info update of roster - see notes here
    • Add the name of the knocked out player in knockout event- see notes here

Docs

  • Updated the documentation to reflect the new API changes listed below.
  • Added documentation of the automation flag.

API

  • New API: A new and improved share method, giving feedback of upload progress (to allow for custom notification behaviour), and allowing cancellation of uploads midway, for all supported social media. To get started, check the relevant network's API documentation for the following methods by replacing * with the specific network you wish to work with (e.g. discord):

    • overwolf.social.*.shareEx()
    • overwolf.social.*.cancelShare()

    And the objects:

    • overwolf.social.*.*ShareParameters - Two new parameters: id and useOverwolfNotifications have been added for the new API.
    • overwolf.social.*.SocialShareResult
    • overwolf.social.*.SocialShareProgress
  • New API: overwolf.utils.getClientInfo - a method for obtaining the Overwolf client's uptime, as well as install date.

  • Updated API: overwolf.windows.onAltF4Blocked - is now invoked for all windows in the app as soon as it occursed on any window. Event result now also contains the name of the window that caused the invocation.

Bug Fixes

  • Overwolf windows no longer have visual artifacts when running Fortnite using DirectX 12 on AMD Graphics Cards.