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

Question: Explain .blueprint format #35

Closed himpich closed 2 years ago

himpich commented 2 years ago

I would like to make small changes to one of my .blueprint files in order to align some pieces which I am not able to do while building.

Could you please give a short explaination of the fileformat? something like

#SnapPoints:
X;Y;Z
#Pieces
piece_name;Hammerbuildtabname;X;Y;Z;rotation;a;b;c

And: are the numbers relative to the "center marker"?

Thanks in advance

sirskunkalot commented 2 years ago

I created a wiki page and explained the format a bit. https://github.com/sirskunkalot/PlanBuild/wiki/Blueprint-File-Format

sirskunkalot commented 2 years ago

Closing this for now, if you have further question just comment again.