Page MenuHomeFeedback Tracker

Need "difficultyEnable" or "3rdPersonViewVehicle" options
Assigned, WishlistPublic

Description

At the moment there is no way of reliably limit player to 1st person view on foot and allow both 1st and 3rd person view in vehicles, especially after BIS broke switchCamera command: http://feedback.arma3.com/view.php?id=11577

Even with switchCamera fixed it is far from optimal solution to check player cameraView on each frame and reset to 1st person when player switched to 3rd.

Here are 2 proposed solutions.

  1. Add another option to server/game difficulty config "3rdPersonViewVehicle" next to "3rdPersonView". This is pretty straight forward and no doubt this had been asked million times already.
  1. Add scripting command "difficultyEnable". We already have "difficultyEnabled" command which allows to see if "3rdPersonView" is enabled. Why not add a command that would enable or disable given difficulty on the fly. This way as person enters a vehicle

difficultyEnable ["3rdPersonView", true]

as player exits the vehicle

difficultyEnable ["3rdPersonView", false]

This command will also allow for easy difficulty setup for mission maker.

Details

Legacy ID
3023673182
Severity
None
Resolution
Open
Reproducibility
Always
Category
Feature Request

Event Timeline

Killzone_Kid edited Additional Information. (Show Details)
Killzone_Kid set Category to Feature Request.
Killzone_Kid set Reproducibility to Always.
Killzone_Kid set Severity to None.
Killzone_Kid set Resolution to Open.
Killzone_Kid set Legacy ID to 3023673182.May 7 2016, 5:41 PM
Bohemia added a subscriber: sms.Dec 31 2013, 6:07 PM
noigel added a subscriber: noigel.Jun 17 2017, 6:45 PM

This would be a great hybrid solution for the 1) complaints that 3rd person perspective allows unfair sight advantages in player vs player "on-foot" scenarios but would benefit 2) players that find it difficult to maneuver land and air vehicles without the 3rd person perspective.

With this configuration I would suggest that the vehicle driver be the only player that gets the 3rd person view... in my mind 1) passengers should still be restricted to first person perspective only and 2) vehicle weapon operators should still be restricted to their "weapon site" views to support the player vs. player balance side of the equation. I'd suggest the setting instead be named "3rdPersonViewVehicleDriver" to still fit Killzone_Kid's nomenclature.