Jump to content

yakiniku

Members
  • Posts

    11
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I am using the HOTAS X56, but this throttle does not have an Afterburner Detent Release Switch. So, I made one myself using 3D printing. I have completed a prototype, but I am not sure if the detent position is correct. Currently, based on the axis tuning panel, the position is set to In=30 and Out=30. What are the positions for products like the Thrustmaster HOTAS Warthog? Thank you in advance!
  2. I understand that it's not a bug. Thank you.
  3. Doesn't the TMS input work as follows? TMS UP -> BORE TMS DOWN -> 20(HUD Scan) TMS DOWN -> 60(Vertical Scan) TMS DOWN -> 20(HUD Scan) TMS DOWN -> 60(Vertical Scan) The manual states "TMS Down: 10° × 60° (Vertical Scan)," but it's very strange that it initially switches to HUD SCAN.
  4. In the F-16C ACM mode, isn't it a bug that the HUD scan and Vertical Scan toggle each time the Target Management Switch is pressed backward? The manual provides the following explanation on page 348. • TMS Up: Boresight (BORE) Sub-mode • TMS Down: 10° × 60° (Vertical Scan) • TMS Right: 30° × 20° (HUD Scan) • TMS Left: No function
  5. In the F-16C ACM mode, isn't it a bug that the HUD scan and Vertical Scan toggle each time the Target Management Switch is pressed backward?
  6. Plugging it into a different USB port and then calibrating fixed the issue.
  7. Hello. There is an issue with the rudder control input for the F-15C. Please take a look at the attached image. The mechanical rudder position is centered, but in the F-15C settings screen, the detected position is to the left. When I switch to the F/A-18C in this state, it shows the correct centered position. Do you know why this phenomenon occurs with the F-15C? null
  8. This tool is convenient. It took some time, but I was able to set it up. Thank you. I see, I just needed to select OFF. I hadn't looked closely at the settings screen. Thank you.
  9. Hello. I'm a beginner who just started. I'm setting up the X56 controller for the FA-18. I want to assign the speed brake control to the switch (ON/OFF) on the throttle. I found the following script through ChatGPT. -- F/A-18C Speed Brake Control Script -- JOY_BTN33 control for speed brake local speedBrakeCommand = { down = 3013, -- Replace with your specific command for speed brake down (extend) up = 3014 -- Replace with your specific command for speed brake up (retract) } function update() local brakeSwitchState = get_digital_input(33) -- JOY_BTN33 if brakeSwitchState == 1 then -- Speed brake down (extend) command_once(speedBrakeCommand.down) else -- Speed brake up (retract) command_once(speedBrakeCommand.up) end end However, since the information on ChatGPT is outdated, I don't know how to apply the script to the latest version of DCS. How can I apply the script, and is the content of the script correct? Thank you for your help.
×
×
  • Create New...