08-06-2005, 09:50 PM
I got a load of maps for css (The surf kinds...)
in the file there was the structure (under the zip)
cstrike\maps\
cstrike\maps\cfg
cstrike\maps\graphs
cstrike\maps\soundcache
i moved all the files into the same place on the server, i have now moved the cstrike\maps\cfg into
cstrike\cfg\mani_admin_plugin\map_config
seeing as this gets executed at map startup
The maps work ok, but people cant seem to download them, if i copy them into my steam directory, i can get on, and if other people have allready played these maps, they can too, but downloads dont seem to work
Can anyone tell me what im doing wrong ??
cstrike\maps\
under here there are BSP files, Nav files, and 1 res file
cstrike\maps\cfg
has the map name, but cfg instead of BSP
cstrike\maps\graphs
has "AIN" files
cstrike\maps\soundcache
has .cache files
in the file there was the structure (under the zip)
cstrike\maps\
cstrike\maps\cfg
cstrike\maps\graphs
cstrike\maps\soundcache
i moved all the files into the same place on the server, i have now moved the cstrike\maps\cfg into
cstrike\cfg\mani_admin_plugin\map_config
seeing as this gets executed at map startup
The maps work ok, but people cant seem to download them, if i copy them into my steam directory, i can get on, and if other people have allready played these maps, they can too, but downloads dont seem to work
Code:
// Max bandwidth rate allowed on server, 0=unlimited, max=20000
sv_maxrate 3000
// Min bandwidth rate allowed on server, 0=unlimited, 4000=good to keep dialup gamers off the server
sv_minrate 0
// Maximum updates per second that the server will allow, increasing this will take more cpu power, 100 is max
sv_maxupdaterate 10
// Frame rate limiter
fps_max 70
// DOWNLOAD
// Allow clients to download files
sv_allowdownload 1
// Allow clients to upload customizations files like logospray files
sv_allowupload 1
cstrike\maps\
under here there are BSP files, Nav files, and 1 res file
cstrike\maps\cfg
has the map name, but cfg instead of BSP
cstrike\maps\graphs
has "AIN" files
cstrike\maps\soundcache
has .cache files