Sign in to follow this  
Gaffer

Pottery brick walls export as wooden from the village plan

Recommended Posts

The .MAP file generated by Export from the village plan encodes pottery brick walls the same as wooden walls.   The first sample below is an export showing a tile with wooden walls on all levels.  Actually the walls on the two lower levels are pottery brick.  The second sample shows the same tile as it was originally planned in DeedPlanner.  Note that the lower story pottery brick walls are saved with a "pb" prefix. 

 

Export

  <tile height="-977.0" x="33" y="27">
    <ground id="pl"/>
    <level value="0">
      <hWall id="wArch"/>
      <vWall id="wArch"/>
    </level>
    <level value="1">
      <hWall id="wArch"/>
      <vWall id="wArch"/>
      <floor id="wFloor" orientation="UP"/>
    </level>
    <level value="2">
      <hWall id="wwWindow"/>
      <vWall id="wWall"/>
      <floor id="wFloor" orientation="UP"/>
    </level>
    <level value="3">
      <roof id="wRoof"/>
    </level>
  </tile>

DeedPlanner

  <tile caveHeight="5.0" caveSize="30.0" height="229.0" x="33" y="27">
    <ground id="pl"/>
    <cave id="sw"/>
    <level value="1">
      <hWall id="pbWindow" reversed="true"/>
      <vWall id="wArch" reversed="false"/>
      <Floor id="wFloor" orientation="RIGHT"/>
    </level>
    <level value="2">
      <vWall id="wWall" reversed="false"/>
      <Floor id="wFloor" orientation="RIGHT"/>
      <hWall id="wwWindow" reversed="false"/>
    </level>
    <level value="3">
      <roof id="wRoof"/>
    </level>
    <level value="0">
      <vWall id="pbWindow" reversed="true"/>
      <hWall id="pblArch" reversed="false"/>
    </level>
  </tile>

 

Share this post


Link to post
Share on other sites

Thanks for the report, we already know about the issue. Fix is on the way. :)

 

Wooden walls are used as "fallback" in case if exporter doesn't know how to export specific wall type (the same with wooden fence for fences).

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this