04-21-2007, 08:34 AM
ok, i know i have everything i need for my maps on the server, but I'm still getting the "Missing map maps/gg_lego_arena.bsp, disconnecting" error (i'm just using the lego map as an example)
It's not just for that map, but a few others as well.
I was having this problem before but i thought it was related to the fact taht i couldn't get my sv_downloadurl to work. But now that I'm getting it again, when the maps should be downloading right off the server, i have no idea what is going wrong.(i have sv_downloadurl disabled right now)
I mean everything is fine and dandy if I have the map locally, but if i delete it locally, it will not download from the server.
this is a snip from my server.cfg:
i can't figure out what the hell is going on
It's not just for that map, but a few others as well.
I was having this problem before but i thought it was related to the fact taht i couldn't get my sv_downloadurl to work. But now that I'm getting it again, when the maps should be downloading right off the server, i have no idea what is going wrong.(i have sv_downloadurl disabled right now)
I mean everything is fine and dandy if I have the map locally, but if i delete it locally, it will not download from the server.
this is a snip from my server.cfg:
PHP Code:
//sv_settings
sv_accelerate 5
sv_airaccelerate 10
sv_allowdownload 1
sv_allowupload 1
sv_alltalk 0
sv_cheats 0
sv_consistency 0
sv_friction 4
sv_gravity 800
sv_maxrate
sv_minrate 5000
sv_maxupdaterate 66
sv_minupdaterate 10
sv_maxspeed 320
fps_max 600
sv_maxunlag 1
sv_password ""
sv_pausable 0
sv_stepsize 18
sv_timeout 65
sv_turbophysics 0
sv_voiceenable 1
sv_wateraccelerate 10
sv_waterfriction 1
i can't figure out what the hell is going on