This is a fully fledged multiplayer solution for White Knuckle as a C# BepInEx mod.
- Real-time player interactions
- Seamless game sessions
- Multi-platform support
- Clone the repository:
git clone https://github.com/monksilly/white-knuckle-multiplayer.git
- Navigate to the project directory:
cd white-knuckle-multiplayer
Before building, a Directory.Build.props.user file should be created in the root directory with the following content:
<Project>
<PropertyGroup>
<WhiteKnuckleDir>C:\Path\To\White Knuckle\</WhiteKnuckleDir>
<CopyToBepInExPluginsDir>true</CopyToBepInExPluginsDir>
</PropertyGroup>
</Project>To build the mod, run:
dotnet publish -c Release- Copy the built mod and all its DLL files to your BepInEx plugins directory.
- Start White Knuckle.
Contributions are welcome! Please fork the repository, create your feature branch and create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.