Page 1 of 1

Looking for a good automap icon for a "magic wall"

Posted: Sat Nov 21, 2015 5:12 pm
by MrChoke
So I noticed how many different autoMapIcon values are used when defining objects. None are listed in any documentation I have seen, nor do I find them in any file in the asset pack. I did a fair amount of trial and error of setting of them and find there are many to choose from that are not even used in the game. They seem to change every multiple of 4 as well.

What I wish I could find is something like a dashed line icon to represent one of my new objects, a magic wall. Its like a magic bridge but its upright and has a door component so its like a wall. I want it to be shown on the map differently than a door (automapIcon = 84) or a wall (icon -1??). I can't seem to find a good one. Anyone know a lot about these automap icons?

Re: Looking for a good automap icon for a "magic wall"

Posted: Sat Nov 21, 2015 8:40 pm
by minmay
Draw your own and use MapGraphicsComponent. The automap's style is very easy to draw in, and MapGraphicsComponent has no size limit and offers lots of flexibility with rotation and offset.
MrChoke wrote:I did a fair amount of trial and error of setting of them and find there are many to choose from that are not even used in the game. They seem to change every multiple of 4 as well.
It's unclear whether you're thinking of automapIcon or automapTile. Either way, there are no significant unused ones. They "seem to change every multiple of 4" because each icon has 4 versions for the 4 different possible facings.
A value of -1 for automapTile is special; it's used by secret doors, and tries to blend in with the surrounding tiles.