StarCoreSE / SCModRepository

Starcore's Mod Repo
https://www.starcore.tv/
GNU General Public License v3.0
2 stars 17 forks source link

Ares constantly missing #1415

Open StarCoreIssueBot opened 2 months ago

StarCoreIssueBot commented 2 months ago

On my screen it shows the ares shooting and missing every time, but only SOMETIMES it hits and I can't tell when.

Submitted by:

Tiberias42 commented 2 months ago

But who's screen is it? The world may never know

BadM0dder commented 2 months ago

It's because weaponcore turrets rotation is more precisely tracked and comminated across clients compared to grids themselves. Grids themselves use keens rotational syncing which is not as advanced or effective.

As far as I understand anyways. It's why ctcs are invisible, point at target returns false on your client, when it's actually true on the grid firing it, so instead of seeing a shot that visually misses but actually hits, this check in-between that means your client doesn't generate a fire event at all.

We should put a 20 km admin test beam on a ctc and see if it moves in spurts or smoothly tracks a distance target, from the targets perspective.

InvalidArgument3 commented 2 months ago

yeah that #531

CommodoreChet commented 2 months ago

Would increasing the Aim Tolerance help alleviate this?

BadM0dder commented 1 month ago

Would increasing the Aim Tolerance help alleviate this?

No. The alignment of the muzzle of the gun on your client is not pointed exactly at you and so it misses. It's a sync thing.