Jump to content

JoeyJoJoJunior

Members
  • Posts

    191
  • Joined

  • Last visited

Everything posted by JoeyJoJoJunior

  1. There's a new pilot model coming soon that is supposed to be better than the old one. The old one has been removed in the meantime.
  2. There is one for 530D, it's the PCA Stores 2 binding. I have it mapped to one of my hats. Yeah, this drives me nuts. It clips right through the cover.
  3. This was annoying me too, and I found this thread. I came up with a solution using an AutoHotkey script. It simply lowers system master volume to 5% when hitting some of the external view F keys, then back to 100% when hitting F1. Here's the script: isSoundLow := false #IfWinActive ahk_class DCS F2:: F3:: F4:: F5:: F6:: F8:: F11:: if (!isSoundLow) { SoundSet, 5 isSoundLow := true } ChangeView(A_ThisHotkey) Return #IfWinActive ahk_class DCS F1:: SoundSet, 100 ChangeView("F1") isSoundLow := false Return ChangeView(Key) { Send, {%Key% down} Sleep, 20 Send, {%Key% up} } If you're not familiar with AutoHotkey, you just have to install it, put that script in a .ahk file, and run it. edit: hmm just realized, this doesn't solve the problem of going to external view when you get killed for example. Oh well.
  4. According to this thread https://forums.eagle.ru/showthread.php?t=220906 most of that panel is not functional. The only part on the panel that does anything is the knob that turns it on.
  5. I'm the same. I also learned French as a kid, and even though it's rusty, I don't have any problems with the Mirage. But enough people wanted it. :)
  6. Updated to add English version: https://www.digitalcombatsimulator.com/en/files/3303666/ Also updated the French version with a few fixes.
  7. Alright, I updated the mod to work with customized cockpits. Should pass IC now too. Thanks again, Esac_mirmidon :thumbup:.
  8. Perfect, thank you! I'll implement the changes and post an update.
  9. I was gonna piece it together by looking at how the English cockpit is done, but I'd appreciate any help if you already know how. While digging around there, I also noticed a description.lua file I think I can use to get this mod to pass the IC check, since a few people are asking for it in the comments.
  10. Good suggestion! Will try to do that.
  11. Here's what each file corresponds to in the cockpit: M2KC_4C.dds - HUD and Front Cockpit Panels M2KC_8C.dds - Cockpit Right Side M2KC_9C.dds - Cockpit Left Side M2KC_10C.dds - Cockpit Front Gauges, VTB, PCA, PPA M2KC_11C.dds - RWR, Clock, IFF M2KC_12C.dds - ECM Box, Oxygen Control Panel, Some misc labels Feel free to mix and match between the various versions to your liking.
  12. UPDATE 23/02/2019: The English version is now available: https://www.digitalcombatsimulator.com/en/files/3303666/ Updated the French version as well to fix a few things that were bugging me. Cleaned up the lettering/lines on the PCN keypad to make things more consistent. Also masked a few things that shouldn't have been brightened like the texture for the lens that projects the HUD. That was kind of annoying when you have the seat up for bombing since it was really bright. UPDATE 15/02/2019: This mod should now pass integrity checks. Furthermore, it no longer works by overwriting the original cockpit textures. Instead, it adds the different versions of the mod as options in the SPECIAL tab of the game menu (the same place you would select an English cockpit). Make sure you uninstall the old version of the mod before updating! Thanks to @Esac_mirmidon on the ED forums for giving the suggestion and helping with this. English cockpit is coming, but will take some more time since it's a fair bit of work. Hello all, New DCS player here. Got the Mirage as my first module and really enjoying it so far. Only thing I found frustrating was how dark the cockpit is and the poor contrast on some of the labels. I saw there was another mod that tried to fix this a while back, but it doesn't work with the latest version of the module, so I decided to try my hand at it, and am quite pleased with the results: https://www.digitalcombatsimulator.com/en/files/3303537/ The brighter versions are especially nice for running lower gamma if you enjoy more natural lighting. I'm currently using the brightest version with 1.3 gamma which looks perfect for me in VR. Let me know how you like it :)
×
×
  • Create New...