-
-
Notifications
You must be signed in to change notification settings - Fork 78
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 the ability to select stored Steam games #179
Comments
Select them in what way? What do you want to do with selected games? If you are wanting to make sure a specific game is on your cache then we would suggest something like: https://github.com/tpill90/steam-lancache-prefill To pre-cache specific games |
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Greetings. Allow me to clarify your scenario:
I inquire if there exists a method to accommodate this specific arrangement. Many thanks. |
If i understand correctly, you would like lancache to download a specific game from your AWS environment if it gets requested, but download all other games direct from the appropriate game provider/somewhere else if they are requested? I'm afraid thats not something that lancache supports. lancache works on files/chunks/slices that are requested by the client - it doesn't understand (or care) what game those files/chunks/slices are a part of. Its the client's (e.g steam) responsibility to know what files it needs for each game etc. So there is no way to trigger different behaviour based on the game being requested. We also do not have a way to specify specific upstream targets for files (i.e no way to tell lancache where to find your AWS caching server) - lancache simply uses the original target/source the client tried to access. |
Thank you for your response, your comprehension is accurate. I grasp your point now, and upon reflection, I indeed confirm that games are downloaded in segments. It is unnecessary for Lancache to decipher the individual clients' download logic. Gratitude for your patient elucidation once more. |
config file or docker var
The text was updated successfully, but these errors were encountered: