Jump to content

Aviator86

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by Aviator86

  1. This issue still persists. Graphic settings are Included in Movie and the other opponent needs to jump in order to see the flicker. As you can see in the Movie we still saw it at 600m distance.
  2. Hey Alloc, I just wanted to give you a headsup what i noticed the other day my server was filling up with memory (there where multiple instances running of the same instance). I was reading trough the scripts and saw that theese entire isrunning is based that the pid file exists. I looked farther where you stop the server in kill.sh there is something which i do not know if it safe but you end the process with After You just assume that the Pid is gone and delete the which then never allows the function isrunning (which prevent for multiple instances to run or indicates the process still runs) to get true and you can start multiple instances. I noticed that where the server crashed you killed the server the script said it was killed but ir was still in the process list and i could start another process caused than there to be 2. Maybe if you get time you can look into that or just add an PS AUX there example: This is what i used to make sure it is Closed without trusting the start stop daemon
  3. I had the issue with the map too no reaction not showing icons. I downloaded the svn and complied it myself uploaded the map addon no more issue. I was wondering why the map xml shows version 4 in the script tar but on the actually svn it shows 5.
  4. i Run into 2 Issues: First i run a server for weeks now in 32Bit mode instead of 64bit (should pay more attention). I changed my start.sh. i replaced this: with this: It Basicly detects the Kernel you are using if 32Bit or 64Bit and then starts either the 32bit executable or the 64bit executable. The other one was the status.sh i was getting Following Output: See how the Current Players show (standard instead a number. Aparently this is an issue with grep if you took the regex out you got following output so i change thi: and change this into: and got now following output: i noticed the same thing in the instances.sh changed there: into: Maybe this helps somebody!
×
×
  • Create New...