07-03-2012, 12:06 AM
Alright I've set up a GMod server through srcds
This is my start batch file
This is my server.cfg
The url http://garrysmodjason.x90x.net/garrysmod works, and i can download as well.
However,
It always downloads from the server (srcds) not the fastdl.
When i start the server
despite my server.cfg being setup,
sv_downloadurl is always set as ""
I change it to that http url, but it still downloads from the server, and not from the filehost(x90x).
what do i do?.. somebody help me please.
Yes, I have legit GMod.
This is my start batch file
Code:
@echo off
cd C:\Program Files (x86)\Valve\HLServer\games\orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod -port 27015 +map gm_construct +maxplayers 16
echo "Garry's Mod" has now started.
echo It is recommended that you start Server Crash Recovery aswell.
This is my server.cfg
Code:
hostname GMod constructing server
rcon_password faggot
sv_password
sv_lan 0
sv_allowupload 0
sv_allowdownload 0
sbox_noclip 1
sbox_godmode 0
sbox_weapons 1
sbox_plpldamage 1
sbox_maxprops 300
sbox_maxragdolls 5
sbox_maxnpcs 0
sbox_maxballoons 25
sbox_maxeffects 5
sbox_maxdynamite 15
sbox_maxlamps 10
sbox_maxthrusters 20
sbox_maxwheels 40
sbox_maxhoverballs 20
sbox_maxvehicles 5
sbox_maxbuttons 20
sbox_maxemitters 0
sbox_maxspawners 0
sbox_maxturrets 4
net_maxfilesize 64
cl_allowdownload 1
cl_downloadfilter all
download_debug 0
sv_downloadurl http://garrysmodjason.x90x.net/garrysmod
sv_allowdownload 1
sv_allowupload 1
The url http://garrysmodjason.x90x.net/garrysmod works, and i can download as well.
However,
It always downloads from the server (srcds) not the fastdl.
When i start the server
despite my server.cfg being setup,
sv_downloadurl is always set as ""
I change it to that http url, but it still downloads from the server, and not from the filehost(x90x).
what do i do?.. somebody help me please.
Yes, I have legit GMod.