From 1bc88ba32b3e18aa8b7b5430b02ebc92a48308d4 Mon Sep 17 00:00:00 2001 From: NicEastvillage Date: Sat, 22 Aug 2026 11:45:45 +0200 Subject: [PATCH 1/2] Add Steam Controller Settings and Slipstream page --- docs/v5/miscellaneous/steam-controller-settings.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/v5/miscellaneous/steam-controller-settings.md diff --git a/docs/v5/miscellaneous/steam-controller-settings.md b/docs/v5/miscellaneous/steam-controller-settings.md new file mode 100644 index 0000000..534cbdf --- /dev/null +++ b/docs/v5/miscellaneous/steam-controller-settings.md @@ -0,0 +1,14 @@ +# Steam Controller Settings + +Steam offers various controller settings such as custom deadzones. +By registering Rocket League as a non-Steam game on Steam these features become available for Epic Games installations of Rocket League too. +Unfortunately, RLBot cannot launch non-Steam games automatically. +The workaround is to launch Rocket League in RLBot mode manually. +By using [Slipstream](https://github.com/jun-eau/Slipstream) you will be logged in to your Epic account so you get your items/settings. + +Steps: + +- Download and add [Slipstream](https://github.com/jun-eau/Slipstream) as a non-Steam game. +- Right click, open Properties, and add the launch options: `-rlbot RLBot_ControllerURL=127.0.0.1:23233 RLBot_PacketSendRate=240 -nomovie -noeac` +- Launch it to open Rocket League in NoEAC+RLBot mode. +- Use RLBot as normal. From cab01b14f7dc70c49af3316989d147e5d6cde0c5 Mon Sep 17 00:00:00 2001 From: NicEastvillage Date: Sat, 22 Aug 2026 12:53:54 +0200 Subject: [PATCH 2/2] Extra tips/clarifications --- docs/v5/miscellaneous/steam-controller-settings.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/v5/miscellaneous/steam-controller-settings.md b/docs/v5/miscellaneous/steam-controller-settings.md index 534cbdf..5df4b1e 100644 --- a/docs/v5/miscellaneous/steam-controller-settings.md +++ b/docs/v5/miscellaneous/steam-controller-settings.md @@ -8,7 +8,9 @@ By using [Slipstream](https://github.com/jun-eau/Slipstream) you will be logged Steps: -- Download and add [Slipstream](https://github.com/jun-eau/Slipstream) as a non-Steam game. +- Download and add [Slipstream](https://github.com/jun-eau/Slipstream) as a non-Steam game on Steam. - Right click, open Properties, and add the launch options: `-rlbot RLBot_ControllerURL=127.0.0.1:23233 RLBot_PacketSendRate=240 -nomovie -noeac` - Launch it to open Rocket League in NoEAC+RLBot mode. - Use RLBot as normal. + +You can have two instances of Slipstream on Steam so you don't have to edit the launch options each time you want to use RLBot. \ No newline at end of file