Jump to content
Sign in to follow this  
khaosmatical

Lock First Person [Without Difficulty Change]

Recommended Posts

Hi there, I have been trying to find a way to lock a mission to first person only without using difficulty, unlike others who want the option to be first and third for vehicles I literally just want to lock it to first only. I know it can be done with difficulties but until the AI is so superhuman anything about Regular is a death trap.

I remember ACE use to have a module for it but there must be a script that works.

Thanks.

Share this post


Link to post
Share on other sites

If you don't need to permit it based on class you can just add this to your init.sqf:

["IP_OnEachFrameEH", "onEachFrame", {(vehicle player) switchCamera "Internal"}] call BIS_fnc_addStackedEventHandler;

Share this post


Link to post
Share on other sites
If you don't need to permit it based on class you can just add this to your init.sqf:

["IP_OnEachFrameEH", "onEachFrame", {(vehicle player) switchCamera "Internal"}] call BIS_fnc_addStackedEventHandler;

No hangon wait, that script is perfect, besides the fact that I cannot use sights while it is on.

Edited by Vulcanexius

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×