Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.21 KB

File metadata and controls

36 lines (23 loc) · 1.21 KB

Breaworlds Private Server Manager

A simple C# (WinForms) program to manage Breaworlds private servers (mostly GoldenBedrock).

Downloads

You can download the newest release of BWPSM from the releases page.

Client modifications

BWPSM comes with a modified version of the Breaworlds 3.8.3 client.

Launching the exe independently does not work. It requires 3 command line arguments in this specific order.

  • Server IP
  • Server Port
  • Server Name

An example launch command would be:

.\Breaworlds-PrivateServer.exe 127.0.0.1 1801 MyLocalServer

It has also been modified to save your login tokens to different files depending on what server name you provide, meaning multiple logins for different servers.

All modifications have been done by stuartwith2ts // RealMCoded.

Building

BWPSM was built with Visual Studio 2022, with default compiler options. Just open the sln in VS and hit the build button.

License

This project is licensed under the GNU General Public License v3.0.