LogoLogo
Back to raftmodding.com
  • Welcome to the RaftModding docs!
  • ⬇️Getting started
    • Installing Raft Mod Loader
      • Troubleshooting
        • An error occured while fetching for updates
          • Disabling IPV6
          • Changing the DNS
        • The menu inside the game doesn't show up
        • The game crashes on startup
        • There are error notifications in-game
      • Linux or Steam Deck installation
        • Using Bottles
        • Using Wine
      • Configuring your antivirus
        • Windows Defender
        • Malwarebytes
        • Bitdefender
        • Avast
        • Norton
        • AVG
    • Installing a mod
      • Mods in multiplayer
    • How to run multiple raft instances
  • ⚙️MODDING TUTORIALS
    • How to create a mod project
      • The modinfo.json file
    • How to create an AssetBundle
    • How to create console commands
    • Harmony basics
    • Getting access to the modding repositories
  • ⚒️Modding API
    • RAPI
    • Mod
  • 📚Modding Examples
    • Accessing the player instance
    • Adding private variables
    • Spawning dropped items
    • Get selected hotbar item
    • Get the current SteamID
    • Get the current username
    • Giving items to a player
    • Modifying private variables
  • 🌏WEBSITE
    • Mod Slugs (Unique Identifier)
  • 🖥️RAFT DEDICATED SERVER
    • Raft Dedicated Server
Powered by GitBook
On this page
  • 0. Get Raft
  • 1. Download the Launcher
  • 2. Install Mono and .NET 4.6
  • 3. (Recommended) Install DXVK for better performance
  • 4. Use RaftModLoader as you're on Windows
  • Known Issues
  • Raft won't respond after Alt+Tab

Was this helpful?

  1. Getting started
  2. Installing Raft Mod Loader
  3. Linux or Steam Deck installation

Using Wine

Installing the mod loader on Linux or the Steam Deck using Wine

PreviousUsing BottlesNextConfiguring your antivirus

Last updated 1 year ago

Was this helpful?

0. Get Raft

Go to your Windows PC, find the Raft installation folder (explained ) and copy it over to your Linux computer. On my desktop it's placed in ~/Desktop/Raft, so change the paths accordingly to where yours is located.

1. Download the Launcher

The same as you would do on Windows. Go to the and place it somewhere (for example, I placed it in ~/Desktop/Raft - my Raft folder).

2. Install Mono and .NET 4.6

First of all, if you haven't already, install winetricks. On Ubuntu it's just sudo apt install winetricks.

3. (Recommended) Install DXVK for better performance

WINEPREFIX="$(dirname ~/.wine)/.wine" ./setup_dxvk.sh install

4. Use RaftModLoader as you're on Windows

Run RMLLauncher via Wine: wine64 ~/Downloads/RMLLauncher.exe. It'll ask you for your Raft folder. From what I've checked, updating is fine, injections work and Raft starts.

Known Issues

Raft won't respond after Alt+Tab

There's nothing I can do to that - it's a issue that happens on many other Unity games, especially when they're running on Wine. From what I've seen, changing focus to a window on another monitor doesn't trigger this.

Then download Mono 5.0 .MSI from and run wine uninstaller to launch the Add & Remove Software dialog. Point it to the downloaded installer and wait until it completes. After installing Mono, you need another thing: .NET 4.6. It can be installed from Terminal using winetricks dotnet46. It'll warn you about Windows Modules Installation Service missing but that's not a problem.

If your graphics card supports Vulkan rendering then you shouldn't skip this step. Grab a release from , unpack the archive to ~/Downloads/ and run this in Terminal from the ~/Downloads/dxvk_x.y.z directory where x.y.z is the version:

If you encounter any issues or the guide doesn't seem to work for you, please visit the #linux-support channel on our . Also maybe try the Bottles guide (it works better). Our team is more than happy to assist you. 🙂

⬇️
this link
here
Discord
here
download page