README 964 B

123456789101112131415161718192021222324252627282930313233343536
  1. Garmin 196
  2. -----------
  3. It's a small simulation of the garmin 196
  4. Setting up :
  5. ------------
  6. - Include the model in your model file.
  7. <model>
  8. <path>Aircraft/Instruments-paf/garmin196/garmin196.xml</path>
  9. <offsets>
  10. <x-m>xxx</x-m>
  11. <y-m>xxx</y-m>
  12. <z-m>xxx</z-m>
  13. </offsets>
  14. </model>
  15. - Declare garmin196.nas in your foo-set.xml file. Write something like:
  16. </nasal>
  17. <garmin196>
  18. <file>Aircraft/Instruments-paf/garmin196/garmin196.nas</file>
  19. </garmin196>
  20. </nasal>
  21. - You can also have your custom texture for the box and buttons of the Garmin : declare the path of the texture file in your model file like it
  22. <garmin196>
  23. <texture-file>../../Diamond-Da42/garmon196/coque1.png</texture-file>
  24. </garmin196>
  25. in the <intrumentation> part
  26. the ../.. supposed that you have installed the Garmin in /fg-root/Aircraft/Instruments/garmin196
  27. and the texture file is in this example coque1.png located in /fg-root/Aircraft/Diamond-Da42/garmon196