Skip to content

Version 5.0.0 - Gyro and rumble controls

Pre-release
Pre-release

Choose a tag to compare

@Dycool Dycool released this 08 Jun 17:20
· 202 commits to main since this release

This is a pre-release as I have not had enough time to test it properly.

  • changed multithreaded solution to simple poll
  • mobile bug fixes
  • Rumble and Gyroscope support — PC clients now support passing gyroscope to the server and recieve rumble data.
  • Macros — Record your own macros and use them however you like! You can share them with your friends as well.

The server now emulates pro controllers instead of simple hori controlers! Use -hori as a fallback or if u dont need gyroscope and rumble support.

How to use

# Webapp
sudo chrt -f 99 ./ns-backend -w

# With hori fallback
sudo chrt -f 99 ./ns-backend -hori 

## What's Changed
* Macros and gyro/rumble support by @Dycool in https://github.com/Dycool/NS-PC-Control/pull/5


**Full Changelog**: https://github.com/Dycool/NS-PC-Control/compare/v.4.1.0...v5.0.0