Trailmakers

Trailmakers

TRAILMAKERS WORKSHOP
The Trailmakers Workshop is THE place to share vehicles you have built in Trailmakers. We encourage you to only upload your own original work.
How do I change the thumbnail for my workshop item?
I want to change the thumbnail for my workshop item, but I don’t know how. Can anyone help me?
< >
Showing 1-8 of 8 comments
alvaroping1 85 4 Nov, 2023 @ 1:47am 
How to create custom workshop thumbnails:
1. Create the thumbnail (must be <1 MB in size)
2. Create a txt file, then rename it to have a `.vdf` extension and open it with notepad. On that file write this, replacing `workshopid` with the id of the blueprint you want to update (the number at the end of the workshop link after `?id=`) and `C:\\path\\to\\thumbnail.png` with the path to your thumbnail file (using `\\` as folder separators)
"workshopitem" { "appid" "585420" "publishedfileid" "workshopid" "previewfile" "C:\\path\\to\\thumbnail.png" }
3. Download [steamcmd](<https://developer.valvesoftware.com/wiki/SteamCMD#Downloading_SteamCMD>) (a command line version of the steam client made by valve) and extract it into a folder
4. Go to that folder with cmd and run it (just type `steamcmd` while on the same folder), this will update it and start it.
5. Type `login username password steamGuardCode` (if you don't use steam guard 2FA you can skip that). This might log you out of the normal steam client
6. Type `workshop_build_item "C:\\path\\to\\file.vdf"`, replacing `C:\\path\\to\\file.vdf` with the path to the txt file
7. Quit the program by typing `quit`

## Troubleshooting

### ERROR! Failed to load build config file

The program can't find your txt file. Make sure you wrote the file path in the command correctly, using `\\` as folder separator and inside of quotes

Make sure you correctly changed the file extension of the txt file. By default, windows hides file extensions, and you can't change it without enabling them. If when you create a new txt file you don't see the name end in `.txt`, you need to enable the file extensions under the view menu at the top bar of the file explorer, then change the extension of the file again

### ERROR! Failed to parse build config file

The program couldn't process your txt file correctly. This can be caused by many things, make sure its content are exactly as described with only the modifications mentioned
KwiiGaming 73 4 Nov, 2023 @ 6:30am 
is there any way without the cmd?
alvaroping1 85 4 Nov, 2023 @ 9:00am 
Originally posted by KwiiGaming:
is there any way without the cmd?
no afaik
KwiiGaming 73 4 Nov, 2023 @ 10:31am 
Originally posted by alvaroping1:
Originally posted by KwiiGaming:
is there any way without the cmd?
no afaik
Wdym no afaik?
alvaroping1 85 4 Nov, 2023 @ 2:27pm 
Originally posted by KwiiGaming:
Originally posted by alvaroping1:
no afaik
Wdym no afaik?
that i don't know of any way to do it without the cmd
KwiiGaming 73 4 Nov, 2023 @ 3:18pm 
Originally posted by alvaroping1:
Originally posted by KwiiGaming:
Wdym no afaik?
that i don't know of any way to do it without the cmd
ok
Snailio 46 22 Jan, 2024 @ 5:20am 
complicated and hard to do.:steamsad: I tried on my own and corupted my best build! XD I made a new one but still... Its dangerous!
alvaroping1 85 22 Jan, 2024 @ 8:05am 
Originally posted by Snailio:
complicated and hard to do.:steamsad: I tried on my own and corupted my best build! XD I made a new one but still... Its dangerous!
if you follow the steps, it's fairly straightforward, and once you do it once it's pretty much just change the file path/id in the file and copy/paste the commands. Since you aren't touching the original blueprint file, it's extremely unlikely you will corrupt it from messing something up (most likely case the program will just give you an error)
< >
Showing 1-8 of 8 comments
Per page: 1530 50