From 0b2a357801622cc53ed10174dcfcb9cb888db391 Mon Sep 17 00:00:00 2001 From: bottledlactose <216038369+bottledlactose@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:18:02 +0100 Subject: [PATCH 1/2] Add note about running on Steam Deck/Linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d302f93..b51ffb3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ For any questions, visit the [MySims Clubhouse](https://discord.gg/2j9mU6zNJH) m - In the end you should have `mods`, `WSOCK32.dll` and `MySims.exe` in the same folder. 4. Done! Launch the game like normal. +#### Steam Deck + +If you're running the game on Steam Deck or Linux, you need to add the following to your Steam launch options: + +``` +WINEDLLOVERRIDES="WSOCK32=n,b" %command% +``` + ### Taco Bell Edition 1. Go to the latest [Release](https://github.com/ThuverX/MySimsModLoader/releases) From db6f6815485daa1574aa72e1e5800dd314821f10 Mon Sep 17 00:00:00 2001 From: bottledlactose <216038369+bottledlactose@users.noreply.github.com> Date: Thu, 8 Jan 2026 12:23:27 +0100 Subject: [PATCH 2/2] Add link to Steam support page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b51ffb3..4d7a464 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ For any questions, visit the [MySims Clubhouse](https://discord.gg/2j9mU6zNJH) m #### Steam Deck -If you're running the game on Steam Deck or Linux, you need to add the following to your Steam launch options: +If you're running the game on Steam Deck or Linux, you need to add the following to your [Steam launch options](https://help.steampowered.com/en/faqs/view/7D01-D2DD-D75E-2955): ``` WINEDLLOVERRIDES="WSOCK32=n,b" %command%