Transport Fever

Transport Fever

31 ratings
how to upload to workshop
By WGB24
in this guide i provide instruction on how to upload to the steam workshop in transport fever
   
Award
Favorite
Favorited
Unfavorite
set up your mod for upload
in this screen shot shows where your mod needs to go and how to set up mod folder
the next screen shot shows my folder set up for my map pack
the stagiing area is located for windows users located local disk C program files x86,steam,user data "user id,game folder id,446800,local"

under Linux the staging_area folder in

$HOME/.steam/steam/userdata/$USERID/446800/local/staging_area/
$USERID means the large individual numbered folder just mentioned above ;)
What your mod lua needs to be
in this screen shot i am showing how your mod lua file need to have in itmod lua file steam where to put the file on the workshop you can use note pad to create your mod lua file i recomend note pad it is simple to use and can create Lua files when you go to save your file your file name needs to be Mod.lua and your file option set to all files. atfer you have saved your mod lua file as a lua file remove the.lua from the name as it is not needed after saving
you can take the mod.lua file from downloaded files and edit it to tell steam where to put your mod
your mod folder set up needs to be in this combernation
staging_area
- myname_mymod_1
- - mod.lua, and workshop preview.jpeg
- - res
- - - the rest of the files
in the res folder your mod needs to be in its respective game folder in my case it is the maps folder but for someone else it could be different for example a model file would need to be in the model folder
For maps the setup is
staging_area
- myname_mymod_1
- - mod.lua,and workshop preview.jpeg
- - maps
- - - your map files
how to do the upload from in the game
start the game and look for the publish mod button
click it and you get this screen
click on your mod
check your file details and then hit the publish button Time it takes depends on you upload speed and file size once the upload is complete the steam overlay will open to the workshop page of your item. The final thing to is make your file viewable to everyone that is the job done and your first file uploaded to the workshop.
final note
please rate and leave comment as this is my first guide ever made

mac users can you leave a coment on where the staging area is located on your system
103 Comments
Brisbane Roar FC fan Dec 7, 2019 @ 11:16pm 
What about logo packs?
dsofield1 May 8, 2019 @ 12:49pm 
Very good guide, worked for me.
jsully37 May 2, 2019 @ 10:34am 
Hey so I'm trying to upload a map and it seems to work -- I go through the publish mod section and there's a page on steam for it, but regardless when I enable it as a mod the map doesn't show up on my maps list. Why is that?
WGB24  [author] Feb 15, 2019 @ 7:47pm 
download some workshop content and have a look at their setup that is what i did to get started
WGB24  [author] Feb 15, 2019 @ 4:40pm 
yes
Havan_IronOak Feb 15, 2019 @ 9:00am 
Thanks. After a good night's sleep I was able to spot the missing quote. Is there some naming convention that is required for preview jpgs?
WGB24  [author] Feb 15, 2019 @ 12:01am 
there is an error in your code in the section mentioned in the error message
Havan_IronOak Feb 14, 2019 @ 4:18pm 
This is a screen cap of the upload run-time error
https://steamcommunity.com/sharedfiles/filedetails/?id=1655722459
Havan_IronOak Feb 14, 2019 @ 4:15pm 
I got the publish button by creating the directory in the staging area but am getting an error that I can't figure out.

I created a directory in ...\staging_area\Havan_IronOak_Expanded_Loading_Screen_Tips_1

That directory contains
1) a directory Config that contains my modified version of the tips.lua only
2) 13 jpg previews
3) a file called mod.lua that I created using Notepad++

I'm guessing that it has to do with the name or the description fields in the lua script
https://steamcommunity.com/sharedfiles/filedetails/?id=1655717067
Havan_IronOak Feb 14, 2019 @ 4:04pm 
vinny I'm guessing that lua syntax confuses the Steam editor which is why the pictures were included