Jump to content

OpticFlow

Members
  • Posts

    49
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. My favorite mission to practice hovering in the Mi-8 and the Gazelle. Thank you!
  2. I believe IRL the color filters are applied in front of the TV camera. The TV monitor would still be monochrome with greenish tint, but some image features (that pass more easily through the filter) would be brighter, while others would be darker.
  3. The C-101 has decent performance if you take less fuel. It was designed for much longer range than the other two. The engine is also more fuel efficient.
  4. + one extra thing with the Su-33: you can use the auto-throttle during air refueling. Once it's on, you can increase/decrease airspeed in very small increments (1 km/h?) with the mapped key/button binds. Basically, if you get too far ahead, press the minus button to decrease the held speed, if you get too far back, press the plus button... A bit like car cruise control...
  5. The night dimming mode of the radar warning receiver indicator (SPO-10) doesn't dim the lights or color them red when enabled. This is observed with the multi-threading version of DCS (and default cockpit). See attached screen capture:
  6. I believe the rule for manual tuning is to multiply the ILS freq. by two for the Detrola radio scale, so 220 in your example. You can also set it in the mission editor -- on the radio settings, set the BC-1206 Initial Frequency to the ILS frequency in MHz (110.0 in your example).
  7. If 1688 is used for the bombs, the Pave Penny laser spotter should also be set to it. Currently it works only when lasing with code 1113:
  8. The liveries (texture) size also affects RAM usage in game. Hop on a populated server and DCS RAM usage exceeds 30 GB even on maps like Caucasus and PG which otherwise have modest RAM usage in single player.
  9. Perhaps you could use the free 2 weeks trial to find out what they look like.
  10. This solution helped me with the same issue:
  11. OpticFlow

    Radar functions

    The radar on that picture is Cyrano II from Mirage IIIE, the label on it is wrong. Cyrano IV on F1 looks like this:
  12. According to some sources, the new engine is used on P2 and later models: https://www.af.mil/About-Us/Fact-Sheets/Display/Article/104557/aim-9-sidewinder/ http://www.ausairpower.net/TE-Sidewinder-94.html
  13. Both the AIM-9P and the AIM-9P5 have incorrect values for engine thrust and time. In DCS, AIM-9B, AIM-9J and AIM-9JULI all have 2.2 seconds boost stage time and 17 800 newtons thrust. The AIM-9P and AIM-9P5 models also use the same engine (Thiokol Mk.17) and one expects to see the same stats, but instead they have 3 seconds and 18 800 newtons thrust, which is 44% more total impulse. Correction: The AIM-9P5 uses different engine: Hercules/Aerojet SR.116, but I couldn't find any stats for it. For reference: 1. Description of the Sidewinder variants: 2. The in-game stats: https://github.com/Quaggles/dcs-lua-datamine/blob/master/_G/rockets/AIM-9P.lua ModelData = { 58, 0.35, 0.04, 0.08, 0.02, 0.05, 1.2, 1.2, 0.5, 0.4, 1.2, 0.29, 0, -1, -1, 3, 0, 0, 0, 1000000000, 0, 0, 8, 0, 0, 0, 0, 0, 0, 18800, 0, 0, 0, 0, 1000000000, 30, 0, 0.5, 1000000000, 1000000000, 0, 30, 0, 1.19, 1, 2, 0, 0, 0, 0, 0, 9000, 4000, 4000, 0.2, 1, 1.4, -3, 0.5 }, https://github.com/Quaggles/dcs-lua-datamine/blob/master/_G/rockets/AIM-9P5.lua https://github.com/Quaggles/dcs-lua-datamine/blob/master/_G/rockets/AIM-9J.lua ModelData = { 58, 0.35, 0.049, 0.082, 0.01, 0.001, 0.55, 0.8, 2.5, 0.8, 1.2, 0.13, 0, -1, -1, 2.2, 0, 0, 0, 1000000000, 0, 0, 8.45, 0, 0, 0, 0, 0, 0, 17800, 0, 0, 0, 0, 1000000000, 40, 0, 0.8, 1000000000, 1000000000, 0, 30, 0, 1.2, 1, 2, 9, -11, -1.4, 10500, 2800, 17000, 5500, 6700, 2000, 2500, 0.55, -0.01, 0.5 }, The key to read the ModelData parameters: ModelData = { 58 , -- model params count 0.35 , -- characteristic square (характеристическая площадь) -- параметры зависимости Сx 0.04 , -- Cx_k0 планка Сx0 на дозвуке ( M << 1) 0.08 , -- Cx_k1 высота пика волнового кризиса 0.02 , -- Cx_k2 крутизна фронта на подходе к волновому кризису 0.05, -- Cx_k3 планка Cx0 на сверхзвуке ( M >> 1) 1.2 , -- Cx_k4 крутизна спада за волновым кризисом 1.2 , -- коэффициент отвала поляры (пропорционально sqrt (M^2-1)) -- параметры зависимости Cy 0.5 , -- Cy_k0 планка Сy0 на дозвуке ( M << 1) 0.4 , -- Cy_k1 планка Cy0 на сверхзвуке ( M >> 1) 1.2 , -- Cy_k2 крутизна спада(фронта) за волновым кризисом 0.29 , -- 7 Alfa_max максимальный балансировачный угол, радианы 0.0, --угловая скорость создаваймая моментом газовых рулей -- Engine data. Time, fuel flow, thrust. -- t_statr t_b t_accel t_march t_inertial t_break t_end -- Stage -1.0, -1.0, 2.2, 0.0, 0.0, 0.0, 1.0e9, -- time of stage, sec 0.0, 0.0, 8.45, 0.0, 0.0, 0.0, 0.0, -- fuel flow rate in second, kg/sec(секундный расход массы топлива кг/сек) 0.0, 0.0, 17150.0, 0.0, 0.0, 0.0, 0.0, -- thrust, newtons
×
×
  • Create New...