sirskunkalot / PlanBuild

Valheim mod enabling you to plan buildings, copy structures and terraform
Do What The F*ck You Want To Public License
8 stars 13 forks source link

Issues with references #40

Closed elonmir closed 2 years ago

elonmir commented 2 years ago

image

elonmir commented 2 years ago

It's possible to direct build, but planned build is not possible.

Looks like an uncaught exception for me :)

elonmir commented 2 years ago

Ok, it seems manually deleting the entries of the items from the build file, seems to fix the issue.

sirskunkalot commented 2 years ago

It's because bushes, etc can't be build as a plan. It's a caught exception, though (thus it's a warning) ;) Otherwise it would stop building any other piece on that blueprint.

elonmir commented 2 years ago

Ok, maybe I explained a little poorly. I can directly build, with such a plan, but I can not just plan it. The building simply does not get set. After removing the dandelions from the vbuild file manually, it worked like a charm.

sirskunkalot commented 2 years ago

Can you provide your .blueprint file? I'll try to recreate the issue then.

elonmir commented 2 years ago

Elonmir_Debug https://gist.githubusercontent.com/elonmir/ec1130047a3e7cabd849fe0e756e1d07/raw/07f3f4cb5be71ec01880734045918ca1c0d6c787/Elonmir_Debug.blueprint

Here you go, can't upload directly, due file extension.

Removing Pickable_Dandelion; lines, seem to resolve the issue.

sirskunkalot commented 2 years ago

Hey, I think I found the culprit. Fixed it on the current "planhammer" branch. I might need to get this over to the master, but the current revamp on that branch is kind of huge. And I am on vacation for another two weeks or so. So, long story short, willfix - might take some time ;)

elonmir commented 2 years ago

Great I could contribute, even if not codewise... :D

sirskunkalot commented 2 years ago

Alright, I am back and this problem should be fixed with the version 0.9.5, out on nexus and thunder (and here on git ofc)

elonmir commented 2 years ago

Awesome!