Page 1 of 1
DSConnect/Game/Search Server Autorun
Posted: Fri Aug 16, 2013 2:10 am
by HackGoDz
Can someone explain to me a way to make DS-Connect/Game and Search server autorun on crash so I don't have to keep running the programs manually again? Thanks
Re: DSConnect/Game/Search Server Autorun
Posted: Sat Aug 17, 2013 6:37 pm
by whasf
Make a batch file
Code: Select all
:start
dsgame-server.exe
goto start
Re: DSConnect/Game/Search Server Autorun
Posted: Sat Aug 17, 2013 6:56 pm
by atom0s
Mine for testing:
Code: Select all
@echo off
:onCrash
echo [%date% %time%] Restarting Game Server...
DSGame-server.exe
GOTO onCrash
Includes timestamps to let you know when it crashed etc.
Re: DSConnect/Game/Search Server Autorun
Posted: Sun Aug 18, 2013 1:16 pm
by HackGoDz
Thanks guys!
Re: DSConnect/Game/Search Server Autorun
Posted: Tue Aug 20, 2013 12:43 pm
by Robert
you can try this
http://ffxi-a.googlecode.com/svn/trunk/ its my core for rev 3891 of darkstar
login server is almost 100% other then figuring out slot 5 10 and 15 it never crash's.