This commit is contained in:
2025-04-10 00:26:55 +02:00
parent d2f4f74a13
commit 3166a2901a
11 changed files with 385 additions and 55 deletions

View File

@@ -0,0 +1,68 @@
---
title: Installation
---
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>