Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

flystart - the better server launcher

Initiate Mage
Joined
Oct 30, 2007
Messages
4
Reaction score
6
Sup guys,

not sure what everyone is using to start their server, but i've written an launcher to manage that problem the smooth way (and get rid of those annoying windows).

The launcher is controlled with 4 hotkeys (keycombinations are: CTRL + SHIFT + <Key>):

Code:
[R] -> start alle server components
[K] -> stops all server components
[D] -> displays all windows of each component
[H] -> hides all windows of each component

You can manage the components which should be launched with an simple .txt file where the executable names / paths (relative or absolute) are given.

If there is no services.txt file in the launchers directory, the following default paths are used (executable in the launchers directory):

Code:
AccountServer.exe
DatabaseServer.exe
CoreServer.exe
Certifier.exe
LoginServer.exe
CacheServer.exe
WorldServer.exe

The components are launched in the same order as they are placed in the .txt file, and stopped in the reverse order.

Additionally the following parameters can be passed to the launcher at startup:

Code:
-log (write log-entries to the console about miscellaneous thing going on at launchers runtime)
-logmax:XXX (limits the log-entries in console to XXX lines)
-nohide (disables the auto-hide function at startup)
-interval:XXX (delay between the startup of each component)

If the launcher is closed while any component is running, all the windows are shown again.

Virustotal:

Source, the executable file and an example for the services.txt are in the attachments.

appologiez for mah bad english! :eek:tt1:
 

Attachments

You must be registered for see attachments list
Back
Top