• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Code Mut: Per Server Stats

Raise its NICE value to lower priority. You can do it 2 ways:
a) when starting the process:
Code:
nice -n 10 wineconsole --backend=curses ServerPerksHostNW.exe >/dev/null 2>&1 &
b) re-nice already running process:
Code:
renice -n 10 -p <PID>
, where <PID> is a process id, which can be retrievied by:
Code:
ps ax | grep wineconsole | grep -v grep
First number you'll see in the output will be a PID.
Thank you for useful information! By the way what Linux OS are you using ,becasue i tried with debian 6.0 installing wine and I think I have F#$@k it up :eek: .
 
Upvote 0
U sure? Cos I've been told that the Server Perks DB (the one under the serverperks DL) doesn't load in custom stats as a centralized database.

I have 2 custom stats for my Gunslinger perk on both servers and everything works fine. Maybe you can encounter some issues when different server are using different custom stats and player jumps from one server to another. But I think those rumors are obsoleted.
 
Upvote 0