How to Create Locked Workshop Art/Items
Hey! Valve stopped allowing merchandise uploads back in 2020, which were ideal for showcasing items that couldn't be opened. Regular Workshop files always open, but here's a simple hack to make them look locked again.
Let's get started! It's really easy if you follow along!
Step 1: Accept Workshop Agreement
You need this for dummy items. Read it first to avoid surprises:
https://steamcommunity.com/workshop/workshoplegalagreement
Step 2: Make a Dummy Item
Got Spacewar items already? Skip ahead. Dummies let you manage collections.
- Go to: https://steamcommunity.com/sharedfiles/edititem/767/3
- Open dev console (F12 > Console)
- Run:
$J('[name=consumer_app_id]').val(480),$J('[name=file_type]').val(0),$J('[name=visibility]').val(0);
-
Title:
Spacewar
Preview:
default.png -
Check "I certify..." > Save and Continue
Dummy ready!
Step 3: Create Unopenable Collection
Only collections/merch stay locked + public. Merch gone, so collections it is.
- Same page: https://steamcommunity.com/sharedfiles/edititem/767/3
- Console:
$J('[name=consumer_app_id]').val(480),$J('[name=file_type]').val(2),$J('[name=visibility]').val(0);
- Cert box > Save > Pick dummy as child > Save
Done! Add to showcase. Repeat x5 for full slots.
Delete? Owner Controls > Delete.
Warnings
- Can't edit Spacewar collection titles/images. Wrong? Delete/remake.
- NEVER PUBLISH—makes it openable forever!
Your showcases will look mysterious AF now. Enjoy!
Important:
You cannot directly remove a showcased Workshop item from your profile. To remove one, you must replace it by selecting another item in the same showcase slot, this will automatically remove the previously displayed item.
