Page 1 of 1

game_id

Posted: Tue Jul 04, 2017 7:29 pm
by Amadox
There doesn't seem to currently be a way to grab the game_id other than copypasting it from the console, or brute-forcing our way through the matchmaking api's server list. It'd be neat if we could access it via the Modding API, so we can:

a) request it from within the game via a /c command
and
b) request it via mod (and then for example output it to a file, or whatever)

Re: game_id

Posted: Tue Jul 04, 2017 9:42 pm
by darkfrei
There is no and can't be game_ID, but you can count trees in first chunks, position of every tree here and position of first player after 30 seconds from start.
In this way you get some unique information, which can be used for unique save game name.

Re: game_id

Posted: Fri Jan 26, 2018 7:04 am
by Rseding91
The map seed is the best "game id" that exists.