Hello, I’ve uploaded my Black Mesa addon to the workshop via the tool, and I cannot change it to public or friends-only because of the lack of a privacy change button. I can see change buttons on my other non-BMS addons and this issue is occuring across all of my devices, I’ve tried using the Steam client, Chrome, and my mobile client on my iPad. The workshop URL is https://steamcommunity.com/sharedfiles/filedetails/?id=940555166. I’ve tried reuploading the addon and trying different combinations of options in the uploader such as tags, no tags, uploading the image later, leaving out the description, etc. It’d be much appreciated if someone could assist with this, thanks.
I fixed it temporarily by running the JavaScript function SelectVisibility(‘0’); in Chrome’s developer console (I’m a fullstack developer). This seems to be a problem on steam’s end.
EDIT: I spoke too soon. Even though the request to https://steamcommunity.com/sharedfiles/itemsetvisibility completes successfully and the “Hidden” tag disappears, it still cannot be accessed by the public.
Second edit: Apparently the addon isn’t even being downloaded by BMS?
[tt]saWorkshopBase::OnQuerySusbcribedAddons[/tt]
[tt]You are subscribed to 3 addons.[/tt]
[tt]---------------------------------------[/tt]
[tt]UGC item: Wind Tunnel[/tt]
[tt]UGC path:[/tt]
[tt]UGC size: 0[/tt]
Third edit: It’s also worth noting that after the addon is uploaded the title is blank, the description is blank, and the image is blank unless I save UGC a second time, even though I provided valid information for all of those (including a valid 512x512px PNG thumbnail) in the uploader. And yes, the folder I selected does indeed contain my VPK, which is around 9mb.