fix(breaking): better handling of the server rotation config
The config path was also changed to `BepInEx/config/GBSU/config.json` Tracks the -maplist argument
This commit is contained in:
parent
4771a41fa7
commit
8132f69ed2
8 changed files with 69 additions and 14 deletions
12
README.md
12
README.md
|
|
@ -31,11 +31,13 @@ Press `Right Shift` to open the mod GUI. Because of how the game is made, you ne
|
|||
|
||||
## Server (host)
|
||||
### Setting up the server
|
||||
1. Open the `Gang Beasts_Data` folder in the "server" game instance files.
|
||||
2. Create two new folders: `Config/Rotation`
|
||||
3. Download the [one of the config files](https://git.gaboule.com/Gaboule/GBSU/src/branch/main/docs/configs) and place it inside the `Rotation` folder.
|
||||
1. Open the `BepInEx` folder in the "server" game instance files.
|
||||
2. Create a `GBSU` folder in `config`.
|
||||
3. Download the [one of the config files](https://git.gaboule.com/Gaboule/GBSU/src/branch/main/docs/configs) and place it inside the `GBSU` folder.
|
||||
4. Rename the file to `config.json`
|
||||
|
||||
**Tip: your config file can also be anywhere else! Use the -maplist argument followed by the path to the file,** for example `-ip 192.168.1.2 -port 5999 -maplist "/home/user/mycustomconfig.json"`
|
||||
|
||||
### Configuring your custom server settings
|
||||
* If you set `"random": true`, the map order will be randomized.
|
||||
* Some maps may have different names in-game compared to their actual titles. Make sure to refer to the [`allmaps` configs](https://git.gaboule.com/Gaboule/GBSU/src/branch/main/docs/configs) for the map names.
|
||||
|
|
@ -45,7 +47,7 @@ Once the config file is in place, host your server by pressing the **Host** butt
|
|||
|
||||
## Client (player)
|
||||
1. In the game menu, choose **Online**.
|
||||
2. If you're planning to team up with friends, make sure your [server config]() is set to the `gang` gamemode and choose a shared color. Otherwise, use a different color than your friends.
|
||||
2. If you're planning to team up with friends, make sure your server config is set to the `gang` gamemode and choose a shared color. Otherwise, use a different color than your friends.
|
||||
3. Open the mod menu and press **Join**.
|
||||
|
||||
# Troubleshooting
|
||||
|
|
@ -64,7 +66,7 @@ If it's still not working, try using `winecfg` for your prefix or `protontricks`
|
|||
|
||||
# Known issues
|
||||
- This mode uses the game's netcode. It is poorly made, and you get noticeable latency on localhost (RTT is 10ms). It seems that there's no client-side prediction.
|
||||
- The custom score handler is broken
|
||||
- The custom score handler only tracks through colors, and is only visible on the host side.
|
||||
|
||||
# Contact us
|
||||
## Need help?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue