Closer Motorcycle TPP Camera
WHAT?
This mod only affects the values of the camera while in TPP mode and in motorcycle (there are separate values for a car)
WHY?
There are 4 default options of TPP camera angles while in a motorcycle, the closest to character is ‘LOW’ and ‘CLOSE’ but to me it never seemed TOO
close.
After looking in most places for a mod that changes the position of the camera in relation to the character but couldn’t find any, it took me time to figure
out the right tweaks using ‘Cyber Engine Tweaks’ to figure out a script that I copy/pasted directly in game pulling up the console… Then it took me another
few hours to just write a simple script to have a saved versions that it would load automatically when the game loads.
Here is my intent to get a closer camera angle while riding a motorcycle.
WHAT VALUES MY MOD CHANGES:
What my script does is change these variables:
Camera.VehicleTPP_2w_Preset_Low_Far.boomLength
Camera.VehicleTPP_2w_Preset_Low_Far.lookAtOffset
Camera.VehicleTPP_2w_Preset_Low_Close.boomLength
Camera.VehicleTPP_2w_Preset_Low_Close.lookAtOffset
Camera.VehicleTPP_2w_Preset_High_Far.boomLength
Camera.VehicleTPP_2w_Preset_High_Far.lookAtOffset
Camera.VehicleTPP_2w_Preset_High_Close.boomLength
Camera.VehicleTPP_2w_Preset_High_Close.lookAtOffset
Camera.VehicleTPP_2w_DefaultParams.fov
Installlation
DROP the folder in the Cyber Engine Tweaks plugin folder:
\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\
To personalize these values to your liking:
1) Open ”\ChangeMTPPCamera\init.lua’, edit the values mentioned:
These are the values you need to change in the init.lua file
local vboom = 1.7 — Higher number means camera farther from character – default 3.5
local vcamera = .85 — Higher number means camera higher from character – default x=0 y=0.5 z=1.2
local vfov = 80 — Change FOV – default 69
2) Save
3) Start the game
If you are already in the game (don’t need to exit, just alt-tab)
4) Open up the console (using ‘~’)
5) Click ‘Reload All Mods’
6) You will see a confirmation saying ‘New MTPP camera loaded’.
7) Reload any game.
My file will change all 4 camera types while in motorcycle
Uninstall:
just delete the folder.