PDA

View Full Version : [TrinityCore] stale server and client launcher



Wise
30-06-17, 01:56 AM
The launcher that I done made.
It starts/stops TC worldserver and authserver processes. Also launches the client if configued. Made for use with a single server, and server/client paths are configured in an XML file (staleConfig.xml). Includes options such as:
-Tray icon
-Delete client cache folder on launch
-Hide server processes
-Restart server on crash/exit
-Clear DBErrors.log on server start
-Shortcuts to server and client folders

This is my first attempt at a c# windows form type thing so it's probably shit, but it works well for me. I'd appreciate the feedback and thank you for trying.



I went ahead and made a github repo with the code. You can download the release here:

Download: Releases . Staleness89/stalelauncher . GitHub (https://github.com/Staleness89/stalelauncher/releases)
http://i.imgur.com/L4SseNR.png


Credits: staleness89

HenryDavid
14-12-17, 04:17 AM
Hmm, I'm going to go ahead and try this out. :)