Thanks for the reply i will try it out...Skuggasveinn wrote:Take the following code and paste it into your tiles lua (or objects or where ever you like)
Its just a clone of the dungeon floor tile but the pillars have been removed, you can use it to paint the floor where you want the pillars gone.SpoilerShowCode: Select all
defineTile{ name = "dungeon_floor_no_pillars", editorIcon = 192, color = {150,150,150,255}, builder = "dungeon", floor = { "dungeon_floor_dirt_01", 1, }, ceiling = { "dungeon_ceiling", 1, }, wall = { "dungeon_wall_01", 35, "dungeon_wall_02", 35, "dungeon_wall_drain", 2, }, ceilingEdgeVariations = true, ceilingShaft = "dungeon_ceiling_shaft", }
It will show up as dungeon_floor_no_pillars in your asset browser.
Hope that helps.
kind regards.
Skuggasveinn.
I need this to complete my dungeon transitions.
Check it out viewtopic.php?f=22&t=9576