Force first person on foot

Force first person on foot

Props to LMS over at Mod RDR Discord for helping look into ways to manipulate the first person camera.

I created this simple mod because I like to travel in third person while on my horse, but prefer first person on foot. I’m lazy and don’t like to have to press the view toggle button every time I change states.

Instructions:
Requires ScriptHookRDR2DotNet: https://reddeadredemption2mod.com/rdr2-scripthook/

Place RedDead2HorseCameraSwap.dll in your “path to Red Dead Redemption 2″/scripts directory.
If the “scripts” directory does not exist, create it.
If you’re curious, here are the entire contents of the mod so you can do it yourself if you prefer.

using System;
using RDR2;
using RDR2.Native;

namespace RedDead2HorseCameraSwap
{
public class Main : Script
{
public Main()
{
Interval = 1;
Tick += onTick;
}

private void onTick( object sender, EventArgs e )
{
var player = Game.Player.Character;
if ( player.IsOnFoot )
{
//# _FORCE_FIRST_PERSON_CAM_THIS_FRAME: https://www.mod-rdr.com/nativedb/index/cam/_0x90da5ba5c2635416/
Function.Call( Hash._0x90DA5BA5C2635416 );
}
}
}
}

Credits:
XaeroDegreaz





What is Red Dead Redemption 2 mods

Are you curious how Red Dead Redemption 2 Mods works and can improve your Red Dead Redemption 2 game? So, Red Dead Redemption 2 Mods file are additional features, maps, vehicles, skins and etc which improve your game with unseen options in game. Red Dead Redemption 2 mod is the best choice when you feel stuck or even bored with the basic game. So you you are able to download Red Dead Redemption 2 to upgrade the game and create your own game version. We have the Best Red Dead Redemption 2 mods and Top RDR 2 mods for PC, Mac, Xbox or PS4. All you need to do is browse mods categories, choose the mod for Red Dead Redemption 2 you need and install mod in Red Dead Redemption 2. What is more, all RDR2 mods is free and welcome to download as many mods as you want. That's way our Red Dead Redemption 2 Community created the biggest mods database for this game.


Best Scripts mods

Leave a Reply

Do you need help or to say thanks for mod author? Just leave a comment bellow!