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
Thanks. That is where they go but the folder is only created if you own the game on Steam. Here is the answer I was looking for.
It's up to the author to make the mod available outside of Steam Workshop. You can ask the author to provide it elsewhere but, it is up to them. There might be a work around but I didn't find it. There was some site that allows providing the steam url for the mod to download. But, it didn't work for me. If you bought GOG you can use what's left of indie stone. PZmods.net, or soemthing like that, has been hijacked or no longer exists.
Yep. The folder is only helpful to know if people who don't have it on Steam know someone who does, so that person can download the mods and then zip em up and send them over.
Probably only useful for the odd person who finds this via Google in a couple years.
I know you can use tools like wget or curl to send a POST request to the steam webbased API and get information about files uploaded to the workshop, which are sent back from the post request and include a "file_url" field; After grabbing the file_url field data you can paste that into a browser to download mods for some games. In my experience the file comes as a temporary or tmp file in PKZip archive format (you know files that start with PK and garbage ... 50 4b 03 04), Just rename it to a .zip file and extract the archived files if your in some GUI file manager.
For instance the following wget command will pull info for my farming mod, where publishedfileids[0]= contains the workshop mod id.
However with Project Zomboid the file_url is blank.
With my limited knowledge I'm guessing you either need a webapi key, or there is a security setting by default with steam workshop items; This is something TIS would need to unlock for the games workshop items, if it's really a thing. Again I'm guessing on why the file_url field is blank with Project Zomboid related workshop items.
These websites might get you further if you choose to explore the steam api route
https://lab.xpaw.me/steam_api_documentation.html
https://developer.valvesoftware.com/wiki/Steam_Web_API