1
0
Fork 0
fgdata/Aircraft/c172p/Models/Interior/Panel/Instruments/garmin196
Stuart Buchanan 73a67f2328 c172p-detailed sync for 2018.3
from https://github.com/c172p-team/c172p/tree/release/2018.3
commit 0ddd75dbb7431f955d1dd8f468b30300bad6b9d1
2018-09-02 20:58:05 +01:00
..
doc C172P 2018.2 release 2018-05-21 17:55:41 +02:00
cities.xml C172P 2018.2 release 2018-05-21 17:55:41 +02:00
coque.png C172P 2018.2 release 2018-05-21 17:55:41 +02:00
garmin196.ac C172P 2018.2 release 2018-05-21 17:55:41 +02:00
garmin196.nas c172p-detailed sync for 2018.3 2018-09-02 20:58:05 +01:00
garmin196.xml c172p-detailed sync for 2018.3 2018-09-02 20:58:05 +01:00
garmin196_dto_display.xml C172P 2018.2 release 2018-05-21 17:55:41 +02:00
garmin196_map_symbols.ac C172P 2018.2 release 2018-05-21 17:55:41 +02:00
garmin196_map_symbols.xml C172P 2018.2 release 2018-05-21 17:55:41 +02:00
garmin196_nrst_display.xml C172P 2018.2 release 2018-05-21 17:55:41 +02:00
garmin196_support1.xml C172P 2018.2 release 2018-05-21 17:55:41 +02:00
garmin196NEW.xml C172P 2018.2 release 2018-05-21 17:55:41 +02:00
gpsmodel.ac c172p-detailed sync for 2018.3 2018-09-02 20:58:05 +01:00
gpsmodel.xml c172p-detailed sync for 2018.3 2018-09-02 20:58:05 +01:00
README C172P 2018.2 release 2018-05-21 17:55:41 +02:00
screens.png C172P 2018.2 release 2018-05-21 17:55:41 +02:00
support1.ac C172P 2018.2 release 2018-05-21 17:55:41 +02:00
support1.png C172P 2018.2 release 2018-05-21 17:55:41 +02:00
symbols.png C172P 2018.2 release 2018-05-21 17:55:41 +02:00

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