Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](https://help.steampowered.com/en/faqs/view/7D01-D2DD-D75E-2955):

```
WINEDLLOVERRIDES="WSOCK32=n,b" %command%
```

### Taco Bell Edition

1. Go to the latest [Release](https://github.com/ThuverX/MySimsModLoader/releases)
Expand Down
Loading