very long to enter
hi, I have my own server, but when someone try to enter, it take a
long time to him to enter in it, what can I do to ''accelerate''
the download of my server ?
Thank you to answer me
Thank you to answer me
Man this issue has been soo many times answered. Get an http
mirror. If you cant afford one for money get it from
000webhost(EDIT: keeping files for personal use violates TOS there)
or 10 other free web hosting sites. Usually free hosting sites have
max 2mb file size.
GOOGLE: warsow server download speed
If you need I got spare web space on a fast server.
EDIT: Slow dl speed is because of limitations in warsow code (good old 90's, "dude look I've got amazing 20kb/s dl")
dedicated .conf
(updated 2012-07-18 19:22:19)
GOOGLE: warsow server download speed
If you need I got spare web space on a fast server.
EDIT: Slow dl speed is because of limitations in warsow code (good old 90's, "dude look I've got amazing 20kb/s dl")
dedicated .conf
// file uploading
set sv_uploads "1" // setting this to 0 will disable sending of
// server upload offers or urls to clients
set sv_uploads_from_server "1" // allow uploading directly from the server
set sv_uploads_baseurl "http://blabla.org/warsow"
// http url of a directory mirroring Warsow directory.
// Note: mod directory not to be included in this url anymore.
// Example: sv_uploads_baseurl "http://mydomain.com/warsow" where
// there is a subdirectory "basewsw" or whatever mod directory your
// server is running containing the downloadable files.
(updated 2012-07-18 19:22:19)
thank u, I allready heard something about that but I didnt
understant
thanks
thanks
btw I tried to connect to 184.161.132.139 seems that your IP has
changed :P
Ultrak1ll wrote:
Man this issue has been soo many times answered. Get an http mirror. If you cant afford one for money get it from 000webhost(EDIT: keeping files for personal use violates TOS there) or 10 other free web hosting sites. Usually free hosting sites have max 2mb file size.
GOOGLE: warsow server download speed
If you need I got spare web space on a fast server.
EDIT: Slow dl speed is because of limitations in warsow code (good old 90's, "dude look I've got amazing 20kb/s dl")
dedicated .conf
// file uploading
set sv_uploads "1" // setting this to 0 will disable sending of
// server upload offers or urls to clients
set sv_uploads_from_server "1" // allow uploading directly from the server
set sv_uploads_baseurl "http://blabla.org/warsow"
// http url of a directory mirroring Warsow directory.
// Note: mod directory not to be included in this url anymore.
// Example: sv_uploads_baseurl "http://mydomain.com/warsow" where
// there is a subdirectory "basewsw" or whatever mod directory your
// server is running containing the downloadable files.
I did like u said: I entered set sv_uploads_baseurl "http://blabla.org/warsow"
but it's still long' its as long as before and I dont know why !
I did like u said: I entered set sv_uploads_baseurl "http://blabla.org/warsow"
but it's still long' its as long as before and I dont know why !
EDIT . WAIT WAIT WAIT did you set the sv_uploads_baseurl to blabla.org ???? It was meant as example!
SOLUTION 1:
the set sv_uploads_baseurl "http://blabla.org/warsow" has a wrong url, double check that the url the web server must have direct download and structured folders with http access.
SOLUTION 2;
Check if ur config has only one
set sv_uploads not like
set sv_uploads_baseurl ""
blab blallablbl lots of commands here
set sv_uploads_baseurl "http://blabla.org/warsow"
If this doesn't help please post your dedicated_autoexec conf here:)
EDIT:
Still unable to connect to your server, also I can find it on the server list
http://dpmaster.deathmask.net/?game=warsow
(updated 2012-07-20 00:25:41)
here is my config
// This config will be executed last at launching a dedicated server.
// It will never be written in from War§ow.
// note that configs for individual gametypes can be found inside configs/server/gametypes directory
// such configs can override cvars set inside this file
// server settings - must be different for each server running on same machine
set sv_hostname "^3Toys Beginners Welcome"
set sv_ip "184.161.132.139" // set to bind to a specific interface IP address
set sv_port "44400"
set logconsole "wswconsole.log"
set logconsole_append "1" // don't destroy the old log when restarting server
// more server settings
set sv_public "1"
set sv_maxclients "8"
set sv_skilllevel "1" // 0 = easy, 1 = normal, 2 = hard
set password "" // password required to enter the server
set rcon_password "" // password to remotely control the server, keep secret
set sv_pure "1" // if 1 client is forced to use same game modules and
// game data as the server
set masterservers "dpmaster.deathmask.net ghdigital.com excalibur.nvg.ntnu.no"
set sv_showInfoQueries "0" // prints when a (server browser) info query is received
// file uploading
set sv_uploads_baseurl "http://blabla.org/warsow"" // http url of a directory mirroring Warsow directory.
// Note: mod directory not to be included in this url anymore.
// Example: sv_uploads_baseurl "http://mydomain.com/warsow" where
// there is a subdirectory "basewsw" or whatever mod directory your
// server is running containing the downloadable files.
set sv_autoupdate "1" // enable automatic download of updates from www.warsow.net.
set sv_iplimit "3" // limit connections per ip address (stop zombie dos/flood)
set g_operator_password "" // game operators get their callvotes instantly passed, so
// they are users who can kick, kickban, change map, etc without
// other players agreement
// server side demos
set g_autorecord "1" // record demos from all the matches
set g_autorecord_maxdemos "20" // if there is more than this amount of
// automatically recorded demos, the oldest ones will be deleted
set g_uploads_demos "1" // if this is enabled and server uploading is
// enabled, players can download demos from the server
// antilag settings
set g_antilag "1"
set g_antilag_timenudge "0"
// callvotes settings - you can add this cvar for every callvote, even if it isn't here
set g_vote_allowed "1"
set g_votable_gametypes "" // the server can only change to the gametypes in
// this cvar (space separated). Empty = All.
// disable votes one by one
// note: this can be done to any callvote, even if we forgot to add it to this list,
// composing the cvar with "g_disable_vote_" + <name of the callvote>
set g_disable_vote_gametype "0"
set g_disable_vote_map "0"
set g_disable_vote_nextmap "0"
set g_disable_vote_restart "0"
set g_disable_vote_scorelimit "0"
set g_disable_vote_timelimit "0"
set g_disable_vote_numbots "0"
set g_disable_vote_warmup "0"
set g_disable_vote_warmup_timelimit "0"
set g_disable_vote_extended_time "0"
set g_disable_vote_maxteams "0"
set g_disable_vote_maxteamplayers "0"
set g_disable_vote_lock "0"
set g_disable_vote_unlock "0"
set g_disable_vote_allow_teamdamage "0"
set g_disable_vote_allow_selfdamage "0"
set g_disable_vote_allow_falldamage "0"
set g_disable_vote_allow_uneven "0"
set g_disable_vote_maxtimeouts "0"
set g_disable_vote_timeout "0"
set g_disable_vote_timein "0"
set g_disable_vote_challengers_queue "0"
set g_disable_vote_kick "0"
set g_disable_vote_kickban "0"
set g_disable_vote_instajump "0"
set g_disable_vote_instashield "0"
// disable opcalls one by one (opcall are instant-pass callvotes by power users with operator password)
// note: this can be done to any callvote, even if we forgot to add it to this list,
// composing the cvar with "g_disable_vote_" + <name of the callvote>
set g_disable_opcall_gametype "0"
set g_disable_opcall_map "0"
set g_disable_opcall_nextmap "0"
set g_disable_opcall_restart "0"
set g_disable_opcall_scorelimit "0"
set g_disable_opcall_timelimit "0"
set g_disable_opcall_numbots "0"
set g_disable_opcall_warmup "0"
set g_disable_opcall_warmup_timelimit "0"
set g_disable_opcall_extended_time "0"
set g_disable_opcall_maxteams "0"
set g_disable_opcall_maxteamplayers "0"
set g_disable_opcall_lock "0"
set g_disable_opcall_unlock "0"
set g_disable_opcall_allow_teamdamage "0"
set g_disable_opcall_allow_selfdamage "0"
set g_disable_opcall_allow_falldamage "0"
set g_disable_opcall_allow_uneven "0"
set g_disable_opcall_maxtimeouts "0"
set g_disable_opcall_timeout "0"
set g_disable_opcall_timein "0"
set g_disable_opcall_challengers_queue "0"
set g_disable_opcall_kick "0"
set g_disable_opcall_kickban "0"
set g_disable_opcall_instajump "0"
set g_disable_opcall_instashield "0"
// game settings
set g_gametype "ca"
set g_teams_maxplayers "2"
set g_teams_allow_uneven "0"
set g_numbots "0"
set g_instagib "0"
set g_instajump "0"
set g_instashield "0"
// gametype settings - Gametype cfgs can change these when the server changes gametype
set g_allow_teamdamage "0"
set g_allow_selfdamage "0"
set g_allow_falldamage "0"
set g_scorelimit "21"
set g_timelimit "30"
set g_warmup_enabled "1"
set g_warmup_timelimit "5"
set g_match_extendedtime "5"
set g_countdown_time "5"
set g_maxtimeouts "3" // -1 = unlimited
set g_challengers_queue "1"
// map settings
set sv_defaultmap "babyimwetfinal1"
set g_maplist "" // list of maps in automatic rotation
set g_maprotation 0 // 0 = same map, 1 = in order, 2 = random
set g_asGC_stats "0"
set g_asGC_interval "10"
fs_game promod
set sv_motd "1"
set sv_motdfile "motd.txt"
I try to download my file on http://www.mediafire.com/myfiles.php
but I dont know what I have to put on it
the base warsow file ???
and if you are tired to answer me you can tell it to me xd
if no thanks
(updated 2012-07-23 15:21:33)
// This config will be executed last at launching a dedicated server.
// It will never be written in from War§ow.
// note that configs for individual gametypes can be found inside configs/server/gametypes directory
// such configs can override cvars set inside this file
// server settings - must be different for each server running on same machine
set sv_hostname "^3Toys Beginners Welcome"
set sv_ip "184.161.132.139" // set to bind to a specific interface IP address
set sv_port "44400"
set logconsole "wswconsole.log"
set logconsole_append "1" // don't destroy the old log when restarting server
// more server settings
set sv_public "1"
set sv_maxclients "8"
set sv_skilllevel "1" // 0 = easy, 1 = normal, 2 = hard
set password "" // password required to enter the server
set rcon_password "" // password to remotely control the server, keep secret
set sv_pure "1" // if 1 client is forced to use same game modules and
// game data as the server
set masterservers "dpmaster.deathmask.net ghdigital.com excalibur.nvg.ntnu.no"
set sv_showInfoQueries "0" // prints when a (server browser) info query is received
// file uploading
set sv_uploads_baseurl "http://blabla.org/warsow"" // http url of a directory mirroring Warsow directory.
// Note: mod directory not to be included in this url anymore.
// Example: sv_uploads_baseurl "http://mydomain.com/warsow" where
// there is a subdirectory "basewsw" or whatever mod directory your
// server is running containing the downloadable files.
set sv_autoupdate "1" // enable automatic download of updates from www.warsow.net.
set sv_iplimit "3" // limit connections per ip address (stop zombie dos/flood)
set g_operator_password "" // game operators get their callvotes instantly passed, so
// they are users who can kick, kickban, change map, etc without
// other players agreement
// server side demos
set g_autorecord "1" // record demos from all the matches
set g_autorecord_maxdemos "20" // if there is more than this amount of
// automatically recorded demos, the oldest ones will be deleted
set g_uploads_demos "1" // if this is enabled and server uploading is
// enabled, players can download demos from the server
// antilag settings
set g_antilag "1"
set g_antilag_timenudge "0"
// callvotes settings - you can add this cvar for every callvote, even if it isn't here
set g_vote_allowed "1"
set g_votable_gametypes "" // the server can only change to the gametypes in
// this cvar (space separated). Empty = All.
// disable votes one by one
// note: this can be done to any callvote, even if we forgot to add it to this list,
// composing the cvar with "g_disable_vote_" + <name of the callvote>
set g_disable_vote_gametype "0"
set g_disable_vote_map "0"
set g_disable_vote_nextmap "0"
set g_disable_vote_restart "0"
set g_disable_vote_scorelimit "0"
set g_disable_vote_timelimit "0"
set g_disable_vote_numbots "0"
set g_disable_vote_warmup "0"
set g_disable_vote_warmup_timelimit "0"
set g_disable_vote_extended_time "0"
set g_disable_vote_maxteams "0"
set g_disable_vote_maxteamplayers "0"
set g_disable_vote_lock "0"
set g_disable_vote_unlock "0"
set g_disable_vote_allow_teamdamage "0"
set g_disable_vote_allow_selfdamage "0"
set g_disable_vote_allow_falldamage "0"
set g_disable_vote_allow_uneven "0"
set g_disable_vote_maxtimeouts "0"
set g_disable_vote_timeout "0"
set g_disable_vote_timein "0"
set g_disable_vote_challengers_queue "0"
set g_disable_vote_kick "0"
set g_disable_vote_kickban "0"
set g_disable_vote_instajump "0"
set g_disable_vote_instashield "0"
// disable opcalls one by one (opcall are instant-pass callvotes by power users with operator password)
// note: this can be done to any callvote, even if we forgot to add it to this list,
// composing the cvar with "g_disable_vote_" + <name of the callvote>
set g_disable_opcall_gametype "0"
set g_disable_opcall_map "0"
set g_disable_opcall_nextmap "0"
set g_disable_opcall_restart "0"
set g_disable_opcall_scorelimit "0"
set g_disable_opcall_timelimit "0"
set g_disable_opcall_numbots "0"
set g_disable_opcall_warmup "0"
set g_disable_opcall_warmup_timelimit "0"
set g_disable_opcall_extended_time "0"
set g_disable_opcall_maxteams "0"
set g_disable_opcall_maxteamplayers "0"
set g_disable_opcall_lock "0"
set g_disable_opcall_unlock "0"
set g_disable_opcall_allow_teamdamage "0"
set g_disable_opcall_allow_selfdamage "0"
set g_disable_opcall_allow_falldamage "0"
set g_disable_opcall_allow_uneven "0"
set g_disable_opcall_maxtimeouts "0"
set g_disable_opcall_timeout "0"
set g_disable_opcall_timein "0"
set g_disable_opcall_challengers_queue "0"
set g_disable_opcall_kick "0"
set g_disable_opcall_kickban "0"
set g_disable_opcall_instajump "0"
set g_disable_opcall_instashield "0"
// game settings
set g_gametype "ca"
set g_teams_maxplayers "2"
set g_teams_allow_uneven "0"
set g_numbots "0"
set g_instagib "0"
set g_instajump "0"
set g_instashield "0"
// gametype settings - Gametype cfgs can change these when the server changes gametype
set g_allow_teamdamage "0"
set g_allow_selfdamage "0"
set g_allow_falldamage "0"
set g_scorelimit "21"
set g_timelimit "30"
set g_warmup_enabled "1"
set g_warmup_timelimit "5"
set g_match_extendedtime "5"
set g_countdown_time "5"
set g_maxtimeouts "3" // -1 = unlimited
set g_challengers_queue "1"
// map settings
set sv_defaultmap "babyimwetfinal1"
set g_maplist "" // list of maps in automatic rotation
set g_maprotation 0 // 0 = same map, 1 = in order, 2 = random
set g_asGC_stats "0"
set g_asGC_interval "10"
fs_game promod
set sv_motd "1"
set sv_motdfile "motd.txt"
I try to download my file on http://www.mediafire.com/myfiles.php
but I dont know what I have to put on it
the base warsow file ???
and if you are tired to answer me you can tell it to me xd
if no thanks
(updated 2012-07-23 15:21:33)
Many mistakes:
set sv_uploads_baseurl "http://blabla.org/warsow"" <- NO
AND media fire link wont work its not an http file server.
Also leave
set sv_ip "184.161.132.139"
empty
set sv_ip ""
Anyway there are so many errors give me 30 min i post some guides for you
Also I suggest you hide or change your server passwords from the conf becuase its a public forum.
you should keep map and other download files on a web server.
like:
www.clantoys.com/warsow/basewsw/map_babyimwet.pk3
www.clantoys.com/warsow/basewsw/map_lol.pk3
EDIT:
You know what. put all the map files and other files that the server offers for dl in a zip and upload them to mediafire. Then give me the link.
I will take care of you config and file hosting.
(updated 2012-07-20 00:44:19)
set sv_uploads_baseurl "http://blabla.org/warsow"" <- NO
AND media fire link wont work its not an http file server.
Also leave
set sv_ip "184.161.132.139"
empty
set sv_ip ""
Anyway there are so many errors give me 30 min i post some guides for you
Also I suggest you hide or change your server passwords from the conf becuase its a public forum.
I try to download my file on http://www.mediafire.com/myfiles.php
but I dont know what I have to put on it
the base warsow file ???
you should keep map and other download files on a web server.
like:
www.clantoys.com/warsow/basewsw/map_babyimwet.pk3
www.clantoys.com/warsow/basewsw/map_lol.pk3
EDIT:
You know what. put all the map files and other files that the server offers for dl in a zip and upload them to mediafire. Then give me the link.
I will take care of you config and file hosting.
(updated 2012-07-20 00:44:19)
kinda made my day
i like this the most
Woody wrote:
here is my config
set rcon_password "chart"
set g_operator_password "tinain"
i like this the most
Mef!sto wrote:
kinda made my day
Woody wrote:
here is my config
set rcon_password "chart"
set g_operator_password "tinain"
i like this the most
ha ha the server is not even reachable from the internet so what u gonna do with them.
Anyway woody just send me all the files wsw offers for download and
I will upload them to my web server.
Then I will change the conf and send it to you with working web download and settings.
(updated 2012-07-20 00:50:24)
Then I will change the conf and send it to you with working web download and settings.
(updated 2012-07-20 00:50:24)
Woody wrote:
u are not obligated to do it for me
huh? It would be easier for me and you. I got that web space unused anyway :D
After that I change few lines in conf and you can run your server without problems.

