Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Linux FDS » *SIMPLE* How do I install this freakin LFDS
*SIMPLE* How do I install this freakin LFDS [message #40909] Wed, 20 August 2003 01:36 Go to previous message
Sven is currently offline  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 Wink


 
Read Message
Read Message
Previous Topic: RenRem
Next Topic: Sexy chicks love LINUX
Goto Forum:
  


Current Time: Wed Jun 19 19:47:42 MST 2024

Total time taken to generate the page: 0.00665 seconds