Please see the most recent updates in the "Where did the .com name go?" thread. Posts number 16 and 17.
Please see this thread for updates. Update Thread
SOH ADMINISTRATION00 22 00 39 00 0A 00 68 00 10 00 22 00 39 00 D8 FF 68 00 08 00
0068 gen_model [FLAGS32] Flags describing how to draw the model see table below.
Name If this bit is set ... Action
GEN_MODEL_INSIDE 0001h Virtual Cockpit (VC) model is drawn.
GEN_MODEL_OUTSIDE 0002h Exterior model is shown.
GEN_MODEL_DOWNWARD 0008h User is looking down.
GEN_MODEL_FRONT 0010h User is looking straight ahead.
GEN_MODEL_REAR 0020h User is looking back.
GEN_MODEL_NOSHADOW 1000h Shadow is not drawn.
GEN_MODEL_DISPLAY 8000h Aircraft is displayed in the Choose Aircraft dialog box.
:L0010C4
;uName: uOffset: 0x68
IfVarAnd( :L0010EE 0x68 0x8002 ) ;jump to :L0010EE if exterior not drawn
Call( :L001106 )
RefPoint( nsi :[ -152 ] 0x04 v1= 0 v2= 28 )
SetScaleX( :[ -164 ] 0 0 7 )
PBHCall( :L001132 0x1C )
:L0010EC
Return
:L0010EE ;interior model start
;uName: uOffset: 0x68
IfVarAnd( :L0010F8 0x68 0x10 ) ;jump to :L0010F8 if not looking straight a head
Return
:L0010F8
;uName: uOffset: 0x68
IfVarAnd( :[ -40 ] 0x68 0x08 ) ;jump back 40 bytes if not looking down
Call( :L00111C )
Return
:L0010C4
;uName: uOffset: 0x68
IfVarAnd( :L0010EE 0x68 0x8002 ) ;change :L0010EE to :L0010EC to force a skip
Call( :L001106 )
RefPoint( nsi :[ -152 ] 0x04 v1= 0 v2= 28 )
SetScaleX( :[ -164 ] 0 0 7 )
PBHCall( :L001132 0x1C )
:L0010EC
Return
:L0010EE
;uName: uOffset: 0x68
IfVarAnd( :L0010F8 0x68 0x10 )
Return
:L0010F8
;uName: uOffset: 0x68
IfVarAnd( :[ -40 ] 0x68 0x08 )
Call( :L00111C )
Return