DSConnect/Game/Search Server Autorun

Any discussion not related to the other forum topics
Post Reply
HackGoDz
Posts: 37
Joined: Thu Aug 16, 2012 12:12 pm

DSConnect/Game/Search Server Autorun

Post by HackGoDz » Fri Aug 16, 2013 2:10 am

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 :)

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: DSConnect/Game/Search Server Autorun

Post by whasf » Sat Aug 17, 2013 6:37 pm

Make a batch file

Code: Select all

:start
dsgame-server.exe
goto start
-- Whasf

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: DSConnect/Game/Search Server Autorun

Post by atom0s » Sat Aug 17, 2013 6:56 pm

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.

HackGoDz
Posts: 37
Joined: Thu Aug 16, 2012 12:12 pm

Re: DSConnect/Game/Search Server Autorun

Post by HackGoDz » Sun Aug 18, 2013 1:16 pm

Thanks guys!

Robert
Posts: 33
Joined: Fri Aug 16, 2013 9:14 am

Re: DSConnect/Game/Search Server Autorun

Post by Robert » Tue Aug 20, 2013 12:43 pm

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.

Post Reply