You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many community servers have a third-person plugin, which allows the players to easily switch between first-person and third-person.
Because of this, the third-person effect from Chaos Mod is easily removed using such commands.
I would suggest blocking the following commands (SourceMod commands and TF2's console commands) and SourceMod chat-triggers for the duration of the third-person effect:
firstperson (console command; does not require sv_cheats)
thirdperson (console command; requires sv_cheats, so maybe it's not necessary to block)
sm_fp
sm_tp
sm_firstperson
sm_thirdperson
sm_view
fp (chat-trigger)
tp (chat-trigger)
firstperson (chat-trigger)
thirdperson (chat-trigger)
view (chat-trigger)
Perhaps it would also be interesting to temporarily block the use of larger FOVs, but I don't see this as necessary as the aforementioned problem.
Thank you for your attention.
The text was updated successfully, but these errors were encountered:
Tried looking into this, not a good way to do this as the commands are entirely clientside and cannot be detected from a plugin. The only real "solution" is to re-apply the thirdperson camera every few seconds.
Many community servers have a third-person plugin, which allows the players to easily switch between first-person and third-person.
Because of this, the third-person effect from Chaos Mod is easily removed using such commands.
I would suggest blocking the following commands (SourceMod commands and TF2's console commands) and SourceMod chat-triggers for the duration of the third-person effect:
Perhaps it would also be interesting to temporarily block the use of larger FOVs, but I don't see this as necessary as the aforementioned problem.
Thank you for your attention.
The text was updated successfully, but these errors were encountered: