Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1.3
updated serversync.
Version 1.1.2
updated for the latest valheim build (219.13) bog witch
Version 1.1.1
minor code fixes
Version 1.1.0
updated to the latest valheim build (217.28)
updated serversync and dependencies
updated manifests bepinex dependency string
Version 1.0.9
fixed multiplayer version check issues
Version 1.0.8
updated to the latest valheim build (217.22)
Version 1.0.7
updated to the latest valheim build (217.14) hilders request.
Version 1.0.6
updated to the latest valheim build (216.9)
Version 1.0.5
optimized code and updated serversync
Version 1.0.4
added version checks
updated to latest valheim assemblies
Version 1.0.3
fixed errors on dedicated servers running on linux
Version 1.0.2
added filewatcher
Version 1.0.1
fixed config live update, you can now change settings ingame without restarting the game. (thanks to @Azumatt for pointing that out).
Version 1.0.0
first release
# SapExtractor
A simple mod that lets you configure the speed and max capacity of the Sap Extractor. It also displays the duration of the extracting process.
## Installation (manual)
- extract `SapExtractor.dll` file to your `BepInEx\Plugins` folder
## Features
- Configurable speed and max capacity. - Displays duration of extracting process. - Uses ServerSync to sync configs from servers to clients. - Uses FileWatcher. - Configurable through config file or [configuration manager](https://valheim.thunderstore.io/package/Azumatt/Official_BepInEx_ConfigurationManager/)
## Credits
Special thanks to @Azumatt for helping me with the filewatcher and delegate thing.