Anyone find a fix for this? I just disabled the ifp mod in game but still experience lockup when exiting vehicles and when V does an animation to jump over objects (honestly is there a way i can just adjust the camera my self without the ifp mod which i think is the main cause of the locking) like how this mod author changes the camera for sitting https://www.nexusmods.com/cyberpunk2077/mods/7316
EDIT: if you're having issue with immersive first person use this instead https://www.nexusmods.com/cyberpunk2077/mods/8637?tab=description (works like a charm with over 100+ mods)
Gamers I have fixed it. I mean, for me. I don't know about ya'll, but this problem was only happening in dialogue for me, which got me thinking... and I seem to have fixed it.
I just added a check to every tppCam.headingLocked = true to make sure that you weren't in dialogue.
I will also post this on the TPP modpage so the author might provide a second version for IFP users.
Btw if your camera locks up not in dialogue try messing around with the other tppCam.headingLocked = true in the init.lua file whenever the camera locks up for you. You could even set all of them in the file to false, hypothetically, since I don't know why you'd ever want the camera locked, but I didn't make the mod and I'm sure there's a good reason. Try using an LLM to determine which parts of the init.lua file cause your specific problem.
ALTERNATIVELY (and a much more definite fix imo) u can create a hot key to toggle the mod. I set mine to f3 since i don't use that key for anything anyways.
You create a hotkey in the same util.lua file, right below all the other hotkeys:
registerHotkey("jb_toggle_mod_active", "Toggle Third Person Mod On/Off", function() JB.disableMod = not JB.disableMod JB.updateSettings = true end)
I have a potential fix for those of you who are still experiencing this bug after installing the mod.
So I noticed that this happened mainly when there was an FOV change and that got me thinking, so I went into the mod files for "JB Third Person" and searched for FOV lines in the "init.lua" located in:
"This PC> (whatever drive CP77 is installed in)> Vortex Mods> cyberpunk2077> JB Third Person Mod> bin> x64> plugins> cyber_engine_tweaks> mods> jb_third_person_mod"
There you will find the init.lua, open it and hit "ctrl+f"
from there you will find "JB.updateSettings = true"
Set "true" to "false"
move down the list and find "JB.updateSettings = true"
And again set "true" to "false"
after all this, save & then right click the "init.lua" go to properties & tick the "read only" box.
This fixed it for me 100% & I hope this helps somebody else
Which ones are you talking about? There are 30 lines like that, you’re talking about the first two maybe?
(after modification)
if nativeSettings ~= nil then nativeSettings.addTab("/jb_tpp", "JB Third Person Mod") nativeSettings.addSubcategory("/jb_tpp/settings", "Settings") nativeSettings.addSubcategory("/jb_tpp/tpp", "Third Person Camera") nativeSettings.addSubcategory("/jb_tpp/patches", "Patches / Requests") nativeSettings.addSwitch("/jb_tpp/settings", "Disable Mod", "Disable the running mod", JB.disableMod, true, function(state) JB.disableMod = state JB.updateSettings = false end) nativeSettings.addSwitch("/jb_tpp/settings", "Weapon override", "Activate first person camera when equiping weapon", JB.weaponOverride, true, function(state) JB.weaponOverride = state JB.updateSettings = false end)
I can confirm this fix will work, if you normally play in third person while moving around, and first person while fighting.
Also grabbing on to edges while holding a weapon is not an issue anymore with this fix.
What ive did was installing the required immersive first person mod, and then this mod. But i havent set a shortcut for immersive first person, as im not planning to use it, and only wanna have this fix instead.
Can you make it so the shoulders are visible? When I stand up and look down, i can view my shoulders. I can see even my chest. the cam is too much forward slouching.
I cant see them perfectly unless i look left or right. But can notice the front of the shoulders, in peripheral view. And can easily see my chest just past the collar bones. The TPP view in game to me is very hunch backed. Hardly see legs or anything. Cant see game biceps. Just forearms. In real life I can see my biceps .
60 comments
Immersive First Person at Cyberpunk 2077 Nexus - Mods and community
dont forget (THE OPTIONAL FILE IS A MANUAL INSTALL JUST REPLACE)
EDIT: if you're having issue with immersive first person use this instead https://www.nexusmods.com/cyberpunk2077/mods/8637?tab=description (works like a charm with over 100+ mods)
I just added a check to every tppCam.headingLocked = true to make sure that you weren't in dialogue.
I will also post this on the TPP modpage so the author might provide a second version for IFP users.
Btw if your camera locks up not in dialogue try messing around with the other tppCam.headingLocked = true in the init.lua file whenever the camera locks up for you. You could even set all of them in the file to false, hypothetically, since I don't know why you'd ever want the camera locked, but I didn't make the mod and I'm sure there's a good reason. Try using an LLM to determine which parts of the init.lua file cause your specific problem.
ALTERNATIVELY (and a much more definite fix imo) u can create a hot key to toggle the mod. I set mine to f3 since i don't use that key for anything anyways.
You create a hotkey in the same util.lua file, right below all the other hotkeys:
registerHotkey("jb_toggle_mod_active", "Toggle Third Person Mod On/Off", function()
JB.disableMod = not JB.disableMod
JB.updateSettings = true
end)
So I noticed that this happened mainly when there was an FOV change and that got me thinking, so I went into the mod files for "JB Third Person" and searched for FOV lines in the "init.lua" located in:
"This PC> (whatever drive CP77 is installed in)> Vortex Mods> cyberpunk2077> JB Third Person Mod> bin> x64> plugins> cyber_engine_tweaks> mods> jb_third_person_mod"
There you will find the init.lua, open it and hit "ctrl+f"
from there you will find "JB.updateSettings = true"
Set "true" to "false"
move down the list and find "JB.updateSettings = true"
And again set "true" to "false"
after all this, save & then right click the "init.lua" go to properties & tick the "read only" box.
This fixed it for me 100% & I hope this helps somebody else
(after modification)
Also grabbing on to edges while holding a weapon is not an issue anymore with this fix.
What ive did was installing the required immersive first person mod, and then this mod.
But i havent set a shortcut for immersive first person, as im not planning to use it, and only wanna have this fix instead.
So thanks a ton for this fix! This really helps!
: (
And can easily see my chest just past the collar bones. The TPP view in game to me is very hunch backed.
Hardly see legs or anything. Cant see game biceps. Just forearms. In real life I can see my biceps .