Which Gate ?

Hany

Golden Oldie
Golden Oldie
Feb 28, 2005
886
32
135
Which gate needs to be closed manually?

i coded a server starter, just need to know which gates i shouldn't just kill Process obviously other than M2Server as i have that already on a timer :001_tt2:

on my server starter, upon "Close Server"

Goes and manually close M2Server.exe and wait until it saves

then kill process of other gates , would this cause any problems?

ps by saying kill process , its like end task process from task manager , doesn't wait for the application to close.
 
Last edited:

kyndigs

LOMCN Developer
Developer
Feb 19, 2009
1,126
117
190
Reading, UK
Probably anything that saves information like the DBServer, So as long as you close he M2Server before the DBServer and let it send the info to save the players it should be fine.
 

Hany

Golden Oldie
Golden Oldie
Feb 28, 2005
886
32
135
oh well, ive set m2 as the first gate to close and added a WaitForExit();

to it, so it actually waits untill m2s finished closing aka saving the information to db etc etc

that should be fine i guess.

Thanks anyway man!