I recently have found a host for my fastdl server, and i seem to have some issues setting it up. here is the database im trying to connect to: [url]http://domofreak.x10.mx/[/url]
here is a copy of my server launching .bat file;
code/
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds, close the srcds window and type Y depending on your language followed by Enter.
title Server Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -game garrysmod -console +net_maxfilesize 64 +sv_downloadurl domofreak.x10.mx/ +sv_allowupload 1 +sv_allowdownload 0 +rcon_password ThisIsntMyRealRconPassword +maxplayers 32 +sv_tags fretta terror trouble TTT terrorist town test +sv_defaultgamemode deathrun +log +sv_gamemode deathrun +map deathrun_parking_garage +hostname "domos fretta server (BETA)"
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
/code
it simply isnt downloading the files through fastdl. any help?
Sorry, you need to Log In to post a reply to this thread.