Skip to main content
Loading...

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

Sample Apps​

Available Features​

Game events status​

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

Check the current game event status here. Alternatively, 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 notes182.0

gep_internal note​

Data Example:

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

game_info​

Info Updates​

keyCategoryValuesNotesSince GEP Ver.
locationgame_infoThe player's current position (x,y,z).See notes182.0
mapgame_infoThe current map.See notes183.0
player_namegame_infoThe local player name.See notes183.0
world_namegame_infoThe world name.See notes183.0

location note​

* Following the removal of coordinates from New World, apps must not show precise coordinates, and use a rounded number instead (up to 25 coordinates). Coordinates obtained using the Overwolf Game Events API come pre-adjusted for this policy.

Data Example:

{"info":{"game_info":{"location":"{"player.position.x,9366.38,player.position.y,2762.52,player.position.z,89.21,player.rotation.x,0,player.rotation.y,0,player.rotation.z,223,player.compass,SW"}"}},"feature":"game_info"}

map note​

Data Example:

{"info":{"game_info":{"map":"NewWorld_VitaeEterna"}"}},"feature":"game_info"}

player_name note​

Data Example:

{"info":{"game_info":{"player_name":"Shargaas7"}"}},"feature":"game_info"}

world_name note​

Data Example:

{"info":{"game_info":{"world_name":"live-1-28-3"}"}},"feature":"game_info"}