-
Posts
146 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Xtorris
-
Feedback Thread F-14 Tomcat, Update 8th June 2023
Xtorris replied to IronMike's topic in DCS: F-14A & B
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. -
{down = iCommandPlaneRefuelingReadyPreContact, name = _('A/A refueling - "Ready for precontact" radio call'), category = _('Communications')},
-
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).
-
-
What happens to your mirrors exactly? I tried his mod out, and had no issues.
-
Yeah, I do the same thing with OVGME.
-
Jester uses all of my flares. /s
-
\DCS World OpenBeta\Mods\aircraft\F14\Skins\ME Add the pic of your choosing to replace base-menu-window.png
-
[NO LONGER PASSES IC] Improved Contact Dot Spotting (Updated v1.1)
Xtorris replied to Why485's topic in DCS Modding
Sadly they'll probably lock it behind IC, and implement no changes. -
Are there any plans for axis bindable HUD, VDI and HSD rotary knobs?
Xtorris replied to ouky1991's topic in DCS: F-14A & B
Love how the devs will cough up NINE posts to a SATAC thread, but for your average joe, not a damn thing. -
Look for "Display Driver Uninstaller" also. I use it every time, I update my display drivers (it can also be found on guru3d).
-
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.
-
-
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.
-
-
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
-
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')}},
-
RIO TACAN 'Go' 'No-Go' lights are not illuminating when TACAN BIT is depressed. Pilot side is functioning just fine though.
-
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.
-
Any stick input on autopilot droops the nose downwards
Xtorris replied to Zaneboy's topic in Bugs and Problems
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. -
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.