jshackles / idle_master

Get your Steam Trading Cards the Easy Way
GNU General Public License v2.0
1.55k stars 561 forks source link

Hide 'currently in-game' when idling multiple games #139

Closed PhyxionNL closed 9 years ago

PhyxionNL commented 9 years ago

Or add a list of games there instead.

PhyxionNL commented 9 years ago

After 2 hours it idles only one game, it doesn't show correctly. Idling multiple games at the same time will not drop cards.

MonkAlex commented 9 years ago

Its not simple to change, but i take it. Maybe :) Its small improve idle, but i know, u want show all info about process.

Or add a list of games there instead.

Can you draw a mocap (picture)? Then I add all this.

Harg2001 commented 9 years ago

Or an option to choose between the mode "idle one" and "idle many", because the idle many is good for the first 2h clause, then the idle one is better to drop card (i have the feeling the idle many cannot drop properly, which is the reason i use both the new and old version of idlemaster alternatively)

An example better than a long explanation : I have 260 game to idle, what i do now is : start the last version of idle master and idle 31 at once. and changing the lot each 2h. Then, the day after, i use the old version of idle master to start idle one by one on game with more than 2h. I'm stopping here, i notice my comment have to be in a different issue thread.

I just switched account, no worries.

Harg2001 commented 9 years ago

maybe a clue could be :

in frmMain.cs

What you can change is in the StartIdle method, add something like :

if(CanIdleBadges.count > 1)
  {lblGameName.Visible = false;picApp.Visible = false;}
else
  {lblGameName.Visible = true;picApp.Visible = true;}

Again, it's only a clue, i didn't tried it or test it.

MonkAlex commented 9 years ago

https://github.com/MonkAlex/idle_master/releases/tag/1.0.1.2

or u want list or idled games with links to steam store?

PhyxionNL commented 9 years ago

Already fixed a long time ago,