mirror of
https://github.com/ershisan99/www.git
synced 2025-12-17 05:19:23 +00:00
add bmp launcher instructions
This commit is contained in:
@@ -6,8 +6,33 @@ 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';
|
||||
|
||||
## General Instructions
|
||||
## 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>
|
||||
@@ -32,15 +57,24 @@ import {Tab, Tabs} from 'fumadocs-ui/components/tabs';
|
||||
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)']}>
|
||||
> **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"
|
||||
|
||||
Reference in New Issue
Block a user