HsgtLgt-BossForceOfNature icon

BossForceOfNature

The boss Force of Nature plugin adds a small field area to the boss (Force of Nature)

Last updated a month ago
Total downloads 52
Total rating 1 
Categories Misc Server-side Client-side Ashlands Update
Dependency string HsgtLgt-BossForceOfNature-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

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

  1. 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.
  2. 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.
  3. Configuration Synchronization:

    • Using the ServerSync library, it ensures that configuration items are synchronized in multi-player environments.

Installation Method

  1. Ensure you have the BepInEx framework installed.
  2. Place the BossForceOfNature.dll file into the game's BepInEx/plugins directory.
  3. 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:

We hope you enjoy this plugin and have a great gaming experience!

Changelog

Version Update Notes
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.