Files
www/content/docs/getting-started/installation.mdx
2025-06-20 23:14:56 +02:00

104 lines
3.9 KiB
Plaintext

---
title: Installation
description: Learn how to install the Balatro Multiplayer mod.
---
import {DownloadIcon} from "lucide-react";
import {Steps, Step} from "fumadocs-ui/components/steps";
import {Tab, Tabs} from 'fumadocs-ui/components/tabs';
import {OSDownloadButton} from '@/app/_components/os-download-button';
## Recommended: Using the Balatro Multiplayer Launcher
The easiest way to install and manage the Balatro Multiplayer mod is by using our official launcher.
<Steps>
<Step>
### Download the Balatro Multiplayer Launcher
<OSDownloadButton/>
</Step>
<Step>
### Run the Launcher
Open the downloaded launcher and follow the on-screen instructions to install the mod.
</Step>
</Steps>
The launcher will automatically:
- Install all required dependencies (Lovely and Steamodded)
- Download and install the selected version of the Multiplayer mod
## Alternative: Manual Installation
If you prefer to install the mod manually, follow these steps:
<Steps>
<Step>
### Install Lovely and Steamodded
Follow the guide here to install: https://github.com/Steamopollys/Steamodded/wiki
</Step>
<Step>
### Download the latest version of the Multiplayer mod
<Button asChild className='no-underline'><a
href="https://github.com/Balatro-Multiplayer/BalatroMultiplayer/releases/latest/download/BalatroMultiplayer.zip"
rel={'noopener noreferrer'}><DownloadIcon/>Download the latest version</a></Button>
</Step>
<Step>
### Add the mod to your `Mods` folder
Unzip the `Multiplayer.zip` file and put the folder in the Mods folder described by the Steamodded instructions.
</Step>
</Steps>
If you need any further help or run into any problems feel free to open a ticket [in the Discord server.](https://discord.com/channels/1226193436521267223/1227357106064326727)
## Video Instructions
> **Note:** While these videos show the manual installation process, we recommend using the Balatro Multiplayer Launcher as described above for the easiest installation experience.
<Tabs
items={['Balatro Multiplayer Launcher', 'Windows', 'Mac', 'Linux/Steamdeck', 'Balatro Mod Manager (Windows/Mac)']}>
<Tab value="Balatro Multiplayer Launcher" className={'flex justify-center'}>
<div className="flex flex-col items-center justify-center p-4">
<p className="mb-4 text-center">The Balatro Multiplayer Launcher is the easiest way to install and manage
the mod.</p>
<Button asChild className='no-underline'><a
href="https://github.com/Balatro-Multiplayer/Balatro-Multiplayer-Launcher/releases"
rel={'noopener noreferrer'} target="_blank"><DownloadIcon/>Get the Launcher</a></Button>
</div>
</Tab>
<Tab value="Windows" className={'flex justify-center'}>
<iframe width="560" height="315" src="https://www.youtube.com/embed/iqTpHz5vZgA" title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen></iframe>
</Tab>
<Tab value="Mac" className={'flex justify-center'}>
<iframe width="560" height="315" src="https://www.youtube.com/embed/05Hs8f1t8eo" title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen></iframe>
</Tab>
<Tab value="Linux/Steamdeck" className={'flex justify-center'}>
<iframe width="560" height="315" src="https://www.youtube.com/embed/zaVy_AwojQk" title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen></iframe>
</Tab>
<Tab value="Balatro Mod Manager (Windows/Mac)" className={'flex justify-center'}>
<iframe width="560" height="315" src="https://www.youtube.com/embed/JG3jw0oqRZo?si=LaHTjWe6xX6EVdqa"
title="YouTube video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen></iframe>
</Tab>
</Tabs>