FGMEMBERS / ATR72

FG Aircraft | ATR72(C) from Omega Hangar [https://bitbucket.org/muraleen/atr72-500-c-project/src]
https://bitbucket.org/muraleen/atr72-500-c-project/src
8 stars 4 forks source link

not working in FG 2020.3.18 #3

Closed mateusad closed 1 week ago

mateusad commented 8 months ago

When I start Flightgear with this aircraft it only close the game when in initializing subsystems

IAHM-COL commented 8 months ago

fgfs-20240114191253

It launches for me

mateusad commented 8 months ago

Oh my gosh

mateusad commented 8 months ago

Okay, I tried downloading by git clone, but no success. I am using windows, too.

IAHM-COL commented 8 months ago

How are you downloading. If you unpack the zip you have to rename the directory without -master Regards

mateusad commented 8 months ago

Yes, i have downloaded in code>download zip, and clone with git. And when I downloaded zip, i have renamed without -master.

mateusad commented 1 week ago

Some time after this issue, i managed to make this aircraft working. I changed this lines in the instrumentation.xml file: `

groundradar
    <airport-id-source>instrumentation/groundradar/id</airport-id-source>
    <!--range-source>instrumentation/groundradar/range</range-source-->
    <!--range-source>instrumentation/radar/range</range-source-->
</groundradar>`

to: `

groundradar
    <airport-id-source>instrumentation/groundradar/id</airport-id-source>
    <range-source>instrumentation/groundradar/range</range-source>
    <range-source>instrumentation/radar/range</range-source>
</groundradar>`
IAHM-COL commented 1 week ago

ok, ill test it out

IAHM-COL commented 1 week ago

@mateusad

https://github.com/FGMEMBERS/ATR72/commit/fb52610a8965a3d6e43d6d0dcf99d8d95a6f4f94

Implements your suggested fix Please verify if this version is working, and we can close this issue

Thank you

mateusad commented 1 week ago

Working fine. Thank you! This aircraft is good made.