Jump to content

cubanace

Members
  • Posts

    1783
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by cubanace

  1. 3d model Hello Again here is more Improvements. I take seriously what the DCS community asks, after many test pilots reporting that the pilot model was to big and that the IRST 3d model was off well tonight i fixed it, here is how its looking so far, thanks again for your support guys,keep asking and we will improve this together.
  2. Project News Hello DCS Community I am Working extremely hard in order to Bring you guys one of a kind experience in regards the new SU-57 EFM+ASM Build for DCS World, This includes : Multirole Radar: Air to ground and Air to Air Radar Modes. weapons used by the SU-57,A/A and A/G, Animated Weapons Bay Doors, Animated gun port, EFM Flight Model, FM digital computer (Fadec), Dircm Defense Suite, Navigation, Thrust Vectoring: both manually or in combination with the Fadec System. Project Module being developed with C++ and Lua in mind in order to meet DCS Standards and both external model and cockpit refine from scratch in order to be in par with dcs standards models.
  3. I use Visual Studio for coding systems and Flight model in C++ and Notepad++ for Lua for quick Scripting.
  4. Here is some Clips on how the EFM is coming along, Please be patient there is alot of research and study on my part And I will take my time to make this happen,everything you see is work in progress. Ground Handing realism movements. High angle Alpha maneuver and maintaining control.
  5. Hello DCS Community, I gladly will show Progress of my Next Build project Of the SU-57 Felon,it has taken me a extreme amount of time to learn 3d modeling, coding C++ and LUA and DCS overall in order to improve my work and continue doing what i love best. Soon we will have our Standalone SU-57 so please be patent. Below are some screenshots of the new Project Core and improvements in 3d modeling and more.
  6. Under Main aircraft Lua there are values for RCS and how much heat signature .
  7. I'm sorry but I'm terrible with sarcasms, I don't go out much and live under a rock
  8. You are wrong,Stealth does Apply in my case,the SU-57 has a stealth value and also Heat signature reduced to some extent, It's up to the developer to add those values.
  9. 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
  10. StandAlone Version We are working hard on our first release of Stand Alone EFM of SU-57 and we will Announce when.
  11. 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
  12. 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```
  13. I will fix them asap,thanks for your feed back.
  14. I will check the mirror and also I have to redo the cockpit lights,they changed due to patch .
  15. Updated for 2.5.6 beta. https://www.dropbox.com/s/j9k4myzr9pdph23/MiG-23UB.7z?dl=0
  16. 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.
  17. Yes,the MIG-23UB will continue to be updated same as the SU-57 and the SU-7 is next to be released.
  18. 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.
  19. Chutes Adding back the Chutes, I will release another update sometime tonight,
  20. Theres a few things I did not finish what you mentioned is one of them,I will fix them with time,thank you.
  21. update Updated 5/17/20. SU-57 Project version 2.5.6 beta,enjoy. https://www.dropbox.com/s/xdnixb0woz8bc0i/SU-57.7z…
  22. Version 2.5.6 broke the mod,its currently being remade to work with 2.5.6.
×
×
  • Create New...