valheimPlus / ValheimPlus

A HarmonyX Mod aimed at improving the gameplay and quality of life of the game Valheim.
http://valheim.plus
GNU Affero General Public License v3.0
967 stars 237 forks source link

[BUG] droppedItemOnGroundDurationInSeconds does not work #746

Closed SlowDealer closed 1 year ago

SlowDealer commented 1 year ago

Describe the bug

Customizing the droppedItemOnGroundDurationInSeconds config line won't have effect in the game, while other lines are working.

To Reproduce

Steps for the devs to reproduce the behavior:

  1. Tweak setting in the .cfg file so the dropped loot items last 19 seconds on the ground
  2. Kill a Dwarf, a Boar or a Deer in game
  3. Wait for the loot to disappear
  4. Think of life regrets and opportunities in the face of constant and eternal loot

Expected behavior

The dropped loot should disappear after the time indicated in the .cfg

Troubleshooting

Checking if the mod was well activated (it was) with other config options Trying different values (19, 20, 3600)

Screenshots

None

Link to pastebin containing .cfg configuration if applicable:

https://pastebin.com/SifJDRWr

Additional context

No other mods Server Hosting interface adds comment lines on the cfg file.

SlowDealer commented 1 year ago

Didn't consider the Player Base Radius and Player Radius I the issue.