This is just a little something I did quickly as a special request as it was required for the C&C zone. It's a feature that I wanted to implement eventually, but not in that way Basically, if you draw with a particular LVZ image, some tiles will be drawn with it automatically. To make this work: Right-click on the image in the LVZ library tileset, and choose 'Edit animation settings...' It will ask you each animation setting, and it will ask you something like 'how many tiles you want to associate with this lvz image?' If you want to lay solid tiles under a 48x48 pxl LVZ image, for example, you enter 9 tiles (3x3). Then it will successively ask you where and what each tile is. The X and Y settings are relative coordinates, relative to the top-left tile of the map object. So if you want each of these tiles to be tiles #26, except the center one, where you want tile #28, your answers will look like: These are not saved for the moment... so each time you re-open the map you'll have to specify them again. This is a very temporary solution, as a real implementation will require a lot of tweaking and would have taken me much more time to finish up. I hope this can save you some time I attached the source for this, feel free to tweak my tweak as you see fit. Search the project for 'ASSOCIATE TILES WITH LVZ' to find where I modified the code for this. It probably wouldn't be hard to make DCME save the tile pattern to some external file, if you really need to. DCME3414 lvztiles.zip