MWAHAHAHAAHAHAHAHAHAH JACKPOTi figured out how to get the whole character in view when moving and sprinting im not exactly sure how i got it to work but ill list how i did it.
1. go to C:\Program Files (x86)\Steam\steamapps\common\Resident Evil Operation Raccoon City\common your program files might be named a little different.
2. open up the Camera.csv i use notepad++ id reccomend that
you will see these lines
DisplayName,Name,Mode
Walk,Player_Walk,StandardFar;Focus;ZoomACOG;ZoomLongRange;StandardFar;PullLeft;PullRight
Sprint,Player_Sprint,StandardFar
Cover,Player_Cover,Standard;Focus;ZoomACOG;ZoomLongRange
CoverLeft,Player_CoverL,Standard;Focus;ZoomACOG;ZoomLongRange;Centre
CoverRight,Player_CoverR,Standard;Focus;ZoomACOG;ZoomLongRange;Centre
CoverLeftLow,Player_CoverLLow,Standard;Focus;ZoomACOG;ZoomLongRange;Centre
CoverRightLow,Player_CoverRLow,Standard;Focus;ZoomACOG;ZoomLongRange;Centre
Jump,Player_Jump,Standard
Crouch,Player_Crouch,Standard;Focus;ZoomACOG;ZoomLongRange
EnemyRear,Player_EnemyRear,Standard;Focus;Zoom
EnemyAbove,Player_EnemyAbove,Standard;Focus;Zoom
BigMoment,Player_BigMoment,Standard;Focus;Zoom
LeftMoment,Player_LeftMoment,Standard;Focus;Zoom
RightMoment,Player_RightMoment,Standard;Focus;Zoom
CQCRight,CQC_Right,Standard
CQCLeft,CQC_Left,Standard
CQCForward,CQC_Forward,Standard
CQCRear,CQC_Rear,Standard
Shield,Player_Shield,Standard;Focus;Zoom
DirectionalFire,Dfire,Standard;Right;Left;Rear;StandardFar;RightFar;LeftFar;RearFar
LickerGrapple,Player_LickerGrapple,Standard
TyrantGrapple,TyrantGrapple,Standard
LadderUp,LadderUp,Standard
LadderDown,LadderDown,Standard
Kill,Kill,Standard;Left
Turn,Turn,Standard
Dive,Dive,Standard;Right;Left;Rear
Knockdown,Knockdown,Standard;Right;Left;Rear
this is the edited version so yours will look different but if you look at lines 1 and 2 in the csv it should say walk and sprint. on these 2 lines where it says standard far in this post it should say standard on the original. simply copy the standard far and paste it into the slots where it says standard. in fact you might be able to just copy what i put up straight into your csv file and bam. after your done with that save it, then right click on the icon and check read only. i don't think you have to do this but just to be on the safe side.
Next comes a bit trickier part you will need a hex editor but don't need any knowledge of the numbers part i use hxd
mh-nexus.de/en/hxd/open it up in the hex editor. also i forgot to mention this most likely when you double click it will give you the option to search online or select a program click select program then navigate to where the install folder is and click the exe.
ok now for the hex editor. in the main raccoon city folder you will see a file called csv_game.ssg open that up with hxd or whatever you use then hit Ctrl+f and type in camera it should take you to camera.csv allso you have to do is simply change one of the letters in camera like i did camexa.csv then save and right click go to properties and check read only then apply. i litterally just figured it out before posting this so not sure about everything but the only thing so far is that the character takes up the space of the crosshair when your not aiming its not a problem for me but then again i play on casual when i can post a picture i will but the character is basically centered and the whole body is in view this works for sprinting and walking. if you want to change the cover ladder etc just do the same thing copy and paste standard far
i hope this is easy to understand sorry but i havent written many tutorials