Skip to content

MissionControl 0.9.1

Compare
Choose a tag to compare
@ndeadly ndeadly released this 18 Apr 20:20
· 48 commits to master since this release

GitHub Releases Discord Server

This is the eighteenth official release of Mission Control.

I said it wasn't a priority. I said it was likely going to be too much work and probably wouldn't happen. Well, I guess I was wrong because Mission Control now supports Dualshock 3 controllers!

  • Pairing Dualshock 3 controllers works a little differently to regular Bluetooth controllers as it requires the use of a USB cable.
  • To pair the controller, you must be on the Change Grip/Order screen as usual.
  • Connect the controller to the console via USB cable (you will need a USB-C OTG adapter if in handheld mode).
  • Once the red player LEDs start flashing, remove the USB cable and press the PS button. Wait a few seconds and you should see the usual Paired notification to indicate the controller is now paired with the console.
  • You can reconnect to the console from now on by simply pressing the PS button.

This release also makes some changes to the settings in the missioncontrol.ini configuration file. Please refer to the readme for full details

  • Added dualshock3_led_mode setting to select between Switch and PS3 style player LED patterns.
  • Added dualshock4_polling_rate to modify the polling rate used by Dualshock 4 controllers.
  • enable_dualshock4_lightbar -> dualshock4_lightbar_brightness
    enable_dualsense_lightbar -> dualsense_lightbar_brightness
    These two settings were modified from a boolean to enable/disable the LED lightbar to an integer value controlling brightness.
  • Renamed enable_dualsense_player_leds -> dualsense_enable_player_leds to be consistent with the other settings names

New users landing on this release page should first check out the readme on the main project page for the official project documentation. There you can find installation and usage instructions along with an FAQ section that will answer most of your questions.

Changelog:

  • Added support for Sony Dualshock 3 controller.
  • Added support for Mocute 053 controller.
  • Added .ini config option to select preferred Dualshock 3 player LED pattern.
  • Added .ini config option to control the polling rate used by Dualshock 4 controllers.
  • Replaced .ini config option for enabling/disabling the LED lightbar on Sony controllers with a brightness control setting.
  • Renamed some of the other .ini config options.
  • Wiimote dpad is now mapped to the left analog stick when in horizontal orientation to improve compatibility with games that don't allow dpad inputs for movement.