Update Multiplayer and added Multiplayer API
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
# A Balatro Multiplayer Mod
|
||||
|
||||
This is an **WIP** Balatro multiplayer mod developed by virtualized.
|
||||
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
|
||||
|
||||
## How it works
|
||||
|
||||
For the most popular gamemode, each player will play the small and big blinds normally, and each boss blind will be a PvP blind where you are trying to beat the other player's score. You won't lose when you fail a blind but you will lose a life every time you lose to the other person, and there are lobby options set by the lobby host to modify how the gamemodes work or change the amount of lives each player has.
|
||||
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.
|
||||
|
||||
## Do I need to start a server to play with my friends?
|
||||
|
||||
No, there is an official server that you will automatically connect to when you start the game with the mod installed, although if you can host one yourself if you want to
|
||||
|
||||
## Join the discord server below to get help and find people to play with:
|
||||
|
||||
https://discord.gg/W22FEqVWsq
|
||||
No, there is an official server that you will automatically connect to when you start the game with the mod installed, although if you can host one yourself if you want to ([download the server files here](https://github.com/V-rtualized/BalatroMultiplayerAPI-Server)). You can also find random people to play with by joining the Balatro Multiplayer discord: https://discord.gg/W22FEqVWsq
|
||||
@@ -4,6 +4,6 @@
|
||||
"requires-talisman": false,
|
||||
"categories": ["Content", "Technical", "Miscellaneous"],
|
||||
"author": "Virtualized",
|
||||
"repo": "https://github.com/V-rtualized/balatro-multiplayer",
|
||||
"downloadURL": "https://github.com/V-rtualized/balatro-multiplayer/archive/refs/heads/main.zip"
|
||||
"repo": "https://github.com/V-rtualized/BalatroMultiplayer",
|
||||
"downloadURL": "https://github.com/V-rtualized/BalatroMultiplayer/archive/refs/heads/experimental.zip"
|
||||
}
|
||||
|
||||
11
mods/Virtualized@MultiplayerAPI/description.md
Normal file
11
mods/Virtualized@MultiplayerAPI/description.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Balatro Multiplayer API
|
||||
|
||||
This is an **WIP** Balatro Multiplayer API developed by virtualized.
|
||||
|
||||
## How it works
|
||||
|
||||
This API does not have documentation yet but you can take a look at the [example mods here](https://github.com/V-rtualized/BalatroMultiplayerAPI/tree/main/examples) or contact `virtualized` on discord for more infomation.
|
||||
|
||||
## Multiplayer
|
||||
|
||||
This API was developed for the Balatro Multiplayer mod, [check it out here](https://github.com/V-rtualized/BalatroMultiplayer) or join the discord at https://discord.gg/W22FEqVWsq
|
||||
9
mods/Virtualized@MultiplayerAPI/meta.json
Normal file
9
mods/Virtualized@MultiplayerAPI/meta.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "Multiplayer API",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["API", "Technical", "Miscellaneous"],
|
||||
"author": "Virtualized",
|
||||
"repo": "https://github.com/V-rtualized/BalatroMultiplayerAPI",
|
||||
"downloadURL": "https://github.com/V-rtualized/BalatroMultiplayerAPI/archive/refs/heads/main.zip"
|
||||
}
|
||||
BIN
mods/Virtualized@MultiplayerAPI/thumbnail.jpg
Normal file
BIN
mods/Virtualized@MultiplayerAPI/thumbnail.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 282 KiB |
Reference in New Issue
Block a user