galgat Posted October 19, 2014 Posted October 19, 2014 I have figured out there is no "togglefirstperson 0" command in the FONV and seems to not be in the NVSE. I know it is being done, and was wondering how would be the best way in script to preform this function (Swapping from first person to third person) ?
galgat Posted October 19, 2014 Author Posted October 19, 2014 Only thing I can see working is maybe this if IsPC1stPerson == 1 tapcontrol 13 endif would that be right ?
Guest Posted October 19, 2014 Posted October 19, 2014 that's what I usually do, I think it's the only way to force it for now
prideslayer Posted October 20, 2014 Posted October 20, 2014 Yep, that's the way. If you do that, make sure you delay afterwards for a little while. During the switch, while the camera is zooming out, the character will be invisible for a little while. If you TFC or something while that is happening, they will stay invisible until you turn TFC back off.
galgat Posted October 20, 2014 Author Posted October 20, 2014 thx U! i just wanted to check, I could not see another way of doing it, but I figured I better ask, to be sure EDIT >> What about using Update3D to fix the invisible problem ? as in "Player.update3D"
prideslayer Posted October 20, 2014 Posted October 20, 2014 Doesn't work. Nothing I've ever tried works once you're in TFC and the player is invisible. If you find anything, please send me a PM right away, because it still happens from time to time -- like when switching to 3rd person and there is a wall nearby, so the camera can't zoom out.
prideslayer Posted October 20, 2014 Posted October 20, 2014 You can test it easy enough your self. Just get into 3rd person near a wall, then move the camera until the player turns invisible. When they are invisible, turn on TFC. Move away, still invisible. Play with console commands to your hearts content. Please find a solution.
Odessa Posted October 24, 2014 Posted October 24, 2014 (Forcing first person) 'TapControl 13' to set 3rd person Delaying 1 frame do TFC -- Is reliable to prevent invisible player.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.