Page 1 of 1

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

Posted: 20 Oct 2018, 18:48
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.