2025-01-20 14:11:51 -06:00
2025-01-20 14:05:21 -06:00
2025-01-20 14:05:21 -06:00
2025-01-20 14:05:21 -06:00
2025-01-20 14:05:21 -06:00
2025-01-20 14:05:21 -06:00
2025-01-20 14:05:21 -06:00
2025-01-20 13:40:06 -06:00
2025-01-20 14:11:51 -06:00

MilkBarLauncher

This is the repository for Milk Bar Launcher. Here you can find all of the projects needed to build this project

There are four important folders in this project listed below:

C#

  • This project contains the implementation for the server.
  • The solution is located at C#\GUIApp\GUIApp.sln.
  • This project is implemented on C# and uses sockets for the connectivity.

DLL

  • This project contains the implementation for the code that is injected into the emulator.
  • The solution is located at DLL\InjectDLL\InjectDLL.sln.
  • Most of the implementation is based on finding important memory addresses to read and write the player information.
  • This project is implemented on C++ and uses NamedPipes to communicate with the front end application.

WPF .NET 6

  • This projects contains the implementation for the front end application.
  • The solution is located at WPF .NET 6\Breath of the Wild Multiplayer\Breath of the Wild Multiplayer.sln.
  • This project is implemented in C# using WPF. This app works as an injector for our code and communicates with this code using NamedPipes.

BNP Files

  • This folder contains the bnp files that need to be installed in order to get the mod working.

Building the project

Building the project should not be too complicated and this process can be automated using the python script.

Description
This is the repository for Milk Bar Launcher. Here you can find all of the projects needed to build this project
Readme 119 MiB
Languages
C++ 60.6%
C# 37.5%
C 1.7%
Python 0.2%