Hi, im running a server but when i have players join the server they have the "ERROR MISSING MAP"
Is there a way i can get my server to download the map to the player whos joining?
This is my server config
CODE
"ServerSettings"
{
"hostname" " [Uk]VisualServers-Mesa-Roleplay"
"rcon_password" "*****"
"sv_password" ""
// "sv_defaultgamemode" "DarkRP"
"sv_allowdownload" "1"
"sv_allowupload" "1"
"sv_lan" "0"
"maxplayers" "10"
"sbox_allownpcs" "0"
"sbox_maxprops" "100"
"sbox_maxragdolls" "0"
"sbox_maxnpcs" "0"
"sbox_maxballoons" "5"
"sbox_maxeffects" "0"
"sbox_maxdynamite" "0"
"sbox_maxlamps" "5"
"sbox_maxthrusters" "10"
"sbox_maxwheels" "20"
"sbox_godmode" "0"
"sbox_plpldamage" "1"
"sbox_playergod" "0"
"sbox_noclip" "0"
"sbox_maxhoverballs" "10"
"sbox_maxvehicles" "1"
"sbox_maxbuttons" "20"
"sbox_maxsents" "0"
"sbox_maxemitters" "0"
"sbox_maxspawners" "5"
"sbox_maxturrets" "0"
}
END OF CODE
Will you guys help me and set up my config so people download the map trought my server please thank you kind regards KeS
Just a friendly hint:
There's a whole section for anything Gmod related, and THIS subforum is probably what you're looking for:
[url]http://www.facepunch.com/forums/193-Server-Hosting[/url]
It should let them download the map automatically unless they have automatic downloads disabled in the options menu.
It totally depends on the map size, setup a FastDL server.
[QUOTE=samwilki;29840428]It totally depends on the map size, setup a FastDL server.[/QUOTE]
There is a command to change that, but I can't remember it off the top of my head.
[QUOTE=Agent766;29852365]There is a command to change that, but I can't remember it off the top of my head.[/QUOTE]
That's [I]net_maxfilesize[/I] and the limit for that command is 64
It's default at 16 or something ridiculously low.
OP, add the following line;
[I]"net_maxfilesize" "64"[/I]
Preferably under [I]"sv_lan" "0"[/I]
Sorry, you need to Log In to post a reply to this thread.