Jump to content

cubanace

Members
  • Posts

    1880
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by cubanace

  1. update Redownload the mod in order for it to work with latest updates, Download at use file section or at my discord under download section. Discord https://discord.gg/8qtz7M
  2. StandAlone Version We are working hard on our first release of Stand Alone EFM of SU-57 and we will Announce when.
  3. Its similar but no, I learned from the A-4 code back when it was first released, but animation scripts are similar and just need a few teaks to call different sensors. Here is the original from Slats local dev = GetSelf() local update_time_step = 0.05 --20 time per second make_default_activity(update_time_step) local sensor_data = get_base_data() local SLAT_STATE = 0 function update() local t_ias = sensor_data.getIndicatedAirSpeed()*1.9438444924574 if (t_ias < 100) then SLAT_STATE = 1 elseif (t_ias < 200) then SLAT_STATE = 1-(t_ias/100 - 1) end set_aircraft_draw_argument_value(13,SLAT_STATE) set_aircraft_draw_argument_value(14,SLAT_STATE) end need_to_be_closed = false -- close lua state after initialization
  4. Sonic Boom Sonic Boom Cone WIP. I have to still animate the different stages depending on speed and for it to flicker as well. Below is the animation script code. ```-- SONIC BOOM ANIMATION function calculate_Sonic_Boom() local mach = sensor_data:getMachNumber() local Sonic_Boom = 0 if (mach > 1.0) and (mach < 1.1) then Sonic_Boom = 1 else Sonic_Boom = 0 end --SONIC BOOM ANIMATION ARG# set_aircraft_draw_argument_value(27, Sonic_Boom) end```
  5. I will fix them asap,thanks for your feed back.
  6. I will check the mirror and also I have to redo the cockpit lights,they changed due to patch .
  7. Updated for 2.5.6 beta. https://www.dropbox.com/s/j9k4myzr9pdph23/MiG-23UB.7z?dl=0
  8. I appreciate your kind words.
  9. Hello, Pitch and Yaw has been greatly altered in order for her to maneuver at extremely low speeds and near stalls. You also have to re tune your controls sensitivity and curves to improve.
  10. Yes,the MIG-23UB will continue to be updated same as the SU-57 and the SU-7 is next to be released.
  11. SU-57 FELON SU-57 FELON NOW UPDATED, user file section now has the latest SU-57 Felon. Lot of things still under Dev and will change. SU-57 Felon by Cubanace Simulations, Custom Flight Model and Turbine. Custom Weapon models suited for Su-57 Felon. Custom Systems for SFM,FBW and Information on the Hud.(WIP). Custom Radar Detection range. Custom Defense Suite/Anti Sam,Anti AA Missile. Custom Stealth for our SU-57 Felon. Custom Arming Screen. Custom Themes. Custom Loading screens. Custom AntiShip and Radar Cruise Missi Custom Air to Air Medium and Long Range Missiles. Custom MFD Pages include RWR and Information. Ground Contacts in Radar Thru Wingman Data link. Custom Cockpit and External Animations. Custom Su-57 Felon Engine and Afterburner Sounds.
  12. Chutes Adding back the Chutes, I will release another update sometime tonight,
  13. Theres a few things I did not finish what you mentioned is one of them,I will fix them with time,thank you.
  14. update Updated 5/17/20. SU-57 Project version 2.5.6 beta,enjoy. https://www.dropbox.com/s/xdnixb0woz8bc0i/SU-57.7z…
  15. Version 2.5.6 broke the mod,its currently being remade to work with 2.5.6.
  16. I can't share nothing in regards the new SU-57 build at the moment,once we have more to show we will.
  17. I appreciate the kind words gentlemen, But in all honesty my priorities were to get better for the dcs community and bring you guys something unique.
  18. Enjoying the sunrise.
  19. Few More Improvements.
  20. Lights Adding New light Realism effect. Instead of just adding simple 2d lights I have created the 3d shape of the housing where the light goes in the Tail I will do the same for the rest by doing so it improves the realism.
  21. FBW and Thrust Vectoring FBW and Thrust Vectoring under Development.
  22. 3D improvements 3D improvements and new Glass Materials.
  23. RDAR DEMO RADAR DEMO.. Here is a quick DEMO of both ground targets and Air targets displaying on the SU-57 DEMO WIP.
  24. Work continues. Testing in 2.5.6 and adding more things. :D Our SU-57 Now detects Ground contacts on radar and also has night vision.
×
×
  • Create New...