Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPSMap196 #511

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions Models/Instruments/garmin196/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Garmin 196
-----------

It's a small simulation of the garmin 196

Setting up :
------------

- Include the model in your model file.

<model>
<path>Aircraft/Instruments-paf/garmin196/garmin196.xml</path>
<offsets>
<x-m>xxx</x-m>
<y-m>xxx</y-m>
<z-m>xxx</z-m>
</offsets>
</model>


- Declare garmin196.nas in your foo-set.xml file. Write something like:
</nasal>
<garmin196>
<file>Aircraft/Instruments-paf/garmin196/garmin196.nas</file>
</garmin196>
</nasal>

- 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

<garmin196>
<texture-file>../../Diamond-Da42/garmon196/coque1.png</texture-file>
</garmin196>

in the <intrumentation> part
the ../.. supposed that you have installed the Garmin in /fg-root/Aircraft/Instruments/garmin196
and the texture file is in this example coque1.png located in /fg-root/Aircraft/Diamond-Da42/garmon196
Loading