From a56d13640d2bdcc904f65d81b34a461d383b6944 Mon Sep 17 00:00:00 2001 From: Stuart Buchanan Date: Thu, 19 Nov 2020 19:03:07 +0000 Subject: [PATCH] Hide pilot model when walker enabled. Previously pilot models would stay visible when the walker was active. Which is a bit unrealistic given the walker is supposed to be "you" in some way. So now the internal pilot is hidden when the walker is active outside the aircraft. Fix provided by Benedikt Hallinger --- Aircraft/Generic/Pilot/Airliner/pilot.xml | 5 ++++- Aircraft/Generic/Pilot/Fighter/pilot.xml | 5 ++++- Aircraft/Generic/Pilot/General/pilot.xml | 5 ++++- Aircraft/Generic/Pilot/WWI/pilot.xml | 5 ++++- Aircraft/Generic/Pilot/WWII/pilot.xml | 5 ++++- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/Aircraft/Generic/Pilot/Airliner/pilot.xml b/Aircraft/Generic/Pilot/Airliner/pilot.xml index a329930ca..943adbcc3 100644 --- a/Aircraft/Generic/Pilot/Airliner/pilot.xml +++ b/Aircraft/Generic/Pilot/Airliner/pilot.xml @@ -68,7 +68,10 @@ - /sim/current-view/internal + + /sim/current-view/internal + /sim/walker/outside + /sim/rendering/pilot-model/enabled diff --git a/Aircraft/Generic/Pilot/Fighter/pilot.xml b/Aircraft/Generic/Pilot/Fighter/pilot.xml index f64cb0ec9..80d13805c 100644 --- a/Aircraft/Generic/Pilot/Fighter/pilot.xml +++ b/Aircraft/Generic/Pilot/Fighter/pilot.xml @@ -61,7 +61,10 @@ - /sim/current-view/internal + + /sim/current-view/internal + /sim/walker/outside + /sim/rendering/pilot-model/enabled diff --git a/Aircraft/Generic/Pilot/General/pilot.xml b/Aircraft/Generic/Pilot/General/pilot.xml index 3dbd907b8..7915df516 100644 --- a/Aircraft/Generic/Pilot/General/pilot.xml +++ b/Aircraft/Generic/Pilot/General/pilot.xml @@ -68,7 +68,10 @@ - /sim/current-view/internal + + /sim/current-view/internal + /sim/walker/outside + /sim/rendering/pilot-model/enabled diff --git a/Aircraft/Generic/Pilot/WWI/pilot.xml b/Aircraft/Generic/Pilot/WWI/pilot.xml index 98083cac6..674be727b 100644 --- a/Aircraft/Generic/Pilot/WWI/pilot.xml +++ b/Aircraft/Generic/Pilot/WWI/pilot.xml @@ -68,7 +68,10 @@ - /sim/current-view/internal + + /sim/current-view/internal + /sim/walker/outside + /sim/rendering/pilot-model/enabled diff --git a/Aircraft/Generic/Pilot/WWII/pilot.xml b/Aircraft/Generic/Pilot/WWII/pilot.xml index 51eb15e2a..15a6c192e 100644 --- a/Aircraft/Generic/Pilot/WWII/pilot.xml +++ b/Aircraft/Generic/Pilot/WWII/pilot.xml @@ -68,7 +68,10 @@ - /sim/current-view/internal + + /sim/current-view/internal + /sim/walker/outside + /sim/rendering/pilot-model/enabled