I can't use the voting module v2
Magellano opened this issue ยท 5 comments
Magellano commented
quer commented
you might find what you are looking for on the answer on #15, if not just add a comment on this issue again.
Magellano commented
It worked, thanks!
-
In steamAwardNominateGame_v2, I cannot add certain games myself? Does the script do it randomly?
-
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
- 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 )
- 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
Thanks for being active, and using the project :)
Magellano commented
Thanks for the help. I'll try to check how it works a little later.
Also thanks for your cool tools!