• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Request] Much Player in same zone drop FPS

Joined
Sep 3, 2013
Messages
903
Reaction score
227
Hello, i have some question for us, when have 10-15 players in the same zone ( fire, place barricade move etc..) the FPS drop. ( Colorado)

Different solution i think it's good:

  • Have 3rd Attachement visible, maibe causing that (model 3D much detailled) and too much request on network with ATTM
  • Animation ? maibe for X distance stop play animation
  • Model 3D for x distance dont show model 3D ( like rust show player on dark mode)

WHat do you think ?
 
Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,797
Near of 20 players in same city, get FPS problem. I have fixed it on my src changing Barricade render and particles.
Problem FPS solved for me.

Update: issues related to Loss of FPS when using Barricades, Entering a city with cars, Killing several zombies.

it is the exactly i have changed.
 
Last edited by a moderator:
Upvote 0
Joined
Apr 2, 2013
Messages
1,098
Reaction score
4,625
problems with fps / lag is related to several factors, one of which is the game physics poorly optimized or outdated, shaders and particles poorly optimized or bad programming in your code. you just imposing a condition to render only at certain distances would not solve your problem, this is just good against cheats...
 
Upvote 0
Joined
Sep 3, 2013
Messages
903
Reaction score
227
horrible but efficace



It's better to remove line
Code:
GameWorld().m_BulletMngr->AddShell(shellPos, shellDir*u_GetRandom(0.15f, 0.25f), shellOrient, shellType);

Not create and update for nothing :p
 
Upvote 0
Back
Top