Force Kickoff Mortal On Foot

FAST DOWNLOADads
Download

This




This modernistic volition strength y'all into starting fourth dimension someone when you’re on foot. When you’re mounted, your stance volition switch dorsum to any stance y'all were inward last.


Props to LMS over at Mod RDR Discord for helping await into ways to manipulate the starting fourth dimension someone camera.


I created this uncomplicated modernistic because I similar to go inward tertiary someone spell on my horse, simply prefer starting fourth dimension someone on foot. I’m lazy too don’t similar to accept to press the stance toggle push clit every fourth dimension I modify states.


Instructions:


Requires ScriptHookRDR2DotNet


Place RedDead2HorseCameraSwap.dll inward your “path to Red Dead Redemption 2″/scripts directory.


If the “scripts” directory does non exist, exercise it.


If you’re curious, hither are the entire contents of the modernistic too thence y'all tin exercise it yourself if y'all prefer.


using System;

using RDR2;

using RDR2.Native;


namespace RedDead2HorseCameraSwap

{

public flat Main : Script

{

public Main()

{

Interval = 1;

Tick += onTick;

}


private void onTick( object sender, EventArgs e )

{

var thespian = 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 );

}

}

}

}


Community ScriptHookRDR2 .NET

Scripthook RDR2


Credits:


Salty


FAST DOWNLOADads
| Server1 | Server2 | Server3 |
Download
Next Post Previous Post
No Comment
Add Comment
comment url