I'm new around here, yesterday i was messing with some vehicle camera's and i came up with a "vehicle first person mod" it kinda works but only for the attrazione. This is what i changed:
Sorry if this is the wrong place for this thread.
Sorry if this is the wrong place for this thread.
Code:
camera_free.xtbl
<Vehicle_Aim>
<Name>Passenger Aim</Name>
<Aspect>all</Aspect>
<Lookat_Offset>
<X>0.0</X>
<Y>0.78</Y>
<Z>0.0</Z>
</Lookat_Offset>
<Min_Pitch>-45</Min_Pitch>
<Max_Pitch>65</Max_Pitch>
<X_Shift>0</X_Shift>
<Heading_Range>85</Heading_Range>
<Heading_Center>0</Heading_Center>
<base_fov>50.0</base_fov>
<z_dist>0.0</z_dist>
<y_dist>0.0</y_dist>
<flags>
<Flag>use_seat_pos</Flag>
</flags>
</Vehicle_Aim>
Code:
vehicle_cameras.xtbl
<Vehicle>
<Name>car_2dr_exoticsports01</Name>
<_Editor>
<Category>Car - sports</Category>
</_Editor>
<use_alt_freckle_cam>No</use_alt_freckle_cam>
<Primary_Camera_Angle>
<Lookat_Offset>
<X>-0.45</X>
<Y>0.48</Y>
<Z>0.0</Z>
</Lookat_Offset>
<Follow_Distance>0.0</Follow_Distance>
<Follow_Height>6.5</Follow_Height>
</Primary_Camera_Angle>
<Secondary_Camera_Angle>
<Lookat_Offset>
<X>0.45</X>
<Y>0.48</Y>
<Z>7.5</Z>
</Lookat_Offset>
<Follow_Distance>0.0</Follow_Distance>
<Follow_Height>6.5</Follow_Height>
</Secondary_Camera_Angle>
<Fine_Aim_Camera_Angle>
<Lookat_Offset>
<X>0.0</X>
<Y>0.0</Y>
<Z>0.0</Z>
</Lookat_Offset>
<Follow_Distance>0.0</Follow_Distance>
<Follow_Height>6.5</Follow_Height>
</Fine_Aim_Camera_Angle>
<Camera_Roll>
<Roll_Type>vehicle_roll</Roll_Type>
<Intensity_Multiplier>0.0</Intensity_Multiplier>
</Camera_Roll>
<Max_FOV>50</Max_FOV>
<Camera_Swings>
</Camera_Swings>
<Camera_Sticky>
</Camera_Sticky>
<Helicopter_Specific>
</Helicopter_Specific>
<Seat_Specific_Datas>
<Seat_Specific_Data>
<Seat>Passenger 1</Seat>
<Aim_Mode>Passenger Aim</Aim_Mode>
<Fine_Aim_Mode>Passenger Fine Aim</Fine_Aim_Mode>
<Zoom_Mode>Passenger Fine Aim</Zoom_Mode>
<Target_Player>True</Target_Player>
</Seat_Specific_Data>
</Seat_Specific_Datas>
<RC_Camera_Angle>
</RC_Camera_Angle>
</Vehicle>