Jump to content

touchdown84

Members
  • Content Count

    93
  • Donations

    $0.00 
  • Joined

  • Last visited

Everything posted by touchdown84

  1. Never use the AA mode DLAA, that's an outdated post-processing AA (like FXAA). Use the AA mode DLSS with DLSS mode DLAA, which is something completely different (DLSS deep learning anti aliasing without the DLSS upscaling, so a quite big performance impact compared to TAA).
  2. . no idea why the forum posted it 3 times...
  3. Wait, it doesn't have individually controllable engines? With SU12 they introduced support for up to 16 engines, why are they not using it? I can understand the Antonov, it came basically at the same time as SU12, so too close. But this had enough time since then...
  4. Does this mean I should delete the `lorbysi-content-hooks` addon that is still in my Community folder?
  5. Regarding FPS loss when having pop out windows you should also check if you have any external FPS limitier active (like RTSS). Those often cannot properly handle a 3D application with multiple Windows window instances. The ingame VSync limiter (33/50/100%) is fine. Limiting via nVidia driver and using G-Sync seems okay, too. Best to do check with unlimited FPS and without G-Sync etc.
  6. If it is bought from the MS market place it won't show up, as the LNM cannot read the encrypted files.
  7. 30-35 FPS sounds about right when you are using AI traffic. Tested just now myself. Ryzen 9 5900X RTX 4090 DX 12 Ultra Preset in 4K with TAA (No Frame Generation) Loading the PMDG 737 on RW 13 at KLGA I get 50 FPS. When I start FSLTL Traffic it drops to 30-35 FPS after injecting a total of 100 AI planes and they all start moving. You can try playing around with the settings, but the only things where I can really improve the Main Thread limited performance are the LOD sliders. Some other things like disabling Nvidia Reflex and Glass Cockpit Refresh Rate will give you maybe only 1-2 more FPS each. You can enable Frame Generation to ~double your FPS, but I don't like it in MSFS, at least with head tracking I get some shimmering with text on displays.
  8. I will never again buy a product from the marketplace if it is available elsewhere. And I'll probably pass on marketplace exclusives, too. My reason is the encryption of important files. Planes cannot be modded or fixed, because files like the model XMLs are not available, airports cannot be parsed and displayed by third-party-software like Little Navmap, etc.
  9. This is my template for the Honeycomb Bravo throttles, including individual reversers. Works without scripts and is combining the hardware axis and reverser buttons to the sim axis. Works with the commercial levers and you only have to follow the FENIX calibration (full reverse: reverse lever + lever bottom detent button; idle reverse: reverse lever only). If you are using a deadzone other than 2% in the FENIX calibration you might need to adjust the "-1000" value for idle reverse slightly. Also included is an adapted flaps axis, where the bottom detent button is used for full flaps, again follow FENIX calibration. <?xml version="1.0" encoding="utf-8"?> <TemplateExport xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <JoysticksUsed> <TemplateDevice> <id>1000</id> <name>Bravo Throttle Quadrant</name> <guid>c46df8f0-af87-11ec-8002-444553540000</guid> </TemplateDevice> </JoysticksUsed> <template> <aircraftId>FENIX Axis</aircraftId> <airFileId>FENIX Axis</airFileId> <loadFromMaster>false</loadFromMaster> <buttons> <GlobalHotkey> <downEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-1000</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </downEvent> <upEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>0</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </upEvent> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>9</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> <Action>THROTTLE1_AXIS_SET_EX1</Action> </GlobalHotkey> <GlobalHotkey> <downEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-16383</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </downEvent> <upEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-1000</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </upEvent> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>25</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <combinedKey> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>9</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> </combinedKey> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> <Action>THROTTLE1_AXIS_SET_EX1</Action> </GlobalHotkey> <GlobalHotkey> <downEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-16383</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </downEvent> <upEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-1000</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </upEvent> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>26</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <combinedKey> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>10</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> </combinedKey> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> <Action>THROTTLE2_AXIS_SET_EX1</Action> </GlobalHotkey> <GlobalHotkey> <downEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-1000</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </downEvent> <upEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>0</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </upEvent> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>10</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> <Action>THROTTLE2_AXIS_SET_EX1</Action> </GlobalHotkey> <GlobalHotkey> <downEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-16383</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </downEvent> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>9</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <combinedKey> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>25</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> </combinedKey> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> <Action>THROTTLE1_AXIS_SET_EX1</Action> </GlobalHotkey> <GlobalHotkey> <downEvent> <Group>AIRCRAFT ENGINE EVENTS</Group> <Description /> <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-16383</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </downEvent> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>10</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <combinedKey> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>26</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> </combinedKey> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> <Action>THROTTLE2_AXIS_SET_EX1</Action> </GlobalHotkey> <GlobalHotkey> <downEvent> <Group>AIRCRAFT FLIGHT CONTROL EVENTS</Group> <Description>Sets flap handle to closest increment (-16383 - +16383)</Description> <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-16383</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </downEvent> <upEvent> <Group>AIRCRAFT FLIGHT CONTROL EVENTS</Group> <Description>Sets flap handle to closest increment (-16383 - +16383)</Description> <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>0</MaxValue> <ValueToSet>-8192</ValueToSet> <RollMultiplier>1</RollMultiplier> <IsAaoVirtualEvent>false</IsAaoVirtualEvent> <type>SINGLE</type> </upEvent> <repeat>16384</repeat> <repeatFrequency>1</repeatFrequency> <repeatLimit>0</repeatLimit> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <joystickButton>32</joystickButton> <joystickPovControl>-1</joystickPovControl> <joystickPovDirection>-1</joystickPovDirection> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <endless>false</endless> <rockerMode>false</rockerMode> <midiEncoder>NONE</midiEncoder> <isSimKey>false</isSimKey> <isOnOffSwitch>false</isOnOffSwitch> <comboSuppressesEvent>false</comboSuppressesEvent> <comboIsToggle>false</comboIsToggle> <longClick>false</longClick> <longClickTimeoutMs>0</longClickTimeoutMs> <fastTurn>false</fastTurn> <timeoutMs>0</timeoutMs> <skipActuations>0</skipActuations> <adaptiveRepeat>false</adaptiveRepeat> <assignedKeys /> <vkModifiers /> <vkKeys /> <Action>AXIS_FLAPS_SET</Action> </GlobalHotkey> </buttons> <axis> <GlobalAxis> <joystickStateProperty>RotationZ</joystickStateProperty> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <filterValue>1</filterValue> <assignedAxis> <Label>THROTTLE1_AXIS_SET_EX1</Label> <SimulatorEventName>THROTTLE1_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>16383</MaxValue> <DefMinValue>-16383</DefMinValue> <DefMaxValue>16383</DefMaxValue> <curve>false</curve> <isSlider>false</isSlider> <Response>0</Response> <deviceMin>0</deviceMin> <deviceMax>65535</deviceMax> <deviceCenter>32767</deviceCenter> <leftMargin>0</leftMargin> <rightMargin>0</rightMargin> <deadzone>0</deadzone> <reversed>false</reversed> <progressive>false</progressive> <momentary>true</momentary> <onChangeOnly>true</onChangeOnly> <triggerDir>NONE</triggerDir> <triggerRepeat>NONE</triggerRepeat> <vkModifiers /> <vkKeys /> </assignedAxis> <detents /> <Action>THROTTLE1_AXIS_SET_EX1</Action> </GlobalAxis> <GlobalAxis> <joystickStateProperty>RotationY</joystickStateProperty> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <filterValue>1</filterValue> <assignedAxis> <Label>THROTTLE2_AXIS_SET_EX1</Label> <SimulatorEventName>THROTTLE2_AXIS_SET_EX1</SimulatorEventName> <MinValue>0</MinValue> <MaxValue>16383</MaxValue> <DefMinValue>0</DefMinValue> <DefMaxValue>0</DefMaxValue> <curve>false</curve> <isSlider>false</isSlider> <Response>0</Response> <deviceMin>0</deviceMin> <deviceMax>65535</deviceMax> <deviceCenter>32767</deviceCenter> <leftMargin>0</leftMargin> <rightMargin>0</rightMargin> <deadzone>0</deadzone> <reversed>false</reversed> <progressive>false</progressive> <momentary>true</momentary> <onChangeOnly>true</onChangeOnly> <triggerDir>NONE</triggerDir> <triggerRepeat>NONE</triggerRepeat> <vkModifiers /> <vkKeys /> </assignedAxis> <detents /> <Action>THROTTLE2_AXIS_SET_EX1</Action> </GlobalAxis> <GlobalAxis> <joystickStateProperty>Z</joystickStateProperty> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <filterValue>1</filterValue> <assignedAxis> <Label>AXIS_FLAPS_SET</Label> <SimulatorEventName>AXIS_FLAPS_SET</SimulatorEventName> <MinValue>-8192</MinValue> <MaxValue>16383</MaxValue> <DefMinValue>-16383</DefMinValue> <DefMaxValue>16383</DefMaxValue> <curve>false</curve> <isSlider>false</isSlider> <Response>0</Response> <deviceMin>0</deviceMin> <deviceMax>65535</deviceMax> <deviceCenter>32767</deviceCenter> <leftMargin>0</leftMargin> <rightMargin>0</rightMargin> <deadzone>0</deadzone> <reversed>false</reversed> <progressive>false</progressive> <momentary>true</momentary> <onChangeOnly>true</onChangeOnly> <triggerDir>NONE</triggerDir> <triggerRepeat>NONE</triggerRepeat> <vkModifiers /> <vkKeys /> </assignedAxis> <detents /> <Action>AXIS_FLAPS_SET</Action> </GlobalAxis> <GlobalAxis> <joystickStateProperty>Y</joystickStateProperty> <joystickGuid>c46df8f0-af87-11ec-8002-444553540000</joystickGuid> <joystickName>Bravo Throttle Quadrant</joystickName> <midiDeviceId>-1</midiDeviceId> <midiChannel>-1</midiChannel> <midiEvent>-1</midiEvent> <filterValue>1</filterValue> <assignedAxis> <Label>AXIS_SPOILER_SET</Label> <SimulatorEventName>AXIS_SPOILER_SET</SimulatorEventName> <MinValue>-16383</MinValue> <MaxValue>16383</MaxValue> <DefMinValue>0</DefMinValue> <DefMaxValue>0</DefMaxValue> <curve>false</curve> <isSlider>false</isSlider> <Response>0</Response> <deviceMin>0</deviceMin> <deviceMax>65535</deviceMax> <deviceCenter>32767</deviceCenter> <leftMargin>0</leftMargin> <rightMargin>0</rightMargin> <deadzone>0</deadzone> <reversed>true</reversed> <progressive>false</progressive> <momentary>true</momentary> <onChangeOnly>true</onChangeOnly> <triggerDir>NONE</triggerDir> <triggerRepeat>NONE</triggerRepeat> <vkModifiers /> <vkKeys /> </assignedAxis> <detents /> <Action>AXIS_SPOILER_SET</Action> </GlobalAxis> </axis> <overrideSaitekPanelInMidiMode /> <overrideSaitekEvents /> <overrideSaitekVariables /> <autoScripts /> <virtualGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</virtualGaugesTemplateGuid> <desktopGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</desktopGaugesTemplateGuid> <webGaugesTemplateGuid>00000000-0000-0000-0000-000000000000</webGaugesTemplateGuid> <bVarProfileGuid>00000000-0000-0000-0000-000000000000</bVarProfileGuid> </template> <scripts /> </TemplateExport>
  10. There is also a KRNT freeware (https://flightsim.to/file/5169/renton-municipal-airport-renton-wa-usa-krnt) with good ratings.
  11. I am using RPN scripts for the Throttle/Prop reversers where I directly set the position value, that way I can also make sure the reversers are not engaged when the axis is not at the bottom (which would be possible for example with the commercial levers of the HC Bravo). For throttle the value for full reversers can be read from "A:THROTTLE LOWER LIMIT", but I can also override it with the value passed to the script. Best way to get the value for prop reverse is to pull the lever in the VC to the minimum and check the value of e.g. "A:GENERAL ENG PROPELLER LEVER POSITION:1", depending on the plane (if it has a prop reverse) it's usually somewhere between -2000 and -4096. Examples: -- Reverser-REVERSER_1_ON -- (A:GENERAL·ENG·THROTTLE·LEVER·POSITION:1,·position·16k)·100·<=· if{ (L:Reverser-REVERSER_1_ON)·0·==· if{·(A:THROTTLE·LOWER·LIMIT,·position·16k)·}· els{·(L:Reverser-REVERSER_1_ON)·} (>K:THROTTLE1_SET) } -- Reverser-REVERSER_1_OFF -- (A:GENERAL·ENG·THROTTLE·LEVER·POSITION:1,·position·16k)·100·<=· if{ 0·(>K:THROTTLE1_SET) } -- Reverser-REVERSER_P1_ON -- (A:GENERAL·ENG·PROPELLER·LEVER·POSITION:1,·position·16k)·100·<=· if{ (L:Reverser-REVERSER_P1_ON)·0·==· if{·-4096·}· els{·(L:Reverser-REVERSER_P1_ON)·} (>K:PROP_PITCH1_SET) } -- Reverser-REVERSER_1_OFF -- (A:GENERAL·ENG·PROPELLER·LEVER·POSITION:1,·position·16k)·100·<=· if{0·(>K:PROP_PITCH1_SET)}
  12. I figured it out (kinda, not completely sure about the logic behind the correct numbers...) 1) When "5 (>MIDI:3:CC:1:14)" would set the 5th LED of the 6th encoder on (the "fake" LED position) 2) Then "50 (>MIDI:3:CC:11:6)" (note that is channel 11) will set the value of the 6th encoder to 50. Persistent with matching LEDs in the selected style. I found examples for 1) in the the forum threads or some AAO scripts on flightsim.to, but haven't encountered an example here or there for 2). Also it seems that it is persistent per Layer, the example from 2) sets the 6th encoder on layer A, and with "80 (>MIDI:3:CC:11:16)" you set the 6th encoder value on layer B to 80. And the value/LED persists through switching the layer! I think 1) is still usefull in some cases (blinking indicator etc.) though.
  13. At least on my device those are infinite rotary encoders. Though they still behave a bit like an axis as they also have a value in the [0-127] range (that's the raw value you read in AAO when assigning an encoder to an axis, the value just doesn't change anymore when you turn further than min/max value), and this value seems to be the basis for the LED position.
  14. Yes, I found that information, but as I explained that does not change the value of the encoder, it is just a temporary illumination of that one single LED. As soon as you turn the encoder it switches back to the position that corresponds to the value of the encoder. EDIT: But thanks, that LED style with CC01-CC08 is working, not sure how I missed that.
  15. Is it possible to set the value of an encoder (0-127) via RPN? I know how to light up a single LED strip with the CC action, but as soon as I turn the encoder it goes back to the position and style it was in before. Reading the answer in https://stackoverflow.com/questions/65390557/set-the-led-ring-value-of-the-behringer-x-touch-mini-encoders it seems like it's possible to set the value of an encoder (and therefore the LED position directly): Any way to do this with a RPN script? Tried many combinations of ">MIDI" actions, but couldn't get any result there. Also related to this, is it possible to change the LED style (FAN, PAN, SINGLE, etc) on the fly, or is that hard-coded via the X-Touch-Editor settings?
  16. It's their software to manage all their G-Series gaming devices (keyboards, mice, etc) to configure all the special keys, DPI settings, macros, profiles, LED lighting and so on.
  17. Could be for communicating with the Logitech Arx App or something like that.
  18. Happens rarely to me as well that it loads in that state. After a simple restart of the flight it loads correctly.
  19. Biggest issue for me as well, the databases included in the trainers get rarely updated and often over a year old. And Garmin charges hefty prices for their updates, as they are targeting real pilots. Should they ever release an affordable "sim-use-only" plan for the complete worldwide dataset I'd be tempted, but not like this.
  20. I'm using the rotary on the Honeycomb Bravo, which is not a good rotary encoder to begin with, that's just registering as normal joystick buttons. So I'm not surprised that it works better with other devices. At the moment, with the "fast"-assignments defined first, I got it working as good as the hardware allowsI think. Also I got much better result using RPN-scripts controlling the increments, like: (A:AUTOPILOT·ALTITUDE·LOCK·VAR,·Feet)·(L:0-KNOBS-ALT_INC)·+·(>K:AP_ALT_VAR_SET_ENGLISH) Much less additional "slow" ticks on a "fast" turn than using ALT_VAR_INC. Anyway, I think I got it working in a way I can live with now, thanks for the help.
  21. I just tested tried that. That works (kinda, on a fast turn it mostly triggers the normal as well, so using 900 for a fast turn gives the intended result) when you create the Fast-Turn before the normal turn, such that the Fast-Turn is defined before the normal turn in the Config-XML. But when you create the normal turn first (such that it comes first in the Config-XML), than you still have the bug I described that both actions are triggered no matter how slow/fast you turn. So the logic is depending on the internal order of the assignments.
  22. The usecase you are describing is exactly what I want, I just used different events in the example to illustrate the problem better. What I want is the e.g. the Heading to increase by 1 on a normal turn and faster, lets say by 10, on a fast turn. Could you provide an example on how it is intended to be configured? Because when I only have 1 single assignment with Fast Turn, I get nothing for normal turns. And when I make 2 assignments on the same event (e.g. I tried calling the same RPN script just with different values from both assignments) I get the behavior I described in my first post.
×
×
  • Create New...