*SIMPLE* How do I install this freakin LFDS [message #40909] |
Wed, 20 August 2003 01:36 |
Sven
Messages: 29 Registered: February 2003
Karma:
|
Recruit |
|
|
The location you're extracting to doesn't matter, simply choose a directory like Ren_Server, or whatever you like.
So, for example, our server resides in /renegade.
You need to start the server then with './renegede_server' in this directory.
In addition we have a small shell script which loads the server with a specified, high, process priority:
#!bin/bash
cd /renegade
nice -n -15 ./renegade-server
cd
nice sets the priority, the highest is 19. You may set the priority also while the server is already running, the command for this is 'renice' and you have to omit the -n parameter then.
Hope this helps
['fp]
CnC Foren
CnC Community News
|
|
|