Tutte le discussioni > Discussioni di Steam > Help and Tips > Dettagli della discussione
Need Help! - Gmod | WorkshopDL - Playermodels still shown to clients as errors
Hello to all those reading,

I'm currently trying to make a gmod darkrp server for fun, although I'm currently having troubles with clients automatically donwloading the addons from my workshop collection that should be already inputted inside the server.

I initially followed all the steps to creating a collection workshop inside my start.bat file

Here is what it looked like:

@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +map rp_downtown_tits_v2 +maxplayers 128 +gamemode darkrp +host_workshop_collection 2033989788
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds

Then I added the sv_workshop.lua file inside C:\Users\Killerbee\Desktop\Gmod\Darkrp\garrysmod\lua\autorun\server

which includes...

resource.AddWorkshop('677125227') -- playermodel
resource.AddWorkshop('1527403485') -- world map

Here is what my server cfg file looks like

// Base Configuration
hostname "Hidden"
sv_password "Hidden"
rcon_password "hidden"

// Network Configuration
sv_loadingurl ""
sv_downloadurl ""
sv_allowdownload 1
sv_allowupload 1
net_maxfilesize 64

// Logging Configuration
log on
sv_logbans 0
sv_logecho 0
sv_logfile 1
sv_log_onefile 1

// Sandbox Configuration
sbox_noclip 0
sbox_godmode 0
sbox_playershurtplayers 1
sbox_maxprops 500
sbox_maxragdolls 6
sbox_maxnpcs 0
sbox_maxballoons 6
sbox_maxeffects 6
sbox_maxdynamite 0
sbox_maxlamps 6
sbox_maxthrusters 6
sbox_maxwheels 6
sbox_maxhoverballs 6
sbox_maxvehicles 0
sbox_maxbuttons 10
sbox_maxemitters 0

// Exec Bans
exec banned_user.cfg
exec banned_ip.cfg

I also made sure the mounting file allowed css content to be downloaded into the server, I'm just added custom-made addons from other people. Can anybody please help me figure out why nobody is still able to download the playermodel addons??

Thank you
< >
Visualizzazione di 1-3 commenti su 3
Funny, I opened a server recently as well and I ran into the same problem. Used to have one as well about 6 years ago, had the same problem and fixed. Can't remember how though. So now I'm looking for a fix and found this new thread. I still don't know a fix but I might have a solution. Try using " instead of ' after the numbers for the workshop IDs. So like this ---->"677125227" instead of this '677125227'. Ill be trying it in about a min, Ill let you know if that's the actual fix.

Add me and PM me if you have more questions, I do have loads of experience, just need to pick it up again after 6 years :yesyes:
You should really be asking this in the GMod forums here. Each game on Steam has it's own forums, and you're supposed to ask any questions about said games in their respective forums.
Messaggio originale di ZJ:
Funny, I opened a server recently as well and I ran into the same problem. Used to have one as well about 6 years ago, had the same problem and fixed. Can't remember how though. So now I'm looking for a fix and found this new thread. I still don't know a fix but I might have a solution. Try using " instead of ' after the numbers for the workshop IDs. So like this ---->"677125227" instead of this '677125227'. Ill be trying it in about a min, Ill let you know if that's the actual fix.

Add me and PM me if you have more questions, I do have loads of experience, just need to pick it up again after 6 years :yesyes:

You figure it out bud?
< >
Visualizzazione di 1-3 commenti su 3
Per pagina: 1530 50

Tutte le discussioni > Discussioni di Steam > Help and Tips > Dettagli della discussione
Data di pubblicazione: 2 apr 2020, ore 4:15
Messaggi: 3