← All Guides

How to lock Workshop Art/Items

April 16, 202652 views
00 up · 0 down

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.

  1. Go to: https://steamcommunity.com/sharedfiles/edititem/767/3
  2. Open dev console (F12 > Console)
  3. Run:
$J('[name=consumer_app_id]').val(480),$J('[name=file_type]').val(0),$J('[name=visibility]').val(0);
  1. Title: Spacewar
    Preview: default.pngdefault.png

  2. 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.

  1. Same page: https://steamcommunity.com/sharedfiles/edititem/767/3
  2. Console:
$J('[name=consumer_app_id]').val(480),$J('[name=file_type]').val(2),$J('[name=visibility]').val(0);
  1. 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.

How to lock Workshop Art/Items — ProfileLab Guides