Skip to content

uncertainluei/BaldiPlus-MiscMods

Repository files navigation

A bunch of smaller miscellaneous mods that do not benefit their own separate Git repositories.

Build Instructions

This is for building the mods' .DLL and .PDB files, which should be found at the [MODNAME]/bin/Debug*/netstandard2.0/ directory.

*Release if built with the Release configuration

Visual Studio 2022 (.NET)

Run MiscMods.sln in Visual Studio as a project. Building should then be as simple as going to Build -> Build Solution in the menu bar (or pressing Ctrl+Shift+B).

Terminal

Make sure you have the .NET SDK installed. Open your terminal on the cloned/downloaded repository's directory, and execute:

dotnet build .\MiscMods.sln

This will build to the Debug configuration by default, append -c Release if you want to built it with the Release configuration.

About

➕ Repository of smaller miscellaneous BB+ mods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages