JakyeRU / SteamIdler

Steam Idler is a very light idling script, built in Node.js, for boosting playtime on Steam, without using computer resources.
Apache License 2.0
2 stars 1 forks source link

Custom Status #12

Closed lugart closed 1 year ago

lugart commented 1 year ago

Hi, in the line client.setPersona I can change the status Online to Offline, etc.

But, can I put my custom status somewhere by fixing the code a bit? Or it is not provided?

JakyeRU commented 1 year ago

Hello @lugart,

Adding a custom status can be achieved by playing a custom game. For example:

client.gamesPlayed("My custom status");
lugart commented 1 year ago

1 more question. How do I boost hours in games and have my custom status at the same time?

If I change to client.gamesPlayed("My custom status"); then the status works, but none of the games actually spin. Tried adding another line, then it crashes or just doesn't work.

Can you tell me if you know if it is possible to have both games variable and your "custom status"?

JakyeRU commented 1 year ago

I haven't tested it but it could work if you provide an array with both, your custom game and the games that need to be idled.

client.gamesPlayed(games.unshift("Custom status"));
tomastaker commented 1 year ago

I haven't tested it but it could work if you provide an array with both, your custom game and the games that need to be idled.

client.gamesPlayed(games.unshift("Custom status"));

Tried your offer, but it works very strangely))

In the profile shows custom status, but game hourboost does not work)) It feels like the status cancels the launch of games

Bro, thanks for responding)

JakyeRU commented 1 year ago

Then I'm not really sure if it is possible to play both, a non-steam game and a steam game at the same time.