Hello people of Facepunch! My server won’t download models or textures from addons on the workshop for some reason. It downloads the addons, because I see the errors in the player model selection screen. I have everything setup correctly in my server run.bat, and I have a workshop.lua in garrysmod/lua/autorun/server. Here is my workshop.lua:
resource.AddWorkshop("109463165")
resource.AddWorkshop("348376962")
resource.AddWorkshop("357205143")
resource.AddWorkshop("366487694")
resource.AddWorkshop("370857063")
resource.AddWorkshop("110286060")
Here is my run.bat:
start /wait srcds.exe -console -game garrysmod +map rp_downtown_v4c_v2 +gamemode darkrp +maxplayers 16 +host_workshop_collection 371940508 -authkey <my auth key>
I’ve watched countless videos, and seemed to have read an endless amount of text tutorials, but none of them help! This is a last resort, please help.