The Publish tab is Crowbar’s all-in-one interface for submitting addon content to the Steam Workshop. It connects to Steam through the Steamworks SDK via an internal helper process called CrowbarSteamPipe, which handles the connection and upload in the background while Crowbar’s UI stays responsive. You can create brand-new Workshop items, update metadata and content for existing ones, manage visibility, and search your published items — all without leaving Crowbar.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ZeqMacaw/Crowbar/llms.txt
Use this file to discover all available pages before exploring further.
Supported Games
Crowbar provides per-game tag panels for the following titles. Each game’s panel shows only the tags that game’s Workshop actually supports.Garry's Mod
Left 4 Dead 2
Team Fortress 2
Black Mesa
Source Filmmaker
Contagion
Entropy Zero 2
Estranged: Act I
Firefight Reloaded
Wilson Chronicles
Zombie Panic! Source
JBMod
Hunt Down The Freeman
Military Conflict: Vietnam
Codename CURE
Anarchy Arcade
Each game shows its own tag panel in the item detail area. Switching the game dropdown swaps the tag panel automatically, so the available tag checkboxes always match what the selected game’s Workshop accepts.
Workshop Item Fields
When you select or create an item, the detail panel exposes the following fields drawn directly from theWorkshopItem data model.
| Field | Description |
|---|---|
| App ID | The Steam application ID for the target game. Set automatically when you pick a game from the dropdown. |
| Item ID | The Workshop item’s unique numeric identifier. New items show <draft> until they are first created on Steam. |
| Title | The display name shown on the Workshop page. |
| Description | The long-form description text for the item’s Workshop page. Supports plain text and basic Steam markup. |
| Change Note | A brief note describing what changed in this update (shown in the item’s update history). |
| Content Folder or File | Local path to the folder or file that contains the addon’s content. The label adjusts per game: some games accept only a folder, others only a file, and some accept either. |
| Preview Image | Local path to the .jpg or .png image shown as the item’s thumbnail on the Workshop. |
| Visibility | Controls who can see the item: Public, Friends-Only, Hidden, or Unlisted. New items default to Hidden so you can review them before making them public. |
| Tags | Game-specific tags selected from the per-game tag panel (see above). |
Searching Your Published Items
The item list at the top of the Publish tab can be filtered using the search toolbar. Use the field selector to choose which property to search against.| Search Field | What It Matches |
|---|---|
| ID | The exact Workshop item ID |
| Owner | The Steam display name of the item’s owner |
| Title | The item’s title text |
| Description | The item’s description text |
| [All fields] | ID, Owner, Title, and Description simultaneously |
Publishing a New Item
Select your game
Open the Publish tab and choose your target game from the game dropdown at the top. The item list refreshes and the tag panel updates to match.
Add a draft item
Click the Add button in the item list toolbar. Crowbar creates a new local draft entry with the Item ID shown as
<draft>. No Steam connection is made at this point — the item is reserved on Steam only when you click Publish.Fill in the metadata
Enter a Title, Description, and optional Change Note in the detail panel. These fields map directly to what Workshop visitors will see on the item’s page.
Set the content folder and preview image
Browse to the local Content Folder that contains your addon files. Browse to a Preview Image (
.jpg or .png) for the Workshop thumbnail.Choose visibility and tags
Select a Visibility setting — leave it as Hidden until you are ready to go live, then switch to Public. Check the appropriate tags in the per-game tag panel.
Updating an Existing Item
Find the item
Use the search bar above the item list to locate the item by ID, title, or other field. Select the matching row to load it into the detail panel.
Edit the fields you want to change
Update the Title, Description, Content Folder, Preview Image, Visibility, or Tags as needed. Changed fields are marked with an asterisk (
*) in the item list.Add a change note
Enter a brief description of what changed in the Change Note field. This text appears in the item’s update history on the Workshop page.
