Vodianoi / QuickPingMod

Do What The F*ck You Want To Public License
3 stars 1 forks source link

Hotfix/patch 0.217.4 #109

Closed Vodianoi closed 7 months ago

Vodianoi commented 1 year ago

fixed error that was preventing player from destroying some objects (Destructible)

Vodianoi commented 1 year ago

Renaming object type add a default pin at same position

ivan-danilov commented 11 months ago

With this PR and the plugin rebuilt with Digitalroot.Valheim.Common.References=0.217.30 -- it works in the current Valheim public version, at least for me.

I needed to include references to Unity assemblies from unstripped, though. Namely, UnityEngine, UnityEngine.CoreModule, UnityEngine.InputLegacyModule, UnityEngine.PhysicsModule, UnityEngine.UI, and Jotunn. Maybe I'm missing something in the environment, but without these, it was throwing compiler errors at me all the time.