quer / the-steam-awards

Steam multi account module/event (get updates when event for steam)
96 stars 13 forks source link

I can't use the voting module v2 #14

Closed Magellano closed 3 years ago

Magellano commented 3 years ago

Hello.

I cannot use the voting module v2 without an api key for multiple accounts. Here is a screenshot of the errors errr

I used to use the first version of the module. It was a little easier there. In the second version, it is not entirely clear how to specify the appid I need

What am I doing wrong?

quer commented 3 years ago

you might find what you are looking for on the answer on https://github.com/quer/the-steam-awards/issues/15, if not just add a comment on this issue again.

Magellano commented 3 years ago

It worked, thanks!

  1. In steamAwardNominateGame_v2, I cannot add certain games myself? Does the script do it randomly?

  2. After voting, the script launches the specified game and it is constantly running, although several hours have already been played on the account. Maybe you need to change something in the settings additionally?

quer commented 3 years ago
  1. the code find games via the search dialog, like if the account did the search, then use that app. That happens in getUnUsedAppId. what you can do is to add a case in the MakeNominations methode. then it will skip that Nominate in the auto Nominate script. then call vote for that id whit you own game id. if you what all to be somefing specifik, you can just use somefing like:

    vote("50", 730 , _requestStore, sessionID, function () {
    vote("51", 520 , _requestStore, sessionID, function () {
    osv... ( from 50 to 59 )

    You just have to ensure that the appid is valid for the Nomination section. ( that why it do the search )

  2. from what i have teste, it random when steam see it as have played the game. as i som account whit over 3k houers in a game, and some of them, only have to open the game and som had to play it over 10 min.. the code run the game for a min, and then check if it have the badge if not, it will run the game agrin for 10 min, and so on.. until it have the badge

quer commented 3 years ago

Thanks for being active, and using the project :)

Magellano commented 3 years ago

Thanks for the help. I'll try to check how it works a little later. Also thanks for your cool tools!