Jump to content

Xtorris

Members
  • Posts

    146
  • Joined

  • Last visited

Everything posted by Xtorris

  1. Currently, only the EIG in the A model, is affected by the Instrument dial setting. The A models EIG, is located in F14\Textures\Color\HB_F14_CPT_GAUGES.dds. However, the B model EIG files are not even in the Color folder. They're in the \F14\Cockpit\Resources\IndicationTextures folder (EGIT_EGT.dds, EGIT_FF.dds, EGIT_RPM.dds). Files in the IndicationTextures folder can have adjustable brightness. The HUD, MDIG, and TID elements are in this folder as well, and their visibility can be adjusted. *shrug* There's a disconnect somewhere.
  2. {down = iCommandPlaneRefuelingReadyPreContact, name = _('A/A refueling - "Ready for precontact" radio call'), category = _('Communications')},
  3. https://www.digitalcombatsimulator.com/en/files/3330576/ Just be warned, it won't pass a Texture IC, it will pass all others though (client, models, script).
  4. I ended up making a mod, which removed some mipmap options. Here's the before and after:
  5. What happens to your mirrors exactly? I tried his mod out, and had no issues.
  6. Yeah, I do the same thing with OVGME.
  7. Jester uses all of my flares. /s
  8. \DCS World OpenBeta\Mods\aircraft\F14\Skins\ME Add the pic of your choosing to replace base-menu-window.png
  9. Sadly they'll probably lock it behind IC, and implement no changes.
  10. Love how the devs will cough up NINE posts to a SATAC thread, but for your average joe, not a damn thing.
  11. Look for "Display Driver Uninstaller" also. I use it every time, I update my display drivers (it can also be found on guru3d).
  12. Rather than submitting the requisite files/information, to enable DLSS in DCS, they'd rather work on VOIP integration that no one wants, or asked for.
  13. Goto the DCS install diectory, "\DCS World OpenBeta\Mods\aircraft\F14\Cockpit" Open mainpanel_init.lua Look for the line, --rotation = math.rad(-15), Remove the -- Set the rad value to your liking (mine is set to rotation = math.rad(7)) Enjoy the view.
  14. Did some tinkering, and I was able to find (and add) the ablative coatings for all of the bombs except the Mk-20, Mk-81, Mk-82AIR, and inerts. Unpack the zip, and place the 'Liveries' folder in your \Users\<username>\Saved Games\DCS.openbeta Enjoy. Note: No new textures are added. The edited liveries only use texture files already in the game. Liveries.zip
  15. If you are comfortable with editing your input files, you can use these until they implement their own fix: {cockpit_device_id=devices.GEARHOOK, down=device_commands.GEAR_Handle_Emergency, value_down=1, name=_('Emergency Gear Lever Extend'), category = {_('Gear'), _('Custom')}}, {cockpit_device_id=devices.GEARHOOK, down=device_commands.GEAR_Handle_Emergency, value_down=0, name=_('Emergency Gear Lever Retract'), category = {_('Gear'), _('Custom')}},
  16. RIO TACAN 'Go' 'No-Go' lights are not illuminating when TACAN BIT is depressed. Pilot side is functioning just fine though.
  17. The issue is not numbers missing, but the course knob spinning too fast, due to its current pressed value. (Optional) If you want to change how fast the HSD course knob spins, do this: Go to DCS World OpenBeta\Mods\aircraft\F14\Input\F-14B-Pilot\keyboard and open default.lua Run the "Find" command, and enter the phrase HSD Course: You are looking for these two lines: {pressed = device_commands.HSD_Knob_Course, cockpit_device_id=devices.HSD, value_pressed = 0.001, value_up = 0, name = _('HSD Course Knob Inc'), category = _('PDCP')}, {pressed = device_commands.HSD_Knob_Course, cockpit_device_id=devices.HSD, value_pressed = -0.001, value_up = 0, name = _('HSD Course Knob Dec'), category = _('PDCP')}, Changing the values to half as much will cause the knob to spin half as fast. I.E. 0.0005 and -0.0005 respectively.
  18. Disengage Autopilot Retrim Re-enable Autopilot, AP Vector, AP Altitude Hold, AP Heading Hold, but do not press the AP reference / NWS toggle button. Or just disable AP, and fly by trim. As Baz has said, it's WiP at the moment. We'll just have to make due, for now.
  19. Changing the contrast value in ReShade made a HUGE difference for me. I went from feeling like trying to tank with dark sunglasses on, to actually being able to see.
×
×
  • Create New...