Photon-GitHub / AntiCheatAddition

An anticheat with nieche checks to cover cheats usually not covered by anticheats.
GNU General Public License v3.0
147 stars 43 forks source link

đź”´ | ESP Hide problem #641

Closed Regomy closed 1 month ago

Regomy commented 1 month ago

https://youtu.be/r37WcNRW30c 1:15 timecode


enabled: true
# Time between two ESP cycles.
# Low values decrease performance, high values may cause players to be hidden for too long and pop up. (in ticks)
interval_ticks: 1
# By default, only sneaking players are fully hidden from other players because nametags are visible through walls.
# If you disable nametags or choose to ignore this vanilla behaviour, you can set this option to true which
# causes all players to be fully hidden, even when not sneaking.
only_full_hide: true
# Should Esp consider Minecraft’s 3rd person perspectives? Enabling this reduces performance.
calculate_third_person_modes: false
F3F5 commented 1 month ago

+1

Janmm14 commented 1 month ago

esp does not check every block between players, for improved performance, only selected blocks are checked - blocks near either player and blocks exactly in the middle betwen players and 1/3 on either way or so.

the idea is so esp hides people who are hiding in small areas and like people mining a bunch of blocks below and further away will very likely have some solid blocks at like the middle between both players or so

Photon-GitHub commented 1 month ago

As Jan already said, this is a limitation of ESP to allow better performace. I used full iteration before and no server was able to handle more than 20 players, which is unacceptable.