Ok, so a some friends and I have decided we want to start a darkrp server, we haven't purchased a dedicated server yet so I have been running it off of my computer instead. Now the confusing part is how I get players to download my workshop collection of addons for the server. I have made the collection and made a steam api key and put it in my launch options already. This is what my launch code looks like
@echo off cd C:\SRCDS\orangebox\echo Starting game server. echo Starting Meowzila's Server srcds.exe -console -game garrysmod +map rp_downtown_v4c_v2 +gamemode darkrp +maxplayers 20 +sv_kickerrornum 0 -port 27015 +host_workshop_collection [mycollection] -authkey [Mykey] echo Server has now started.
So all of my addons successfully downloaded and mounted, but still, I don't download the files(and I have unsubscribed and deleted them) and neither does anyone else.
If someone could please enlighten as to what the problem may be, I would be grateful.
Sorry, you need to Log In to post a reply to this thread.