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

Was this helpful?

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

Using Bottles

Installing the mod loader on Linux or the Steam Deck using Bottles (basically a managed and more user friendly version of Wine)

PreviousLinux or Steam Deck installationNextUsing Wine

Last updated 1 year ago

Was this helpful?

Starting note for the Steam Deck users: To access the Linux Desktop on the Steam Deck do the following:

Now let's get started :)

  1. First let's open bottles. If you don't have bottles installed on your system you can get it here:

  2. Now let's create a new custom Bottle running on Soda:\

  3. Once the Bottle is created, open it and click on dependencies:\

    Then install .NET Framework 4.6:\

  4. Next go back to your Bottle and click on "Install Programs..."\

    and install Steam:\

  5. Download the game on steam as usual and see if it runs. If the game or steam fails to start, try enabling dxvk in the bottle's settings (this can also be useful to improve the performance in general):\

    If that still doesn't fix it (mostly on steam decks), try disabling steam runtime in the compatibility settings: \

  6. Next we need to do one last thing before we're set. Back in the main menu of the Bottle, scroll down to "Legacy Wine tools" and open "Configuration":\

    Then head over to the "Libraries" tab and enter the following in the field under "New override for Library": "*winhttp" Click on "Add" -> "Apply" -> "Ok".

  7. Aaaand you're set! Now you just need to run the "RMLLauncher.exe" by clicking on "Run Executable": \

  8. ENJOY!!!\

P.S. Installing mods probably needs to be done manually by downloading the rmod files on the website and placing them in the "mods" folder next to the game executable.

If you encounter any issues or the guide doesn't seem to work for you, please visit the #linux-support channel on our . Our team is more than happy to assist you. 🙂

⬇️
Discord
https://help.steampowered.com/en/faqs/view/0872-C5FA-C31E-FE63
https://usebottles.com/
The Raft Mod Loader main menu