Think I found one more not yet discribed option keyword for EXCAMERA variable:
Code: Select all
EXCAMERA "NAME" 0.0m 0.0m 0.0m 0deg 0deg 0deg CABIN
Strange, that in first post of current topic EXCAMERA options keywords not described.
I read related topic EXCAMERA and its too not include
CABIN option
viewtopic.php?t=1587
So, for now there are (at least) three different options for this variable:
Code: Select all
EXCAMERA "INSTRUCTOR_VIEW" 0.0m 0.0m 0.0m 0deg 0deg 0deg INSIDE
EXCAMERA "EXTERNAL_VIEW" 0.0m 0.0m 0.0m 0deg 0deg 0deg OUTSIDE
EXCAMERA "PASSENGER_VIEW" 0.0m 0.0m 0.0m 0deg 0deg 0deg CABIN
INSIDE - show visual cockpit & instrument panel & optionally HUD (all visual effects that you can see in COCKPITP position)
OUTSIDE - show faces inverted (cutted) + fully disable visual cockpit & instruments panel & HUD
CABIN - show visual cockpit (like INSIDE) but fully disable visual instrument panel & HUD (something like passenger that is sitting in the back seat; usefull for 2nd pilot position in tandem aircraft)
P.S.: best choice is not use this optional keywords inside comments or not use any comments in EXCAMERA string (#comment). For example if you write this...
Code: Select all
EXCAMERA "NAME" 0.0m 0.0m 0.0m 0deg 0deg 0deg CABIN # INSIDE
... then YSFlight will set INSIDE option instead of CABIN !
ATTENTION!
Do not use EXCAMERA variable without any option keyword, because it will generate errors!