-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35348ad
commit 41400ed
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
# staleLauncher | ||
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 with shortcuts to launch each process. | ||
-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 and was hastily done in a two or three days, so there might be improvements needed. I was unsatisfied with the options available for server controls, so I done made this simple little launcher. | ||
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). |