Skip to content

Instantly share code, notes, and snippets.

@tamj0rd2
Last active August 10, 2024 12:10
Show Gist options
  • Save tamj0rd2/175f2de86c3b73b3b650c73c856d5b44 to your computer and use it in GitHub Desktop.
Save tamj0rd2/175f2de86c3b73b3b650c73c856d5b44 to your computer and use it in GitHub Desktop.
Play raft with mods on the steam deck

Playing with Mods on the steam deck

If you're already familiar with how to use wine, you can skip these steps if you want. All you need to do is run the mod launcher from within the same proton prefix as Raft and you're good to go.

Step by step

These steps might differ if your games are installed on an SD card

  1. If you don't already have Raft installed, just install it via Steam as you usually would
  2. Switch to Desktop Mode
  3. Install FlatSeal and Bottles from Discover
  4. Open Flatseal, select bottles, scroll down to Filesystem and enable All user files
  5. Open Dolphin (the file browser) and navigate to your Home folder
  6. Right click on any empty space, choose Create New and then Link to File or Directory...
    • Name for the new link: local
    • File or directory to link to: /home/deck/.local
  7. Right click on any empty space, choose Create New and then Link to File or Directory...
    • Name for the new link: raftmods
    • File or directory to link to: /home/deck/local/share/Steam/steamapps/common/Raft/mods
  8. Download RaftModLoader.exe from the RaftModding website
  9. Open Bottles, go to Preferences and enable Steam Proton Prefixes
  10. Close and re-open Bottles. After this, there should be a bottle for each of your installed Steam games.
  11. Select Raft and choose Run Executable
  12. Navigate to your Downloads folder and choose RMLLauncher.exe
  13. Respond to the terms of service
  14. Choose No when asked to use Steam to find your Raft folder
  15. Choose OK to choose your Raft folder manually
  16. Navigate into Z:/home/deck/local/share/Steam/steamapps/common/Raft and choose Open
  17. Download your mods via the website and move them into your new raftmods folder
  18. In Steam, set Raft's launch options to WINEDLLOVERRIDES="winhttp.dll,RaftModLoader.dll=n,b" %command% -rml
  19. Launch the game through steam and the mod menu should show up!

Once you've done these steps once, you shouldn't need to do them again. To install new mods going forward, just download them from the website and move them into your raftmods folder. To run the game with mods, just open it in steam as usual. If you want to switch back to vanilla, just remove the -rml part from the game's launch options.

This post from subworx was a huge help - https://old.reddit.com/r/SteamDeckTricks/comments/xnmm32/game_modding_guide/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment