-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have many empty squares with no game images how do i fix that?
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok now i have that...
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any error messages in Rainmeter's log?
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only that. Btw is there a way to display all game and not only the installed ones? I want to be able to search for my games and click to install them if I dont have them.
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tried copying those URLs from the log into a browser and checking if they work? They work for me, so I'm not sure why the skin would fail to download them.
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Kapiainen in the end it downloaded everything so it could be a problem with the Steam CDN. Any way for my other question to work?
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From locally stored info only? I think you can get the AppID and last played timestamp for all games associated with an account, but you won't have the names. You could use the AppIDs to then find out the names of the games from another source.
A public Steam profile would give access to the AppID, name, total hours playes, and last played timestamp for all games associated with an account by downloading just one webpage and parsing it.
It would be possible to compare the complete list of AppIDs associated with an account against a list of appmanifest_X.acf files found in order to figure out which games are not installed yet. As long as both lists are up-to-date, then it should be accurate as well.
4a396c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not from local info only it could check the account name and download every appid associated with the account so i can scroll through all my owned games.