Skip to main content

Football Manager 2022 Game events

Deprecation notice

Support for this game has been deprecated, following a lack of usage in Apps.

This page is being kept for historical documentation purposes.

Please read the overwolf.games.events documentation page to learn how to use Overwolf game events.

Sample Apps​

Available Features​

Game event status​

It is highly recommended to communicate errors and warnings to app users.

Check the current game event status here. Alternately, you can easily check that status from your app itself, using our API.

gep_internal​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
gep_internalgep_internalLocal + Public version numberSee notes143.0

gep_internal note​

Data Example:

{"info":{"gep_internal":{"version_info":"{"local_version":"157.0.1","public_version":"157.0.1","is_updated":true}"}},"feature":"gep_internal"}

match_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
scorematch_infoNumeric value for team 1/2 game score.See notes188.0
notablematch_infoAny notable event (Yellow card / Red card / Goal) happening in-game, including player information & timestamp.See notes188.0

score note​

Data Example:

{"info":{"match_info":{"score","value":"{"team1" : 1,"team2" : 3}"}},"feature":"match_info"}

notable note​

Data Example:

{"info":{"match_info":{"key":"notable","value":"{"player" : "D. Branković","action" : "YELLOW_CARD","time" : "17'"}"}},"feature":"match_info"}
{"info":{"match_info":{"key":"notable","value":"{"player" : "D. Branković","action" : "YELLOW_CARD","time" : "17'"},{"player" : "M. Jolović","action" : "YELLOW_CARD","time" : "29'"},{"player" : "N. Glišić","action" : "GOAL","time" : "47'"},{"player" : "N. Glišić","action" : "GOAL","time" : "58'"}},"feature":"match_info"}"}
{"info":{"match_info":{"key":"notable","value":"{"player" : "D. Branković","action" : "YELLOW_CARD","time" : "17'"},{"player" : "M. Jolović","action" : "YELLOW_CARD","time" : "29'"},{"player" : "N. Glišić","action" : "ASSIST","time" : "47'"},{"player" : "N. Glišić","action" : "ASSIST","time" : "58'"}},"feature":"match_info"}"}