lishid / Orebfuscator

Orebfuscator - The definitive Anti X-Ray plugin for CraftBukkit
http://dev.bukkit.org/bukkit-plugins/orebfuscator/
GNU General Public License v3.0
116 stars 114 forks source link

Players complain of FPS (Engine Mode 2) #176

Open ssamjh opened 6 years ago

ssamjh commented 6 years ago

Hello there

I have a small server that I run for a group of friends. Anyway when I run engine mode 2 they complain about frame drops and I have seen the issue in the past.

Does anyone have any ideas as to what the culprit could be?

ProgrammerDan commented 6 years ago

Engine Mode 2 sends random mixes of blocks; might try a different mix of blocks? In general though this could result in a higher performance impact on clients, you might try switching to mode 1 and seeing if it's better, and work on a tighter config using the proximity and line of sight optimizations to achieve the same outcome.

If you were depending on em2 for basehiding due to the mix of blocks, the fps loss might be unavoidable (as it's clientside and likely a natural artifact of the plugin "doing its job"). Post your config here and we can certainly look it over!