DSConnect/Game/Search Server Autorun
DSConnect/Game/Search Server Autorun
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
Make a batch file
Code: Select all
:start
dsgame-server.exe
goto start
-- Whasf
Re: DSConnect/Game/Search Server Autorun
Mine for testing:
Includes timestamps to let you know when it crashed etc.
Code: Select all
@echo off
:onCrash
echo [%date% %time%] Restarting Game Server...
DSGame-server.exe
GOTO onCrash
Re: DSConnect/Game/Search Server Autorun
Thanks guys!
Re: DSConnect/Game/Search Server Autorun
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.
login server is almost 100% other then figuring out slot 5 10 and 15 it never crash's.