Another player on server causes framedrops

Started by MMG on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 16:52, 9. Apr 2024
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Another player on server causes framedrops

So yesterday I tryed new version of my mod with a friend, last version worked fine, but this one had severa framedrop issues.

When player gets loaded FPS decrease drastically. Video: https://www.youtube.com/watch?v=Gt390N9cd8g

I tryed turning of my on player tick procedures, didn't worked.

It's a client side issue. RAM and procesor are doing just fine, no overheating whatsoever.

Then what the heck is wrong?

Also turning of Vsync helps a little. (Video was recorded with Vsync off)

Last seen on 16:52, 9. Apr 2024
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I managed to fix it  
Thu, 03/11/2021 - 06:58

I managed to fix it

 

Last seen on 16:52, 9. Apr 2024
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On player tick procedure…
Thu, 03/18/2021 - 11:01

On player tick procedure. The one I disabled, it somehow had to go under my radar since I missed it completely. I though I disabled it and in reallity I didnt. It was checking 200K blocks per tick per each player. I found it by deleting mod elements 1 by 1 on backuped workspace. I fixed it by reducing the blocks to 8K blocs every 40 ticks