Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new command #113

Open
1UNKNOWNAME3 opened this issue Jun 2, 2023 · 6 comments
Open

Add a new command #113

1UNKNOWNAME3 opened this issue Jun 2, 2023 · 6 comments
Labels
wontfix This will not be worked on

Comments

@1UNKNOWNAME3
Copy link

Please add a command to increase the level of the "Owned Games"(+1) badge
image

@chr233 chr233 added the wontfix This will not be worked on label Jun 4, 2023
@chr233
Copy link
Owner

chr233 commented Jun 4, 2023

maybe use steamDB is better https://steamdb.info/freepackages/

@woctezuma
Copy link

woctezuma commented Jun 4, 2023

Ah, I understand it now: the user asks for a command which would add all the "No Cost" packages as listed in this Steam guide.

I don't think it is a good idea to support this feature as:

  • the list of games would have to be updated whenever a package appears/disappears, which would be a pain for the maintainer,
  • it is already extremely simple for the user to run the !addlicense ASF command with the juxtaposed subIDs.

@woctezuma
Copy link

woctezuma commented Jun 4, 2023

It is a pain that the user posted a picture instead of pasting the table as text in their question. However, I went through the list and it proves my point:

  • they are missing these 5 packages which would have been correct:
253461 Game
292303 Application
299795 Game
880523 Game and DLC
880539 Game
  • they list these 6 packages which are wrong:
33694 Game and DLC
35063 Application
50861 Music
60341 DLC
69802 Application
81026 DLC
sub/33694 | Statut : AccessDenied/InvalidPackage
sub/35063 | Statut : OK/NoDetail (but no increment of the game counter)
sub/50861 | Statut : OK/NoDetail (but no increment of the game counter)
sub/60341 | Statut : Fail/DoesNotOwnRequiredApp
sub/69802 | Statut : OK/NoDetail (but no increment of the game counter)
sub/81026 | Statut : Fail/DoesNotOwnRequiredApp

For the two DLC which require the base game, I can do:

!addlicense ASF 69802,60341
sub/69802 | Statut : Fail/AlreadyPurchased (the list order matters and is wrong in the first post)
sub/60341 | Statut : OK/NoDetail (but no increment of the game counter)
!addlicense ASF 72261,81026 
sub/72261 | Statut : OK/NoDetail (but no increment of the game counter)
sub/81026 | Statut : OK/NoDetail (but no increment of the game counter)

This show how cumbersome it is to keep track of the correct list of packages:

  1. the original poster misses 5 packages from the 24 ones in the guide, which means the recall is only 19/24 ~ 79%,
  2. the original poster listed 6 invalid packages among the 25 listed ones, which means the precision is only 19/25 ~ 76%,
    • either impossible to activate nowadays as for Grimm,
    • or which are DLC and thus do not increment the game counter,
  3. if the original poster were interested in DLC, then the order of package activations matters, and they got it wrong anyway.

@1UNKNOWNAME3
Copy link
Author

1UNKNOWNAME3 commented Jun 5, 2023

maybe use steamDB is better https://steamdb.info/freepackages/

that's not what I meant... you threw off the link to the distribution of games, and I wrote about those games that are always free and give +1 to the badge
https://steamcommunity.com/groups/vrachievementhunters/discussions/2/1697168437872583585/

@chr233
Copy link
Owner

chr233 commented Jun 5, 2023

I see, but these features can use original ASF command to reach the goal

@Enissay
Copy link

Enissay commented Jun 30, 2023

As @chr233 said, this already included in the basic ASF functionalities!

For the games that are free currently (your list), you can test adding them one by one on a single bot until you find the correct codes (it needs some work, but if you cannot, you can still ask in reddit, see next), then apply all at once on all bots (comma separated codes).
Then for the new free ones, keep an eye on r/FreeGamesOnSteam, the community there share new free games and in comment they add the correct ASF code for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants