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 236 forks source link

Independent cart damage config #715

Closed Radvo closed 1 year ago

Radvo commented 1 year ago

Fixed object handle from "$cart" to "$tool_cart" Added config support for all damage and water damage for player made carts

Feature requested in : https://github.com/valheimPlus/ValheimPlus/issues/563 https://github.com/valheimPlus/ValheimPlus/issues/684 https://github.com/valheimPlus/ValheimPlus/issues/688

prototype464 commented 1 year ago

My two bug reports were closed however there is still no way to dismantle carts and boats, please either add an option to allow them to be deconstructed with the hammer or another option to allow players to damage them.

stolenvw commented 1 year ago

with disableDamageToPlayerCarts = false i am able to break carts, tested with a sword

dismantle with hammer did not work

Radvo commented 1 year ago

My two bug reports were closed however there is still no way to dismantle carts and boats, please either add an option to allow them to be deconstructed with the hammer or another option to allow players to damage them.

You can damage both carts and boats if you set the following in the config : disableDamageToPlayerBoats = false disableDamageToPlayerCarts = false

with disableDamageToPlayerCarts = false i am able to break carts, tested with a sword

dismantle with hammer did not work

That is intended. If you want to make carts immune then set that value to true.