PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
39 stars 9 forks source link

Third person auto switch prevents the user from manually switching into third person mode #162

Closed kai-li-wop closed 5 months ago

kai-li-wop commented 2 years ago

I just re-discovered the CVAR cg_thirdPersonAutoSwitch which enables the user to switch from 1st person view into 3rd person view when ever the Punchy is selected and back, when he switches to another weapon. The downside of the currently implemented solution for this is, that it prevents the user to switch manually to 3rd person view and back when Punchy is not selected while cg_thirdPersonAutoSwitch is set to 1. The CVAR should only have an effect, if the user is not already in third person mode I guess.

kai-li-wop commented 2 years ago

Also, there is a menu option missing for this.

kai-li-wop commented 5 months ago

8833ddf91025971b839c9055f5eadd18047be805 removes this feature instead of fixing it.

3aTmE commented 4 months ago

Wow! Never knew of the existence of this CVAR!

Anyhow, i tested it in 1.6.2 first ,which obviously still worked and also broke my manual 3th person toggle.

Afterwards i tested it with the current code base. I was able to set this CVAR in the console, but it had no effect and my 3th person view toggle still worked.

Or to keep it short: I can confirm this as working :)