Jump to content

No ToggleFirstPerson 0


galgat

Recommended Posts

Posted

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) ?

Posted

that's what I usually do, I think it's the only way to force it for now

Posted

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.

Posted

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"

Posted

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.

Posted

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. :D

Posted

(Forcing first person)

 

'TapControl 13' to set 3rd person

 

Delaying 1 frame

 

do TFC

 

--

Is reliable to prevent invisible player.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...