I have found a way to skip the launcher and register playtime:
1) Go to the game folder.
2) Edit de this file: "goggame-1918301028.info", it is a JSON file, you can open it with any text editor
3) In the PlayTasks section there are 2 objects one with category: launcher and another one with category: game.
In category launcher set "isPrimary" to false, add "isHidden": true,
In category game add "isPrimary": true and set "isHidden" to false,
"category": "launcher",
"isPrimary": false,
"isHidden": true,
and
"category": "game",
"isPrimary": true,
"isHidden": false,
4) save
5) If you had Galaxy running, you have to exit from Galaxy and launch it again
6) When you hit play the launcher will be skipped, and the time played registered.
I don't know if skipping the launcher can have unintended effects that I hadn't noticed.
Good luck commanders.
Post edited October 04, 2019 by jokmontoya