Mafia 3 - Vehicle-Camera snap back

  • Thread starter Thread starter VTR
  • Start date Start date
Hey all i really hated the camera snap back soo much i found a sds editor and changed the snap back activation to 100 seconds, much more glorious. u can also tweak few other things but i achieved what i wanted,.....


How to do it...............Remeber always make a backup first just in case u screw it up.

#1 get the sds editor of this crazy russian site one of the buttons is download i got it eventually.
http://forums.playground.ru/mafia_3/...eeride-936136/

#2 open the editor after u extract it, and locate the mafia 3 install dir/

#3 once you are in mafia 3 main dir navigate to mafia3/sds_retail/tables and open the tables.sds file.

#4 once using the resouce viewer to view the tables.sds look for XML on the left and expand it.

#5 scroll down to Config/Game_Camera/Car_follow and select it, it should open up on the right hand side of viewer with the code.

#6 scroll down till u find these lines of code

<param name="CarFollow.FollowTimeout" type="float" value="1.5" />
<param name="CarFollow.FollowTimeoutAccelFactor" type="float" value="4.0" />
<param name="CarFollow.FireTimeout" type="float" value="0.6" />
<param name="CarFollow.ReturnResponse" type="float" value="1.0" />
<param name="CarFollow.ReturnResponseConstTime" type="float" value="2" />
<param name="CarFollow.ReturnResponseBlendTime" type="float" value="2" />
<param name="CarFollow.ReturnResponseAccelFactor" type="float" value="0.4" />

Some will change turn speed for snap back ect, change what u want,......

#7 the code u want is

<param name="CarFollow.FollowTimeout" type="float" value="1.5" />

#8 i changed mine to

<param name="CarFollow.FollowTimeout" type="float" value="100.5" />

#9 click save at top on right to save the individual XML and then also save the archive over the old file. at the top on the left.
 
Back
Top Bottom