-
Posts
648 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by bones1014
-
Use the knobs with regular inputs in the game controls. You can create stacks of controls you can cycle through. Sent from my SM-G781U using Tapatalk
-
I have both working at the same time. [emoji848] Sent from my SM-G781U using Tapatalk
-
You can try to create your own readout. Something like this. function ExportScript.Trim_ind(mainPanelDevice) --exports elevator trim value local indicator_value = ExportScript.Tools.round(mainPanelDevice:get_argurment_value(52) * 10 ) ExportScript.Tools.SendData(5000, indicator_value) end Then look for the heading below and add the second line you see here below it. function ExportScript.ProcessIkarusDCSConfigLowImportance(mainPanelDevice) ExportScript.Trim_ind(mainPanelDevice) Then on a button use the value 5000 for the x10 trim indicator value. I don't have any way to test it as I don't have the F5.
-
fixed exported mfd issue with new MT beta .
bones1014 replied to AnimalMother1775's topic in General Bugs
I also saw it was reported after posting this. Hope they can quick fix it Sent from my SM-G781U using Tapatalk -
fixed exported mfd issue with new MT beta .
bones1014 replied to AnimalMother1775's topic in General Bugs
I'm exporting MFDs to a 2nd display. On single thread it still works fine. In multi thread the images seem to smear. null -
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
I just have a display for item 209 with the title text change at 0.0000=MX,0.1667=BER,0.3333=NAV,0.5000=ANF,0.6667=SPA,0.8333=LNDG NAV,1.0000=LNDG P/O -
Yes, it's great!
-
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
which airplane? -
The game doesn't load everything immediately. When you load into a server and pick a plane it'll finish loading in assets and if some of them violate the IC it'll kick you.
-
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
I think that's how they're going to make multiple models of the F1 work. Yes it's kinda tough to work with. You really have to dig around. -
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
Try this one here. It's from the DCS World OpenBeta\Mods\aircraft\Mirage-F1\Cockpit\Common\clickabledata_common_F1EE_M.lua It should be the "Mode Selector Switch" null -
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
I can take a look this evening and see if I can help Sent from my SM-G781U using Tapatalk -
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
I hope my crude explanation helps you. Good luck. -
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
you can use the model viewer to find control ID's. It's a bit tedious because it lists all the thousands of IDs in each plane. You can also look through the Luas that contain the controls for the different versions. The EE specific controls are in this file Program Files\DCS World OpenBeta\Mods\aircraft\Mirage-F1\Cockpit\Mirage-F1\Mirage-F1EE\clickabledata.lua The button ID is the number 3 followed by the numbers in the Cmd statement. For the Mode Selector it would be 3681. The Device ID is usually 1. The DCS ID is the number after the Cmdxxx, statement. For the Mode Selector that would be 666. To get the right readout from the HSI mode use DCS ID 1256. -
Is waypoint offset for navigation possible?
bones1014 replied to bones1014's topic in DCS: F-16C Viper
My question has nothing to do with ground attack. There is already VIP and VRP for that. What I'm asking must not be possible if the conversation keeps migrating to ground attack. -
STREAM DECK PROFILES LIBRARY
bones1014 replied to ZQuickSilverZ's topic in PC Hardware and Related Software
I didn't set that up because I'm using a rotary on the Stream Deck + for that control so it's a keyboard bind. -
Is waypoint offset for navigation possible?
bones1014 replied to bones1014's topic in DCS: F-16C Viper
I'm thinking high altitude interception. You have bullseye and target intercept or CAP area could be called bearing and range from bulls. -
looks sharp!
-
Is waypoint offset for navigation possible?
bones1014 replied to bones1014's topic in DCS: F-16C Viper
You can use waypoint and TACAN offset in other planes. Just want to know if it's possible. Another tool. Sent from my SM-G781U using Tapatalk -
Are you ensuring that you're attempting the lock while the target is visible in the scan pattern. I've found that once the radar moves to another bar and the target isn't visible in that bar it won't lock.
-
It depends on if they're following some kind of fuel conservation plan. I know tankers don't fly with a full load all the time and that's to save fuel. If it's just a short training flight they'll burn way more fuel than they need to just to get the plane in the air.
-
Can it be changed so that the pilot can adjust the back seat radios? It's so hard to keep this thing trim and level that moving to the other seat to adjust those radios is not possible.
-
Is waypoint offset for navigation possible?
bones1014 replied to bones1014's topic in DCS: F-16C Viper
that's just inputting and editing steer points. Not offset. -
I'm talking straight navigation, not VIP or VRP for ground attack.