start login-server, char-server and map-server with a single command when using kde

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
tomminator
TMW Adviser
TMW Adviser
Posts: 107
Joined: 18 Oct 2008, 17:27

start login-server, char-server and map-server with a single command when using kde

Post by tomminator »

hi,

For those kde users who dont know this already, I found a way to open a kde terminal window and start each server in its own tab.
first you create a file and add following lines:

Code: Select all

title: %n;; workdir:/path/to/code/evol-all/server-data;; command: /path/to/code/evol-all/server-data/char-server

title: %n;; workdir:/path/to/code/evol-all/server-data;; command: /path/to/code/evol-all/server-data/map-server 

title: %n;; workdir:/path/to/code/evol-all/server-data;; command: /path/to/code/evol-all/server-data/login-server 
(make sure to replace /path/to/ with the path where you installed evol-all)

next start konsole with following commandline options:

Code: Select all

konsole --tabs-from-file startserver
where startserver is the name of the previous created file

I hope this makes some people happy.
This is not a placeholder
Post Reply