THANKS FOR ALL THE DONATIONS! I REALLY APPRICIATE IT!
BALD PLAYERS
BALD PLAYERS
BALD PLAYERS
BALD PLAYERS
Are you ready to read for once? it takes time for head to load, just wait......, and try to go into first person mode and then back to third person mode and try again, it will work, but game does not prioritize that head item because it things why you need it, you are not in car. still not working? then its a incompatible mod.
CAMERA TO FEET PLAYERS!
CAMERA TO FEET GUYS!
CAMERA TO FEET GUYS!
You have a incompatible mod running with TPP!! in my .archive i deleted this animation, it will allways trigger, so you have mod who enables it again!
KEYBIND NOT WORKING?
COMPLETLY REINSTALL CET AND JBB
NOT WORKING AT ALL?
Simply dont install this mod with vortex or mod manager... sometimes it works, but most times it does not..
Having an issue where the first person camera locks up and I'm stuck looking at the ceiling or can only look horizontally. If I enable TPP and then disable it will correct the camera. However, it locks up again after a few minutes of game play.
Yeah, I ran into the same problem today in 2025. The third-person mode really isn't that great—the animations are still terrible anyway. Ended up uninstalling the mod.
+1 same issue for me as well. It seems like it triggers randomly when alternating between first and third person? Sucks, this mod adds a lot of cool immersion imo...
I'm also having this issue, the character is crouching and the camera moves quickly looking at the ground or the ceiling. Haven't been able to get this mod to work for 1 or 2 years now. It worked once upon a time and I loved it then.
It works, it needs some polishing, but it works. One thing I couldn't figure out how to do was to get the camera to rotate and focus on the front of the character. Thanks.
whats up man. check out my YT channel and on the video descriptions i have all the mods listed including the body mods https://youtube.com/@datthebiggboss?si=_T4_szgXMMnEVe1p
Gamers I can't tell you why/when your specific camera lock glitch happens, but for me it happened during dialogue, and so I offer this fix: basically change tppCam.headingLocked = trueto false in certain places of your init.lua file (mods\JB Third Person Mod V132-669-V132-1734386554\bin\x64\plugins\cyber_engine_tweaks\mods\jb_third_person_mod), or better yet code a check that stops the camera from locking in whichever situations it happens for you. I recommend using an LLM to diagnose which part of the file causes 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)
There is a huge gap between neck and torso on V body. In third person and when i use sit anywhere mod in first person and look down. Is this the mod issue?
Hit a huge snag recently with this Mod, first visiting Vik to get the Hand Grip. As soon as the machine around V's Wrist is about to start, the game crashes no matter what. This mod is the only one causing the problem and I have no idea why, went through my entire Mod List of 400+ to figure it out. Disabled this and now everything works like a charm.
2979 comments
You then have the newest test version all the time
- THANKS FOR ALL THE DONATIONS! I REALLY APPRICIATE IT!
- BALD PLAYERS
- BALD PLAYERS
- BALD PLAYERS
Are you ready to read for once? it takes time for head to load, just wait......, and try to go into first person mode and then back to third person mode and try again, it will work, but game does not prioritize that head item because it things why you need it, you are not in car. still not working? then its a incompatible mod.BALD PLAYERS
You have a incompatible mod running with TPP!! in my .archive i deleted this animation, it will allways trigger, so you have mod who enables it again!
COMPLETLY REINSTALL CET AND JBB
- NOT WORKING AT ALL?
Simply dont install this mod with vortex or mod manager... sometimes it works, but most times it does not..One thing I couldn't figure out how to do was to get the camera to rotate and focus on the front of the character. Thanks.
i binded my third person thing and it doesn't work
https://youtube.com/@datthebiggboss?si=_T4_szgXMMnEVe1p
tppCam.headingLocked = true
to false in certain places of your init.lua file (mods\JB Third Person Mod V132-669-V132-1734386554\bin\x64\plugins\cyber_engine_tweaks\mods\jb_third_person_mod), or better yet code a check that stops the camera from locking in whichever situations it happens for you. I recommend using an LLM to diagnose which part of the file causes 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)
Figured I'd give ya heads up about it. 👍