You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i found a problem with the game "Empire Apart" (free).
When you launch, you have EmpireApart launcher, the reg \Valve\Steam\Apps\530630\Running have 1 value.
But if you launch game with the launcher, the ref have 0 value.
Steam show correctly EmpireApart is running.
If i read the reg \Valve\Steam\RunningAppID a value is 530630int.
When the game is stopped, this value return to 0.
Can you add a function GetGameRunning and return the int AppID ?
For this moment, i check game running with : foreach (var r in SteamAPI.SteamApps) { if (r.IsRunning) { ... } }
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, i found a problem with the game "Empire Apart" (free).
When you launch, you have EmpireApart launcher, the reg \Valve\Steam\Apps\530630\Running have 1 value.
But if you launch game with the launcher, the ref have 0 value.
Steam show correctly EmpireApart is running.
If i read the reg \Valve\Steam\RunningAppID a value is 530630 int.
When the game is stopped, this value return to 0.
Can you add a function GetGameRunning and return the int AppID ?
For this moment, i check game running with :
foreach (var r in SteamAPI.SteamApps) { if (r.IsRunning) { ... } }
Thanks.
The text was updated successfully, but these errors were encountered: