SPSquonK / ServerStarter

A tool to start all the executable for a FlyFF server
MIT License
1 stars 0 forks source link

ServerStarter

This is a small python script intended to FlyFF developpers to make it easier to start / restart the parts of the server during development.

A screenshot

Install the script

This script uses python, so be sure python is installed on your system. As FlyFF is entirely running on Windows, the script is made to be compatible with Windows only.

Goal

This script is able to start the differents programs managing a server and start Neuz instances. The goal is to provide a centralized entry point to test a server locally.

Code organization

Misc.

start "" AccountServer.exe
timeout 2
start "" DatabaseServer.exe
timeout 2
start "" CoreServer.exe
timeout 2
start "" Certifier.exe
timeout 2
start "" LoginServer.exe
timeout 2
start "" CacheServer.exe
timeout 2
start "" WorldServer.exe