Author Topic: moving the viewpoint of a ship  (Read 1415 times)

0 Members and 1 Guest are viewing this topic.

moving the viewpoint of a ship
hello again, i would like to ask if its possible to move the view point of a ship, for example im making a mission where you pilot an orion, and i would like to make "show ship" work, but of course, it gives an awful view from inside the nose. i would like to move the view point to the actual bridge near the back of the ship so it over looks the front part, how could i do this?
mac user 100%

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: moving the viewpoint of a ship
Use PCS2. Move (or create) the eyepoint for the model.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

  

Offline Angelus

  • 210
  • The Angriest Angel
Re: moving the viewpoint of a ship
hello again, i would like to ask if its possible to move the view point of a ship, for example im making a mission where you pilot an orion, and i would like to make "show ship" work, but of course, it gives an awful view from inside the nose. i would like to move the view point to the actual bridge near the back of the ship so it over looks the front part, how could i do this?

yes it is.
Extract the modelfile with a vp editor, and open it in PCS2.
Go to eyepoint, and move the eyepoint to the desired point.

after that, add an folder named mymod ( or whatever you want to call it) to your fso root directory. in that folder place another folder named data, and in that one another folder named models. place the ship into that folder and add this line to the commandline of the launcher:

-mod mymod ( or whatever you call it), voila.

EDIT: Ninja'd by The_E