destroying a spawned raft with this mod on (just checking that the mod works) does not seem to return all the crafting materials?
//edit - spawned in a karve as well. destroying with a hammer results in 10 fine wood, 3 deer hide, 6 resin and 26 nails. made sure the boat was 100% health beforehand. not sure whats going on here?
//edit #2 - spawning in materials and crafting the boat by hand does in fact return full materials upon destroying. thank you for the mod! would be interesting to figure out why spawned boats do not have "full" resources in them :D
the command spawned one is probably not flagged as player crafted, so it returns only a percentage of the items just like other non player crafted pieces. not that my mod touches the drop at all. I just destroy the boat just like when you hit it with an axe, and let the base game handle what it should drop
A great and simple mod. Weird that they disabled this in the game. Boats can only be destroyed when they are fully in the water it seems like, is it possible/easy to change this?
there should be no water check. you were likely clipping into the 'you are on board' hitbox (which is a bit larger than the boat itself) while it was on land, therefore preventing it to be destroyed (configurable in the config)
this mod patches 2 methods in very minor ways and nothing else, and only one of those doesn't do anything while you are not in the act of destroying a building piece. are you sure it's caused by this mod? also if you are getting 100% reproducible crashes on startup (main menu or world load?), then please provide the log file
I sure hope so. if valheim plus actually intercepted hammer destroy calls, then I would be annoyed I'm not just doing damage to kill them after all, I'm using the original instant destroy code
13 comments
//edit - spawned in a karve as well. destroying with a hammer results in 10 fine wood, 3 deer hide, 6 resin and 26 nails. made sure the boat was 100% health beforehand. not sure whats going on here?
//edit #2 - spawning in materials and crafting the boat by hand does in fact return full materials upon destroying. thank you for the mod! would be interesting to figure out why spawned boats do not have "full" resources in them :D