1
0

Converted index to use releases instead of experimental version

This commit is contained in:
Connor Mills
2025-02-20 00:55:35 -08:00
parent 418d3e1730
commit 878e865fef
2 changed files with 3 additions and 11 deletions

View File

@@ -1,18 +1,10 @@
# A Balatro Multiplayer Mod
This is a Balatro multiplayer mod developed by virtualized that allows you to compete with your friends in Balatro!
## DISCLAIMER
This version of the Multiplayer mod that is available on the Balatro Mod Manager is an **UNSTABLE** and **EXPERIMENTAL** release of our 1.0 version, if you would like to play the stable version of the mod then go to [our github page](https://github.com/V-rtualized/BalatroMultiplayer) or join the discord at https://discord.gg/W22FEqVWsq
## Dependancies
This mod requires [Galdur](https://github.com/Eremel/Galdur) and [MultiplayerAPI](https://github.com/V-rtualized/BalatroMultiplayerAPI) to work
Compete with your friends in Balatro! Developed by Virtualized.
## How it works
For this experimental version the main gamemode is Battle Royale, where up to 8 players join a lobby and then each boss blind is replaced by a PvP blind where players have to beat each other's scores or risk losing a life.
Join a lobby with a friend, some blinds will be replaced with PvP Blinds where you must score higher than your opponent or lose a life!
## Do I need to start a server to play with my friends?

View File

@@ -5,5 +5,5 @@
"categories": ["Content", "Technical", "Miscellaneous"],
"author": "Virtualized",
"repo": "https://github.com/V-rtualized/BalatroMultiplayer",
"downloadURL": "https://github.com/V-rtualized/BalatroMultiplayer/archive/refs/heads/experimental.zip"
"downloadURL": "https://github.com/V-rtualized/BalatroMultiplayer/releases/latest/download/BalatroMultiplayer.zip"
}