Jump to content

YSIAD_RIP

Members
  • Posts

    743
  • Joined

  • Last visited

Everything posted by YSIAD_RIP

  1. Open Beta. Are you using it? Make sure you are running the latest version of DCS Open Beta: https://www.digitalcombatsimulator.com/en/news/changelog/openbeta/2.5.6.55847/ A10C II is not available on Stable yet.
  2. MB-339/PAN: Added Logitech Speed Brake Slider Using 2 Position Switch I love this little plane and will be buying the official module as soon as it comes out. However, until then, I did finally figure out how to get the 2 Position Speedbrake Slider switch on my Logitech X56 Throttle to work correctly with the MB-339/PAN: All I had to do was add one line to the default.lua that is located in \Saved Games\DCS.openbeta\Mods\Aircraft\MB-339PAN\Input\joystick -- Airbrake Slider Switch Mod added in line 165 {down = iCommandPlaneAirBrake, up = iCommandPlaneAirBrake, name = _('Airbrake Slider OUT/IN'), category = _('Systems')}, -- Airbrake Slider Switch Mod Helps anyone with an X55/X56 HOTAS or those that use a two-position toggle for Speed Brake. The New Key Binding allows for a two-position Switch key binding for Speed Brake. Switch Position Pressed - UP: Speed Brake Extended and stays in position until released. Switch Position Released - DOWN : Speed Brake Retracted. IFE and FTF - Thanks for this fantastic plane! I would not mind if you can include a similar keybind in your future update as it would just mean the airbrake would function like other European planes, for example; AJS37 and M2000C Cheers. Airbrake Slider (2 Position Switch) Logitech X56 MB-339.zip
  3. Speed Brake is perfect on Logitech X56 HOTAS- Thanks I really appreciate how the original FunkyFrank My Button Viggen mod was implemented into the default game by Heatblur so long ago! Also, I just noticed that that the Airbrake Out/In keybind was part of the original mod! That option alone makes the often misunderstood Thumb Slider (2 Position switch) on my Logitech X56 absolutely perfect. {down = 3601, up = 3602, cockpit_device_id = devices.FLIGHTDATAUNIT, value_down = 1.0, value_up = 1.0, name = _('Airbrake Out/In'), category = _('Flight Control')}, --working Thanks All!
  4. I used this Thread Info to make X56 Slider work properly as Speed Brake! I was able to extract the one line I needed in the attachment on the first post to finally make my MiG21 Airbrake work properly with my X56/X55 (2 position toggle) Slider switch! --Alternate Airbrakes {down=device_commands.Airbrakes,up=device_commands.Airbrakes,cockpit_device_id=devices.AIRBRAKE,value_down=1.0,value_up=0.0,name='Airbrakes Slider - Extend/Retract',category='Flight Controls'}, -- for Slider Switch on X56/X55 or any 2 Position Switch |UP = Pressed & DOWN = Released| I just wanted to say THANKS!
  5. Just do it The default.lua of both planes are almost identical except for one place. I used Notepad ++ and did a line-by-line compare. Default.lua is located in: Mods\aircraft\A-10C\Input\A-10C\joystick\default.lua Mods\aircraft\A-10C_2\Input\A-10C_2\joystick\default.lua The only difference was the Older Module A-10C had these lines where they did not exist in the A-10C_2 default.lua -- Head Tracker View {down = iHeadTrackerZoomToggle, up = iHeadTrackerZoomToggle, value_down = 1.0, value_up = 0.0, name = _('VR tracker Zoom'), category = _('View Head Tracker')}, {down = iHeadTrackerSpyglassZoomToggle, up = iHeadTrackerSpyglassZoomToggle, value_down = 1.0, value_up = 0.0, name = _('VR tracker Spyglass Zoom'), category = _('View Head Tracker')}, {down = iHeadTrackerPosReset, name = _('VR tracker Reset Base'), category = _('View Head Tracker')},
  6. Hi Vibora, Thanks for the quick reply. The keybind mentioned does still work the same; it uses the often misunderstood Slider Switch on the X56/X55, or for any 2 Position Switch. |UP = Pressed & DOWN = Released| No problem - maybe if some other owners of C-101 have an X56/X55 they can try it out and enjoy Speed Brake with the thumb slider. Cheers! :thumbup:
  7. Speed Brake Extend Retract Using 2 Position Switch a.k.a Else IF Can this line be ADDED to a future update? Helps anyone with a X55/X56 HOTAS or those that use a two-position toggle for Speed Brake. Key Binding that allows for a two-position Switch key binding for Speed Brake. a.k.a Else IF. Switch Position Pressed: Speed Brake Extend and Stay in position until released. Switch Position Released: Speed Brake Retract. Example: Two-position toggle Switch or Slider Switch on an X55 and X56 Flight Stick -- Flight Control section of F5-E default.lua -- { down = control_commands.SpdBrk, up = control_commands.SpdBrk, cockpit_device_id = devices.CONTROL_INTERFACE, value_down = 1, value_up = -1, name = _('Speed Brake Switch - OUT/IN'), category = _('Throttle Quadrant')}, Thanks to Shiroka for posting this Mod on the DCS User Files Download Page because it gave me the clues necessary to make the changes to the F5-E
  8. Speed Brake Extend Retract Using 2 Position Switch a.k.a Else IF Can this line be ADDED to a future update? Helps anyone with a X55/X56 HOTAS or those that use a two-position toggle for Speed Brake. Key Binding that allows for a two-position Switch key binding for Speed Brake. a.k.a Else IF. Switch Position Pressed: Speed Brake Extend and Stay in position until released. Switch Position Released: Speed Brake Retract. Example: Two-position toggle Switch or Slider Switch on an X55 and X56 Flight Stick -- Flight Control section of C-101EB/CC default.lua -- {down = iCommandPlaneAirBrakeOff, up = iCommandPlaneAirBrakeOn, cockpit_device_id = devices.SYSTEMS, name = _('Air brake Slider - Extend/Retract'), category ={_('Left Console'), _('Throttle lever'), _('Flight Control')}}, Thanks to Shiroka for posting this Mod on the DCS User Files Download Page because it gave me the clues necessary to make the changes to the C-101
  9. Speed Brake Extend Retract Using 2 Position Switch a.k.a Else IF Key Binding to allow for a Two Position Switch key binding for Speed Brake. Switch Position Pressed: Speed Brake Extend and Stay in position until released Switch Position Released: Speed Brake Retract Example: Two-position toggle Switch or Slider Switch on an X55 and X56 Flight Stick -- Flight Control section of F-F14A &B default.lua -- { up=device_commands.SPEEDBRAKE_ExtendRetract, pressed=device_commands.SPEEDBRAKE_ExtendRetract, cockpit_device_id=devices.GEARHOOK, value_up=1.0, value_pressed=-1.0, name = _('Speed Brake Switch - EXTEND/RETRACT'), category=_('Gears, brakes, and hook')}, Thanks to Shiroka for posting this Mod on the DCS User Files Download Page
  10. Reason for: Launching DCS world in 10 Seconds? Hi Skate Zilla, From a programming perspective, I wanted to know if there is a reason for the 10 Second Delay when you LAUNCH Dcs World using the DCS Updater GUI Utility? I am perfectly happy, waiting 10 seconds. :pilotfly: DCS Updater / Launcher Gui Utility is outstanding! Cheers.
  11. I have been using the Logitech/Saitek Software with the option to Quantize time when using the Slider Switch. I am happy that after this MOD to the default.lua, I don't need the Logitech Software for speed brake any longer... yepee! I like how using this MOD controls the Speed Brake because I can extend and retract with no delay. Using Logitech/Saitek software requires me to wait 2.8 seconds before I can retract the speed brake again.
  12. Is this command still working for you? I found a similar command on another thread that did not have the X56 in the line, but worked. One thing that did not clue in for me was: -After MOD is installed you will see a new Action added in your CONTROL OPTIONS for Airbrake and or Speed Brake or something similar. EDIT: Thanks to the suggestion from this thread I managed to make similar updates to the default.lua of: C-101CC, C-101EB, F86F and F5E.
  13. Razbam needs to take advantage of some of the current FANTASTIC Sound Mods out there. Here are 2 Mods you can try: You may have a preference depending on your sound system. The First one is newer and includes cockpit LOUDER COCKPIT Sounds. M-2000C Engine & Cockpit Sounds Fix Type - SoundAuthor - sedenion Date - 22.06.2020 M2000C -DYNAMIC SOUND- Mod (updated v3.0) Type - SoundAuthor - watermanpc Date - 08.04.2018 Enjoy! and Special Thanks to sedenion and watermanpc!
  14. Great Audio!!.. has anyone seen Sounds Fix mod from sedenion? The audio warning cockpit sounds are great!! I also just came across this M-2000C Engine & Cockpits sounds Fix from sedenion on the User Downloads site. It may be of interest to Razbam too!
  15. The F-104 from IndiaFoxtEcho and the new team members from the Frecce Tricolori Virtuali is an instant buy for me. I will even buy as Pre-Order or Early-Early Access - lol. The heritage of that plane from Italy and Canada is too much for most aviation enthusiasts to ignore. I even re-watched "The Right Stuff (1983)" to see "Chuck Yeager" in all those fantastic F-104 scenes!
  16. Official DCS Module of MB-339 is coming? :thumbup: Posted on Facebook From 3rd Party Developer Indiafoxtecho! :thumbup: From the beginning of the commercial operations of IndiaFoxtEcho five years ago, many of you suggested (or should I say requested) that I should port my projects to DCS... even if just as simple mods. I always bounced back those requests for a number of reasons, the main one being the fact that there DCS is a very different beast from other simulators and, to create a high quality module, you need a dedicated team. OK...so here is the big "organizational" announcement I teased few days ago: in the past months I have been working with several developers to build a sustainable team of contractors able to create and support high-quality mods for DCS (and increase the productivity of IndiaFoxtEcho on other platforms too). Together with that team, and thanks to their hard work, I have also been working with Eagle Dynamics and we are happy and proud to announce that INDIAFOXTECHO is now an OFFICIAL DCS THIRD PARTY DEVELOPER. Given that many team members are part of the Frecce Tricolori Virtuali development team, I guess it is not surprising that our first project is the MB-339 for DCS: this will r an official payware module that will greatly expand the functionalities of the freeware mod and will feature substantially enhanced graphics. We are working on other projects too, but we cannot announce anything at the moment. One thing we can tell you that the team is committed to delivering high quality aircrafts with a high level of realism.
  17. YSIAD_RIP

    Welcome!

    The MB-339 is my favourite MOD and, in the newer future, it will be an easy day one purchase. Great News and good luck with getting the Official MB-339 into the Eagle Dynamics and Steam Stores soon!
  18. UltraMFCD 3.0 is coming - Good luck with the final stages of testing. This will be an excellent addition to the Sim. Thanks!
  19. For those folks who are running older hardware, these mods are fantastic! Thanks <> MUSTANG <> !
  20. Great to have you as the new CM.. Hi, Zack, aka Elmo - That was a HUGE Open Beta update today from RAZBAM. Wow. I did not catch that you serve in our Canadian Armed Forces until the last message in this thread! I appreciated your message in the September Announcement and am looking forward to future RAZBAM updates and new product releases. Thanks for your service and stay safe. Cheers
  21. After the new A-10C II gets released at the end of the month, I want to assume ED will give some proper love to other OLD Modules like the F-5E
  22. The Caucasus Map is beautiful. Again! The new Syria Map has spoiled me. However, this terrain Mod for the Caucasus is fantastic, especially with Taz1004_Better_Trees_V4. Thanks.
  23. BETTER="GOODER!" lol I can tell just by looking at the Lua that this is going to be nice! Very subtle and clean: looking forward to testing out Better Labels V1 - Tonight. I have been using StealthyNeo DOT-Only and goodman.od.ua Enhanced Visibility recently. You also doubled the number of transitions to 8, so the dots will more slowly change size as distance increases. I will use OvGME and install into \Saved Games\DCS.openbeta\ Cheers!
  24. I-16 English Cockpit MOD created by Quartermaster! I-16 English Cockpit (Very nice includes all labels and Knots Airspeed) Type - ModAuthor - Quartermaster Date - 19.09.2020 02:48 https://www.digitalcombatsimulator.com/en/files/3312282/ I appreciate leaving the beautiful cockpit authentic, but having English may help those that have not flown it for months or years pick it up fast, not to mention, many new users/enthusiasts will appreciate the option. WISH LIST - IT would be nice if ED/ the Octopus Developer just added this mod to DCS Core Game and made it a Cockpit Customization option in SPECIAL Menu just as we have for Viggen M2000C and others.
  25. Thank You Looking good! Minor little issues like the Open Texture Seam I just flew The I-16 and it really is a cool little Module Glad to see the Cockpit animations all got fixed in the Open Beta - 26.08.2020 Update! Same little minor graphical issue - I don't want to even report it as a BUG... You can see a small open seam that is visible when you look over your Left Shoulder and Down 30 degrees. I Provided a screenshot.. No big deal - I don't want to give the developer a heart attack, This really is a SPECIAL little Russian plane. FYI: Quartermaster uploaded an English cockpit MOD yesterday in the Downloads > User Files.... Cool stuff!
×
×
  • Create New...