Files
www/content/docs/getting-started/installation.mdx
2025-04-10 01:22:26 +02:00

70 lines
2.5 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';
## General Instructions
<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
<Tabs items={['Windows', 'Mac', 'Linux/Steamdeck', 'Balatro Mod Manager (Windows/Mac)']}>
<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>