11# DualSense Command Center
22
3- DualSense Command Center, or DSCC, is an easy Windows app for PlayStation
4- DualSense and DualSense Edge controllers. It gives you adaptive triggers,
5- haptics, profiles, lightbar controls, and racing telemetry without setting up
6- Python or running scripts.
3+ DualSense Command Center (DSCC) is a Windows app for PlayStation DualSense and
4+ DualSense Edge controllers. It gives you adaptive triggers, haptics, profiles,
5+ lightbar controls, and racing telemetry without Python setup or scripts.
76
87<img width =" 2095 " height =" 1422 " alt =" DualSense Command Center haptics screen " src =" https://github.com/user-attachments/assets/76650865-d946-45e5-a723-88e978988822 " />
98
@@ -15,10 +14,10 @@ Get the latest Windows installer from [GitHub Releases](https://github.com/shift
1514- Recommended download: Windows x86_64 MSI
1615- Linux builds: beta archive with bundled web UI
1716
18- The MSI is unsigned, so Windows SmartScreen may warn you. Profiles and settings
19- are stored in your user folder and are preserved during upgrades.
20- Only continue past SmartScreen if you downloaded the MSI from the official
21- release page and, when needed, checked it against the published checksum.
17+ The MSI is unsigned, so Windows SmartScreen may warn you. DSCC stores profiles
18+ and settings in your user folder and preserves them during upgrades. Continue
19+ past SmartScreen only if you downloaded the MSI from the official release page
20+ and checked it against the published checksum when needed .
2221
2322## Quick Start
2423
@@ -29,23 +28,23 @@ release page and, when needed, checked it against the published checksum.
29285 . Use ** Global Profile** for normal controller tuning.
30296 . Start a supported game to use telemetry-powered haptics.
3130
32- The first launch shows a short guide that can be skipped. You can open it again
33- any time with the ** Guide** button in the app header.
31+ On first launch, DSCC shows a short guide. You can skip it and reopen it from
32+ the ** Guide** button in the app header.
3433
3534For Forza games, enable the in-game ** Data Out** / ** UDP Race Telemetry** option:
3635
3736- Target IP: ` 127.0.0.1 `
3837- Target port: ` 5300 `
3938
40- That is the main setup. DSCC runs locally from the tray and opens a local web UI
41- at ` http://127.0.0.1:43473/ ` .
39+ DSCC runs from the tray and opens a local web UI at
40+ ` http://127.0.0.1:43473/ ` .
4241
4342## Supported Controllers
4443
4544DSCC supports DualSense and DualSense Edge controllers on Windows over USB and
46- Bluetooth. DualSense Edge is fully supported for the normal DSCC runtime
47- experience: profiles, adaptive triggers, telemetry haptics, lightbar controls,
48- diagnostics, and safe game-gated output.
45+ Bluetooth. DualSense Edge supports the normal DSCC runtime experience:
46+ profiles, adaptive triggers, telemetry haptics, lightbar controls, diagnostics ,
47+ and safe game-gated output.
4948
5049DualSense Edge onboard Fn-slot profile sync uses guarded HID feature reports on
5150USB and Bluetooth. DSCC only marks a slot synced after the controller
@@ -62,7 +61,7 @@ Download the Linux archive, extract it into a fresh folder, then run:
6261```
6362
6463Open ` http://127.0.0.1:43473/ ` . Release archives include the production web UI,
65- so you do not need to run Vite. Linux controller access may still require local
64+ so you do not need to run Vite. Linux controller access may require local
6665USB/HID permissions; see the [ Linux Beta Guide] ( docs/linux-beta.md ) for udev
6766setup and validation commands.
6867
@@ -110,7 +109,7 @@ DSCC is local-first by default:
110109
111110- The web UI and API run on ` 127.0.0.1:43473 ` .
112111- The Forza telemetry listener runs on ` 127.0.0.1:5300 ` .
113- - LAN access is off unless you explicitly enable it in the app.
112+ - LAN access is off unless you enable it in the app.
114113- Game haptics require a supported detected game, an active profile, and fresh
115114 telemetry.
116115- Manual test effects only run during the requested test.
@@ -126,8 +125,8 @@ taking over game-specific haptics.
126125 warning.
127126- DSCC checks GitHub Releases for updates, but it does not install updates for
128127 you.
129- - Some controller/connection combinations are still pending public hardware
130- matrix validation.
128+ - Some controller/connection combinations await public hardware matrix
129+ validation.
131130
132131## Need Help?
133132
0 commit comments