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.
- Install BepInEx, currently this version, by downloading the correct .zip folder, unzipping it, and putting the contents into your Timberborn game folder (likely something like
C:\Program Files (x86)\Steam\steamapps\common\Timberbornon Windows). You should have a folder structure with something likeTimberborn\BepInEx\plugins\. - Run Timberborn to finish installing BepInEx. If it was successful, you should have a
configfolder inside of yourBepInExfolder.
- Suggested: update
Timberborn\BepInEx\config\BepInEx.cfgas follows to include console output:
[Logging.Console]
## Enables showing a console for log output.
# Setting type: Boolean
# Default value: false
Enabled = true # Change this to true
- Install Visual Studio 2022 community edition and open this solution with it.
- Build and run the project (Ctrl+shift+B). You may get errors about missing dependencies. To fix them, open
BeaverBuddies/BeaverBuddies/env.propsand adjust the environmental variables as needed.env.propsshould have been created automatically, but if not you can copyenv.props.templatetoenv.props.
- Make sure your project has been built with no errors.
- Confirm that the mod files were copied to your Timberborn mods folder (e.g.
Documets/Timberborn/Mods/BeaverBuddies - Launch Timberborn and select the BeaverBuddies mod on the mod selection screen.