BossForceOfNature
The boss Force of Nature plugin adds a small field area to the boss (Force of Nature)
Last updated | 2 months ago |
Total downloads | 210 |
Total rating | 1 |
Categories | Tweaks Misc Tools Crafting Server-side Client-side Utility Ashlands Update |
Dependency string | HsgtLgt-BossForceOfNature-1.0.2 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
Boss Force of Nature Plugin Introduction
Overview
Boss Force of Nature is a plugin for the game that primarily functions to reset the terrain based on the player's location and the distance to the Boss. This plugin achieves modifications and extensions to the game code using the BepInEx framework and Harmony library.
Features
-
Terrain Reset:
- When the player enters a specific range around the Boss, the plugin will reset the surrounding terrain.
- The reset range and trigger distance can be adjusted via the configuration file.
-
Multi-language Support:
- The plugin supports both Chinese and English languages, automatically switching the description language of configuration items based on the player's settings.
-
Configuration Synchronization:
- Using the ServerSync library, it ensures that configuration items are synchronized in multi-player environments.
Installation Method
- Ensure you have the BepInEx framework installed.
- Place the
BossForceOfNature.dll
file into the game'sBepInEx/plugins
directory. - Start the game, and the plugin will load automatically.
Configuration File
The plugin will generate a configuration file in the game directory, where the following parameters can be adjusted by modifying the file:
- ResetTheRange: The Boss terrain reset range, with a default value of 15 meters.
- TriggerDistance: The distance for the player to trigger natural shelter, with a default value of 60 meters.
Notes
- This plugin may affect the balance of the game; please adjust the configuration items according to the actual situation.
- When using it in a multi-player game, ensure that all players have installed the plugin to avoid synchronization issues.
Contact Us
If you have any questions or suggestions, please feel free to contact us through the following methods:
- discord: https://discord.gg/Z4SkRP9e8N
We hope you enjoy this plugin and have a great gaming experience!
Changelog
Version | Update Notes |
---|---|
1.0.2 | - Fix: Removed redundant logs. |
1.0.1 | - Fix: The terrain reset is reset with the boss as the core. |
1.0.0 | - Initial release of the Boss Force of Nature plugin. - Added terrain reset functionality. - Implemented multi-language support. - Integrated configuration synchronization for multi-player environments. |