Missing Map bei meinem eigenen Server
Guten Tag,
ich habe mir einen DarkRP Roleplay Server gemacht auf meinem Root Server,
ich benutze kein FastDL da mir das viel zu aufwenig ist aber naja passt.
Nun wenn ich eine Map rein mache und neue User kommen können diese die Map nicht Downloaden
dann steht da "Missing Map..."
Server CFG:
"hostname" "[Serious] German Roleplay"
"rcon_password" "****" //Remote control password
"sv_password" "" //Server password
"sv_region" "3" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0" //Lan only (1) or no (0)
"sv_loadingurl" "http://www.image24.net/uploads/5c9c860523unbenannt-z.png"
net_maxfilesize "64"
sv_downloadurl ""
"sv_alltalk" "0"
"rp_alltalk" "0"
// Sandbox server settings
"sbox_godmode" "0"
"sbox_plpldamage" "0" // set this to 1 to disable player vs player damage.
"sbox_noclip" "0"
"mp_falldamage" "1"
// Sandbox limits
"sbox_maxprops" "50"
"sbox_maxragdolls" "0"
"sbox_maxnpcs" "0"
"sbox_maxballoons" "4"
"sbox_maxeffects" "0"
"sbox_maxdynamite" "0"
"sbox_maxlamps" "4"
"sbox_maxthrusters" "0"
"sbox_maxwheels" "0"
"sbox_maxhoverballs" "0"
"sbox_maxvehicles" "10"
"sbox_maxbuttons" "25"
"sbox_maxemitters" "1"
"sbox_maxspawners" "0"
"sbox_maxturrets" "0"
// Sandbox WIRE limits
// If you are not running wire addon, remove this entire section.
"sbox_maxwire_wheels" "20"
"sbox_maxwire_waypoints" "30"
"sbox_maxwire_values" "20"
"sbox_maxwire_twoway_radioes" "30"
"sbox_maxwire_turrets" "10"
"sbox_maxwire_thrusters" "20"
"sbox_maxwire_target_finders" "10"
"sbox_maxwire_speedometers" "14"
"sbox_maxwire_emitters" "25"
"sbox_maxwire_simple_explosive" "30"
"sbox_maxwire_sensors" "30"
"sbox_maxwire_screens" "20"
"sbox_maxwire_relays" "20"
"sbox_maxwire_rangers" "20"
"sbox_maxwire_radioes" "30"
"sbox_maxwire_sockets" "20"
"sbox_maxwire_plugs" "20"
"sbox_maxwire_pixels" "20"
"sbox_maxwire_panels" "20"
"sbox_maxwire_outputs" "20"
"sbox_maxwire_oscilloscopes" "20"
"sbox_maxwire_locators" "30"
"sbox_maxwire_lights" "16"
"sbox_maxwire_inputs" "20"
"sbox_maxwire_indicators" "21"
"sbox_maxwire_hoverballs" "20"
"sbox_maxwire_gyroscopes" "10"
"sbox_maxwire_gpss" "10"
"sbox_maxwire_gate_trigs" "30"
"sbox_maxwire_gate_times" "30"
"sbox_maxwire_gate_selections" "30"
"sbox_maxwire_gate_memorys" "30"
"sbox_maxwire_gate_logics" "30"
"sbox_maxwire_gate_comparisons" "30"
"sbox_maxwire_gates" "50"
"sbox_maxwire_explosive" "30"
"sbox_maxwire_dual_inputs" "20"
"sbox_maxwire_detonators" "20"
"sbox_maxwire_buttons" "25"
"sbox_maxwire_adv_inputs" "20"
//Load bans
exec "banip.cfg"
exec "banid.cfg"
Mit Freundlichen Grüßen,
Rainer
AW: Missing Map bei meinem eigenen Server
net_maxfilesize "64"
Wenn die Map größer als 64MB ist und der Client die nicht hat, wird diese auch nicht geladen.
Setz es einfach höher.
sv_allowdownload 1
sv_allowupload 1
fehlt auch noch.
Generell ist aber zu einen FastDL zu raten, da es sonst zu Lag auf dem Server führen kann.
AW: Missing Map bei meinem eigenen Server