Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: rok on October 20, 2005, 01:45:27 PM
-
how do i start a linux server as a daemon (or in the background)?
-
./paintball2 +set dedicated 1 +exec server.cfg +map midnight &
The & will put it in the background.
-
works fine. thx!
there is any screenlogging. how can i turn this off?
-
Screenlogging? You mean ouputting things to the screen? I think you can stop that with +set nostdout 1.
-
yes, thx again!
can i write this into a logfile?
-
Post removed
-
yes, thx again!
can i write this into a logfile?
logfile
Type: Toggle
Default: 0
Description: Toggle the logging of console messages.
Values:
0 - Disable logging.
1 - Enable buffered logging where the log file is only updated when the text buffer fills up. The log file will be deleted and overridden when a new server starts up.
2 - Enable continuous logging where the log file is updated with every new line of text. The log file will be deleted and overridden when a new server starts up.
3 - Enable continuous logging where the log file is updated with ever new line of text. The log file will be appended to and logging will continue to the same log file when a new server starts up.
From http://www.planetquake.com/console/commands/quake_2.html
Put "set logfile 3" in your config or command line (with command line, you need to use +set logfile 3).