this post was submitted on 12 May 2025
17 points (100.0% liked)

Linux Gaming

18627 readers
377 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Vanilla Raft runs fine. From steam, I set it to run with compatibility layer Proton 9.0-4.

When I follow the modding site's instructions here, Bottles launches steam, which launches the mod loader, which asks me to find steam's Raft folder for it. But I can't find it.
Within the file navigation window that pops up, I go to Z:\ drive, then \mnt\thatoneHDDfullofsteamgames\SteamLibrary\steamapps\common\Raft, but the Raft exe isn't shown.

What should I do? Or is there another way I should try?

I'm sending this from my phone, so I apologize I'm not sure what the best way to provide clear screenshots is

you are viewing a single comment's thread
view the rest of the comments
[–] jrgd@lemm.ee 8 points 1 week ago* (last edited 1 week ago) (2 children)

I had written about this in their Discord in a thread:

using this shim script I made, do the following:

  1. Install Raft with Proton 9.0-# prefix
  2. Place the shim file into the game directory
  3. Mark the shim as executable
  4. Set Steam launch options to: WINEDLLOVERRIDES="winhttp.dll=n,b" ./shim %command%
  5. Launch Raft once
  6. Place RMLLauncher.exe into Raft game directory
  7. Look for a plaintext target file that should be created in the raft directory
  8. Copy the location of the RMLLauncher.exe (exact folder and filename) (right click > Copy Location in KDE / Steam Deck desktop mode)
  9. Paste this location into the target file and save
  10. Launch Raft
  11. Go through RMLLauncher first-time steps
  12. Press Play
  13. Stop the game and add mods into Raft mods folder
  14. Launch the game and load the mods in-game
  15. Play Raft modded through Proton

(Instructions adapted from both mine and Discord user YumiChi's)

This method doesn't require custom installations, messing with bottles, nor wine runtimes other than Proton.

[–] BlindFrog@lemmy.world 2 points 1 week ago* (last edited 1 week ago) (1 children)

I forgot to mention I use mint cinnamon, btw.

I downloaded the shim file, moved it to my Raft folder, right-clicked the shim file, Properties > Permissions > Allow executing file as program.

I followed the rest of the steps up til step 9. At step 9, I replaced the text in the target file with the the file path to RaftModloader exe, but had to add the RMLLauncher.exe file name to the end. Otherwise I got a "File 'target' contains invalid or nonexistent file path." message.

I followed the rest of the steps, and - it worked! Thank you

Edit: thank you for making the process feel so much more elegant ;. ;

[–] jrgd@lemm.ee 1 points 1 week ago

I went ahead and made a few small edits to hopefully better explain things for most desktop environments if anyone else stumbles upon this thread.