PazerOP / CastingEssentials

A Team Fortress 2 client plugin that enhances the experience of both casters and viewers.
https://Essentials.tf
BSD 2-Clause "Simplified" License
29 stars 12 forks source link

Autocamera cycle prev inconsistent behaviour from next #49

Closed Wiethoofd closed 6 years ago

Wiethoofd commented 6 years ago

next 'snaps' to the nearest defined static autocamera prev will go to the last defined autocamera in the vdf

PazerOP commented 6 years ago

"Fixed" in https://github.com/PazerOP/CastingEssentials/commit/f214c2d68b7cf6dfffe0f3135c8e6ffb2732b9d9. The two now have identical behavior when not on an autocamera.

Wiethoofd commented 6 years ago

This fix undid the behaviour I keep expecting when using 'next' to snap to the nearest autocamera, it doesn't happen anymore like it did in the version before this release and now (I assume) prioritizes file order/LoS over actual proximity (which I preferred for consistency of getting an angle which shows players)

Edit: I might have read over the ce_autocamera_spec_player changes in the r18 changelog, going to try those instead.