Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Regarding the notification/automatic removal, that would need to be opt-in. Not everybody would want either of those.
I mean, I consider a game finished when I finished the story. Other people consider a game finished when they did 100% of the achievements, a thing I don't care about at all. I wouldn't want a game to become "unfinished" just because a developer added a DLC with some possible achievements or added a free level or something. Nor would I want the notification about it.
For the time being, make a collection called "Finished" and put the games in there. It's sorta a way to do it as it is now. But generally, such a tick-mark would be welcome.
Yes but the collection is still not something you can exclude when filtering. So it doesn't help me remove from view all my finished games.
I agree with the optionality of the removal feature.
This is what I did as well.
Sometimes I don't know whether I have a game uninstalled because I was simply done with it or because I temporarily uninstalled it to creat space for a game I got an urge too.
Finished could even mean "I'm done with it".
Yeah, a tick-mark like that I can use rather well actually.
That's why it's a manually applied mark, which can be applied to any game and can simply mean "finished" as in "I'm done with it".
As an achievement lunatic I can pretty much say, that when you have collected 100% achievements, you pretty much played the game through and even more in most cases.
Currently I have a list, which I have generated some time ago, where I add all the games, which I have finished with 100%.
Now when I have another list, which e.g. is dynamically generated, I would like to exclude the titles from the finished list, which I have.
From the development perspective of such a functionality it's actually pretty simple to do:
This is a list as you would have now. Create a list and add a game to the list:
List1<collection> = game.isPartOfList("e.g. finished")
To add ecxlusion of list in another list:
List2<collection> = game(installed AND/OR other filter) AND NOT game(inListOf(List1))
Hence the exclusion (NOT) would help immensely. Also an OR with a combination of several filters should be part of this enhancement.
@Valve, I would even switch to you as a senior dev or PM / PO to help you push this and other topics