Search the Community
Showing results for tags 'an-24'.
Found 1 result
-
Кому интересен данный самолет, то можно с помощью нехитрых манипуляций перенести его в XP11, для этого нужно: 1) В файле gear_logic.lua (\X-Plane 11\Aircraft\.........\An24\Custom Avionics) поменять следующие строки на эти: -- constants local GEAR_SPEED = 1.7 / 4.5 -- per second local HYDRO = 0.006 local pos1 = 1 --get(gear1_deploy) -- initial positions of gears local pos2 = 1 --get(gear2_deploy) local pos3 = 1 --get(gear3_deploy) -- calculations for gear 1 if not lock1 and not gear1_crash and retract and get(retract1_fail) < 6 then -- calculate position pos1 = pos1_last + 1.2 * GEAR_SPEED * (get(direction) * get(hydro_press) * HYDRO + get(G) * math.cos(math.pi * pos1_last / 2) * G_coef + get(airspeed) * math.sin(math.pi * pos1_last / 2) * A_coef + math.random() * 0.1) * passed if not isSamplePlaying(gear_move1) and pos1 > 0 and pos1 < 1 then playSample(gear_move1, 1) end setSampleGain(gear_move1, (main_hydro * 2 + view_ext * 200) * 0.3) setSamplePitch(gear_move1, power * main_hydro * 7) if pos1 < 0 then -- limit positions and close lock when reached pos1 = 0 lock1 = true --logDebug( "Lock True 0") elseif pos1 > 1 then --logDebug( "Lock True 1") pos1 = 1 lock1 = true end end 2) Зайти в Plane-Maker и сделать следующее: в разделе Landing gear - данные шасси, в самом низу изменить "коэффициент трения посадочного шасси" на .025. (rolling co friction) в разделе systems - General 2 поставить галку hydraulic brakes в разделе Panel 2D удалить панель GPS не Garmin!! в разделе Engine Specs изменить значение возле квадратика beta available (внизу слева) на .20. взято отсюда З.Ы. Проверял только при первичной загрузке, вроде все кликабельно, на форуме говорят что работает. Если что не так, то поправьте.