sagittarius22 Posted April 18, 2011 Share Posted April 18, 2011 Hi, I am trying to make another mod, and I need to center the camera on someone else than the player, without the moving the player.Is it possible? Link to comment Share on other sites More sharing options...
davidlallen Posted April 18, 2011 Share Posted April 18, 2011 Do you mean that you want to move the camera to the viewpoint of the other NPC? Or do you mean that you want to turn the player, so that the other NPC is in the center of the viewscreen? The first is not possible in the current engine; it is a common request, but oblivion/FO3/FNV only allows the camera to show the viewpoint of the player. The second can be done with player.setangle and some arithmetic; but it is possible that the other NPC may be completely out of view, which is hard to detect. Link to comment Share on other sites More sharing options...
sagittarius22 Posted April 18, 2011 Author Share Posted April 18, 2011 It was the first request :(I guess I will have to find another way to make my mod, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts