Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://steamapi.xpaw.me/#ISteamRemoteStorage/GetCollectionDetails
What does it mean by this? https://i.imgur.com/65ZFsSB.png
The intent is explained in the very first post.
I assumed it meant that something damaging and disastrous might happen to my collections hence why I asked—the warning's vague after all, but if it's a warning for something else entirely unrelated to my thread then I'll give it a shot.
How exactly does it work? I see that it has collectioncount and publishedfileids, so I'm guessing if I'm just trying to get a list of IDs from one collection, I can input "1" for the former's and... the link to my collection in the latter's Value field?
Never mind, I figured out that publishedfileids wants the ID at the end of a desired collection's URL, but I'm still a smidgen uncertain about the collectioncount part—better to be safe than sorry.
Sure, if it's safe.
The more alternatives, the better for others wondering about the same thing.
in your case it is 1.
collectioncount = 1
publishedfileids[0] = your collection id
if you are requesting data for more than 1 collection lets say 2.
collectioncount = 2
publishedfileids[0] = your collection id 1
publishedfileids[1] = your collection id 2
collectioncount is just incremented for every collection you add.
When valve has provided you with an API that does exactly what you need, you should not be web scraping. also web scraping is highly frowned upon and nobody likes it. sure you can do it but you might end up getting temp ip bans for doing it.
but the question remains, why do it? when in this case, they give the data to you in an API, right?
Ah, okay, so it was what I presumed, and it gave me all of the IDs I needed of my mods. All I have to do now is put them in the format their game's .ini recognizes, and I'm good to go.
Thanks a ton~
I'm unfortunately not... uhh... API, code, script—whatever all of this is—savvy, so I have no idea what "web scraping" does.
I assumed it was something hopefully safe they put together and hosted on GitHub like the ones I found for Medieval Engineer and Space Engineer, but if using it is frowned upon and could earn me a temporary IP ban, I'll certainly pass and advise others watching this thread to do the same.
The API you shared was very sufficient enough anyway.
It will do the job :)
Nope unfortunately not, but I'm working on making a script to get both 😁 for easy config. Maybe I'll finish it tomorrow.
Did you ever happen to finish that?
Nope, didn't need it. But if I can find some time, I'll finish the script and release it :)
Also here is a guide about it:
https://steamcommunity.com/sharedfiles/filedetails/?id=2960839553