BeaverBuddies is a mod to allow multiplayer co-op in Timberborn.
If you would like to use the mod, please see the documentation on the wiki! This README is for develoeprs.
C:\Program Files (x86)\Steam\steamapps\common\Timberborn
on Windows). You should have a folder structure with something like Timberborn\BepInEx\plugins\
.config
folder inside of your BepInEx
folder.
Timberborn\BepInEx\config\BepInEx.cfg
as follows to include console output:
[Logging.Console]
Enabled = true # Change this to true
3. Install [Visual Studio 2022 community edition](https://visualstudio.microsoft.com/downloads/) and open this solution with it.
4. Build and run the project (Ctrl+shift+B). You may get errors about missing dependencies. To fix them, open `BeaverBuddies/BeaverBuddies/env.props` and adjust the environmental variables as needed.
* `env.props` should have been created automatically, but if not you can copy `env.props.template` to `env.props`.
*
## Running the Mod
1. Make sure your project has been built with no errors.
2. Confirm that the mod files were copied to your Timberborn mods folder (e.g. `Documets/Timberborn/Mods/BeaverBuddies`
3. Launch Timberborn and select the BeaverBuddies mod on the mod selection screen.