I just downloaded the shuttle cockpit [Outstanding] , the known bug-Kiska out of place
, goto the \bridge\characters\T11kiska.py
the part of the code '
pT11Kiska.SetStanding(0)
pT11Kiska.SetLocation("T11BHelm")
pT11Kiska.SetTranslateXYZ(22.000000, 60.000000, -48.000000)
Ought to be
pT11Kiska.SetStanding(0)
pT11Kiska.SetLocation("T11Helm")
pT11Kiska.SetTranslateXYZ(22.000000, 60.000000, -48.000000)
notice the B missing right before the word Helm.