Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Wood Column Wide

Matt Greer edited this page Jan 28, 2022 · 2 revisions

Wide wood column is a terrain entity typically found in airship levels

screenshot of wood columns

Its bytes are 0x4<height - 1> y x 5 <width>

It has two odd properties

auto height mode

If height is set to zero, as in 40 y x 5 <width>, then it will extend from its starting location to the bottom of the level

auto height screenshot

I have yet to find anything that will cancel the growth, like how plateaus stop when they encounter an object in the background map.

This means its minimum height is two tiles.

width is increments of 1/2

The width value increases the width by one half. So if you set width to 3, you get 1.5 wood columns

screenshot of 1.5 wide column

It is possible to treat a single entity like a floor by giving it a large width

screenshot of wood column "floor"