I know a lot of people have this problem, but I couldn't find a working fix.
I tried setting up a FRETTA server, and it worked. Once fastdl was set up, it stopped downloading maps. Now it just gives me the "missing map *map name here* disconnecting error.
I have a friend who gave up on fretta with the SAME EXACT BUG.
Whenever I connect to the server, the download box says each of there for about a second each
zo_doomhouse.bsp.bz2
zo_doomhouse.bsp
*random stuff*.dua (2 seconds)
Then it disconnects me. I am guessing it has something to do with it trying to download both a bzipped and a normal version.
Server OS: Windows Vista 32 Bit
Processor: Intel Core 2 Duo 2.16GHZ. No hyperthreading
Ram: 3GB
Game(s): Garry's Mod
Start Up Command:
Admin Mods: Extso
Just a note, net_maxfilesize IS on 64, so don't tell me to turn it up. Also this is a 1.6 MB map...
Server.cfg
Also I do have all of it chmodded on 777
Edit: Resolved. It wasn't inside of the public.html folder so I could only access it through ftp
I tried setting up a FRETTA server, and it worked. Once fastdl was set up, it stopped downloading maps. Now it just gives me the "missing map *map name here* disconnecting error.
I have a friend who gave up on fretta with the SAME EXACT BUG.
Whenever I connect to the server, the download box says each of there for about a second each
zo_doomhouse.bsp.bz2
zo_doomhouse.bsp
*random stuff*.dua (2 seconds)
Then it disconnects me. I am guessing it has something to do with it trying to download both a bzipped and a normal version.
Server OS: Windows Vista 32 Bit
Processor: Intel Core 2 Duo 2.16GHZ. No hyperthreading
Ram: 3GB
Game(s): Garry's Mod
Start Up Command:
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game garrysmod +defaultgamemode "zombieonslaught" +map zo_doomhouse.bsp +maxplayers 16
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
Just a note, net_maxfilesize IS on 64, so don't tell me to turn it up. Also this is a 1.6 MB map...
Server.cfg
Code:
//Basic settings
"hostname" " {TPC} Fretta Fun; Lots of Gamemodes"
"rcon_password" "********" //Remote control password
"sv_password" "" //Server password
"sv_region" "0" // 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)
//If you want use fast download, please remove slash.
//"sv_downloadurl" "http://example.com/garrysmod/"
// Sandbox server settings
"sbox_godmode" "0"
"sbox_plpldamage" "0" // set this to 1 to disable player vs player
damage.
"sbox_noclip" "1"
// Sandbox limits
"sbox_maxprops" "1000"
"sbox_maxragdolls" "5"
"sbox_maxnpcs" "25"
"sbox_maxballoons" "15"
"sbox_maxeffects" "10"
"sbox_maxdynamite" "50"
"sbox_maxlamps" "20"
"sbox_maxthrusters" "200"
"sbox_maxwheels" "10"
"sbox_maxhoverballs" "400"
"sbox_maxvehicles" "3"
"sbox_maxbuttons" "200"
"sbox_maxemitters" "5"
"sbox_maxspawners" "3"
"sbox_maxturrets" "20"
// 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" "100"
"sbox_maxwire_thrusters" "200"
"sbox_maxwire_target_finders" "10"
"sbox_maxwire_speedometers" "14"
"sbox_maxwire_emitters" "25"
"sbox_maxwire_simple_explosive" "30"
"sbox_maxwire_sensors" "300"
"sbox_maxwire_screens" "200"
"sbox_maxwire_relays" "200"
"sbox_maxwire_rangers" "20"
"sbox_maxwire_radioes" "30"
"sbox_maxwire_sockets" "20"
"sbox_maxwire_plugs" "20"
"sbox_maxwire_pixels" "20"
"sbox_maxwire_panels" "200"
"sbox_maxwire_outputs" "200"
"sbox_maxwire_oscilloscopes" "20"
"sbox_maxwire_locators" "30"
"sbox_maxwire_lights" "16"
"sbox_maxwire_inputs" "20"
"sbox_maxwire_indicators" "210"
"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"
net_maxfilesize "64"
sv_downloadurl "http://istealer1230.hostei.com/garrysmod"
sv_defaultgamemode "zombieonslaught"
Also I do have all of it chmodded on 777
Edit: Resolved. It wasn't inside of the public.html folder so I could only access it through ftp