I've tried to organise everything that the yf23 uses into it's Aircraft
folder. This has meant duplicating most of the instruments it uses but it should be easier to maintain and once I've worked through all the other a/c you'll be able to remove a lot of the cruft I'm responsible for in the generic instrument folders. The only files that now don't reside in the yf23 folder are the 'set' file and the yasim config. The stuff in this archive should replace the entire existing yf23 folder and the two 'set' and yasim files (unless I've screwed up somewhere;) There are some small changes to the fdm. I also had this rather silly idea, so I had to give it a go;) Have a look at the ground below the a/c. It doesn't track the Sun, of course, so it stays directly below the a/c. It just uses a couple of rotations to keep it flat, and a translation to keep it on the ground. It seemed strange curious that I had to use a translation factor of 0.3 instead 1.0 to keep it in the right place.
This commit is contained in:
parent
ff8f3ae0ff
commit
daf9ef0836
1 changed files with 10 additions and 7 deletions
|
@ -15,28 +15,28 @@ NR/MD YF23 simulation config.
|
|||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/yf23/yf23-sound.xml</path>
|
||||
<path>Aircraft/yf23/Sounds/yf23-sound.xml</path>
|
||||
</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/yf23/yf23-vfr-panel.xml</path>
|
||||
<path>Aircraft/yf23/Panels/yf23-vfr-panel.xml</path>
|
||||
</panel>
|
||||
<panel_2>
|
||||
<path>Aircraft/yf23/yf23-mini-panel.xml</path>
|
||||
<path>Aircraft/yf23/Panels/yf23-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<hud>
|
||||
<path>Huds/Default/default.xml</path>
|
||||
<path>Aircraft/yf23/Huds/yf23-hud1.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</hud>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/yf23/yf23-model.xml</path>
|
||||
<path>Aircraft/yf23/Models/yf23-model.xml</path>
|
||||
</model>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
<path>Aircraft/yf23/Systems/yf23-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
|
@ -53,10 +53,11 @@ NR/MD YF23 simulation config.
|
|||
<target-descent-rate-fpm type="float">12000.0</target-descent-rate-fpm>
|
||||
|
||||
<elevator-adj-factor type="float">400.0</elevator-adj-factor>
|
||||
<terrain-follow-factor type="float">60.0</terrain-follow-factor>
|
||||
|
||||
<integral-contribution type="float">0.005</integral-contribution>
|
||||
|
||||
<max-aileron type="float">0.6</max-aileron>
|
||||
<max-aileron type="float">0.4</max-aileron>
|
||||
<max-roll-deg type="float">60.0</max-roll-deg>
|
||||
|
||||
<roll-out-deg type="float">7.0</roll-out-deg>
|
||||
|
@ -69,3 +70,5 @@ NR/MD YF23 simulation config.
|
|||
</autopilot>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue