Completed Low FPS complaints Deathrun servers (1 Viewer)

Status
Not open for further replies.

Stabbin

Gameserver Admin
Staff member
Gameserver Admin
Donator
Development
Joined
Aug 6, 2013
Messages
903
Hi,

Players new and regular, have been complaining about low FPS. The cause is that we enable outline for all 31 players if the server is full. I personally don't have any FPS problems, but people with slightly older computers do.

Please @Kevin, change the following line in "\addons\sourcemod\data\deathrun\deathrun.cfg" for all deathrun servers.

Code:
08.   //How many players on the "runners" team must be alive to activate the outline (-1 = never|0 = always|>0 alive runners needed).
09.   "outline"
10.   {
11.       "runners"    "-1"        //On the runners team
12.       "death"       "-1"    //On the death
13.   }
 
  • Like
Reactions: Ranger Ciri
Hi,

Players new and regular, have been complaining about low FPS. The cause is that we enable outline for all 31 players if the server is full. I personally don't have any FPS problems, but people with slightly older computers do.

Please @Kevin, change the following line in "\addons\sourcemod\data\deathrun\deathrun.cfg" for all deathrun servers.

Code:
08.   //How many players on the "runners" team must be alive to activate the outline (-1 = never|0 = always|>0 alive runners needed).
09.   "outline"
10.   {
11.       "runners"    "-1"        //On the runners team
12.       "death"       "-1"    //On the death
13.   }
implemented on all servers.
should be fixed on next map.

thanks stabbin.
 
  • Happy
Reactions: Stabbin
Status
Not open for further replies.

Users who are viewing this thread