Page 1 of 2

People cant download maps from my server :|

Posted: Mon Sep 04, 2006 11:29 pm
by Xperience
People on my server who dont have the map i switch to get disconnected Sad. I have sv_allowdownload 1 and sv_allowupload 1 and cl_allowdownload 1 . Someone help please.

Thanx,
Xperience

Posted: Mon Sep 04, 2006 11:32 pm
by sheryip
do you have anything set for sv_downloadurl

Posted: Tue Sep 05, 2006 12:30 am
by Xperience
yeah.

Posted: Tue Sep 05, 2006 12:33 am
by Glitched System
sv_downloadurl "http://download.com/cstrike"


???

Posted: Tue Sep 05, 2006 12:35 am
by ShellShock

Code: Select all

net_maxfilesize 40
in your server.cfg.

Posted: Tue Sep 05, 2006 1:02 am
by A c E
post your server config file and we can take a look, of course make sure you don't include your rcon password :)

Posted: Tue Sep 05, 2006 2:55 am
by Xperience
//EventScripts
mattie_eventscripts 1
eventscripts_subdirectory events
eventscripts_register csemenu
eventscripts_register puppetpunish
eventscripts_register server_stats
eventscripts_register Ace_Detail
eventscripts_register away
eventscripts_register exploding_headshot
eventscripts_register Jerk_Tracker
eventscripts_register krank
eventscripts_register lottery2
eventscripts_register MultiVoteMenu
eventscripts_register robberyv2
eventscripts_register top_killer
eventscripts_register ystats
es_load corelib
es_load gcam
es_load mes
es_load screenshot
es_load rps
es_load scrollmenu
es_load crazyranks
es_load ChatConsole
es_load name
es_load headshotonly
es_load ultimate_admin
es_load chuck_facts
es_load saymenu
es_load n00bslist
es_load popup
es_load n00bslist
es_load ba_requestcash
es_load remotecharge
es_load anti_cheat
es_load playerfun
es_load popupadmin
es_load counter-bank
pa_log 1

//Metamod Plugin's
meta load addons/mani_admin_plugin/bin/mani_admin_plugin_mm.dll

//Msic
ua_loadadminlist

//exec's
exec mani_server.cfg
exec BATConfig.cfg
exec bot.cfg
exec es_tools.cfg
exec racplugin.cfg
exec mm_server.cfg
exec goremod.cfg

// High Speed
sv_downloadurl "http://laurent.thienard.free.fr/ftp/"

// Performance
fps_max 101
sv_maxrate 20000
sv_minrate 2500

// General
decalfrequency 12000
sv_allowdownload 1
sv_allowupload 1
sv_cheats 0
sv_maxspeed 320

sv_accelerate 5
sv_gravity 800
sv_timeout 180
sv_alltalk 0
sv_visiblemaxplayers -1

// CS Specific Cvars
mp_autokick 0
mp_autoteambalance 1
mp_buytime 3.0
mp_c4timer 35
mp_flashlight 1
mp_footsteps 1
mp_freezetime 3
mp_friendlyfire 1
mp_hostagepenalty 5
mp_limitteams 1
mp_falldamage 1
mp_chattime 5
mp_maxrounds 0
mp_roundtime 3
mp_timelimit 45
mp_tkpunish 0
mp_startmoney 800
sv_turbophysics 1
phys_pushscale 3

// Execute files
exec banned_user.cfg

// Must specify sv_region, or it won't show up in Steam server browser
// 0: US East coast
// 1: US West coast
// 2: South America
// 3: Europe
// 4: Asia
// 5: Australia
// 6: Middle East
// 7: Africa
//sv_region 3

cl_allowdownload 1
sv_allowupload "1"
sv_allowdownload "1"
cl_allowdownload "1"
net_maxfilesize 64


^^ here ya go

Posted: Tue Sep 05, 2006 2:57 am
by Glitched System
sv_downloadurl "http://laurent.thienard.free.fr/ftp/"


BAD!

sv_downloadurl "http://laurent.thienard.free.fr/ftp/cstrike"


try it like that, make sure you got your shit in there

Posted: Tue Sep 05, 2006 3:58 am
by Xperience
Well it still dosnt work :(

Posted: Tue Sep 05, 2006 4:53 am
by ebola
Glitched System wrote:sv_downloadurl "http://laurent.thienard.free.fr/ftp/"


BAD!

sv_downloadurl "http://laurent.thienard.free.fr/ftp/cstrike"


try it like that, make sure you got your shit in there

well the cstrike wont work, i think its setup right

Posted: Tue Sep 05, 2006 6:56 am
by r4mZeS
Xperience wrote:Well it still dosnt work :(
So, I have some questions...
1. Excuse for my curiosity, but if you use a web-server, what for the directory ftp is necessary?
2. What for 2 times to write a variable cl_allowdownload 1 in server.cfg? It is a variable only for clients, remove it from ur configuration file.

Try to make such way: sv_downloadurl "http://laurent.thienard.free.fr/cstrike" Without a directory ftp and slash in the end!

I hope, all should b work;)

Posted: Tue Sep 05, 2006 9:05 am
by MoOnLiGht
ShellShock wrote:

Code: Select all

net_maxfilesize 40
in your server.cfg.
that dont work
you cant dl maps that bigger then 10 MB , without redirect

@r4mZeS
you can name it like you want

webserver: ../anyname/maps/
url: http://domain.com/anyname/maps

Posted: Tue Sep 05, 2006 2:19 pm
by Games
The url doesn't matter just the dir structure should be right
if you have "http://laurent.thienard.free.fr/ftp" than in the dir "ftp" should be the followings dir structure:


maps
sound
materials
models


And offcourse in those dir's should be the apropiate files.

Posted: Tue Sep 05, 2006 2:42 pm
by r4mZeS
ok, guyz

He already has net_maxfilesize 64. So what for it to make less? :roll:

I`m just assumed to try and no more. Simply confused with a directory ftp, more precisely not a directory but protocol.
Not taken to approve, but can the matter is that not all maps are compressed bzip... :idea:

Posted: Tue Sep 05, 2006 3:03 pm
by ebola
r4mZeS wrote:ok, guyz

He already has net_maxfilesize 64. So what for it to make less? :roll:

I`m just assumed to try and no more. Simply confused with a directory ftp, more precisely not a directory but protocol.
Not taken to approve, but can the matter is that not all maps are compressed bzip... :idea:

As said previously, the sv_downloadurl "http://domain.com/whatever/" as long as you have the correct directory structure under the whatever like

http://domain.com/whatever/maps
http://domain.com/whatever/materials
http://domain.com/whatever/models
http://domain.com/whatever/sounds

when i view it last night, it looked correct

Also No the maps dont need to be bziped, the bsp work just fine

WHen I was looking through your cfg, you have
Xperience wrote://EventScripts


// High Speed
sv_downloadurl "http://laurent.thienard.free.fr/ftp/"


// General
decalfrequency 12000
sv_allowdownload 1
sv_allowupload 1

cl_allowdownload 1
sv_allowupload "1"
sv_allowdownload "1"
cl_allowdownload "1"
net_maxfilesize 64


^^ here ya go
could the multiple entrys be messing things up?