SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.
GNU General Public License v2.0
1.87k stars 250 forks source link

Output or Save Steam User ID #431

Closed qjimbo closed 1 month ago

qjimbo commented 1 year ago

What problem is this feature trying to solve?

Firstly thank you for making this tool!

I have implemented the DepotDownloader in my project at https://github.com/qjimbo/NMSLegacyVersionInstaller and it works great, however I have one issue, locating the user's steam ID in order for the installer to configure the game to read savegames from the correct location.

How would you like it to be solved?

If DepotDownloader could store the user's steam ID somewhere, such as in the .DepotDownloader folder, or even output it to the commandline, it would be enormously helpful for my project!

Have you considered any alternative solutions

Alternatively perhaps there is a way to get the steam ID already that I am not aware of?

Additional Information

No response

ThanosAtha commented 7 months ago

well, i also need to make it OneClick-Installer for others (to a specific game depot), so can we make it somehow to prompt & ask for the Username & Password??? (it will be bat2exe converted, no edit by client)

xPaw commented 1 month ago

This request is not relevant to DD. You can get user's steamid by using the steamworks apis/sdk against the running Steam client.