Unfortunately someone has to hard code the dynamic lighting paths...... one time. HOWEVER... we could make an API to capture the paths so content creators or those sharing free maps could save and share the points without actually having to know how to code. For example: There is a tile from the pack I modified to a wine cellar..... if someone wanted to add it to their library of map tiles they could also add this to their library of dynamic lighting paths: {tileName: "Geo_Type_A_0021", path: [[525,805],[735,805]]},
{tileName: "Geo_Type_A_0021", path: [[35,525],[35,735]]},
{tileName: "Geo_Type_A_0021", path: [[455,525],[455,805]]},
{tileName: "Geo_Type_A_0021", path: [[383,525],[457,525]]},
{tileName: "Geo_Type_A_0021", path: [[385,315],[385,525]]},
{tileName: "Geo_Type_A_0021", path: [[315,315],[525,315]]},
{tileName: "Geo_Type_A_0021", path: [[805,525],[805,735]]},
{tileName: "Geo_Type_A_0021", path: [[105,805],[315,805]]},
{tileName: "Geo_Type_A_0021", path: [[35,315],[105,315]]},
{tileName: "Geo_Type_A_0021", path: [[735,315],[805,315]]},
{tileName: "Geo_Type_A_0021", path: [[315,0],[315,35],[525,35],[525,0]]},
{tileName: "Geo_Type_A_0021", path: [[840,105],[805,105],[805,35],[735,35],[735,0]]},
{tileName: "Geo_Type_A_0021", path: [[0,105],[35,105],[35,35],[105,35],[105,0]]},
{tileName: "Geo_Type_A_0021", path: [[0,315],[35,315],[35,525],[0,525]]},
{tileName: "Geo_Type_A_0021", path: [[840,315],[805,315],[805,525],[840,525]]},
{tileName: "Geo_Type_A_0021", path: [[0,735],[35,735],[35,805],[105,805],[105,840]]},
{tileName: "Geo_Type_A_0021", path: [[840,735],[805,735],[805,805],[735,805],[735,840]]},
{tileName: "Geo_Type_A_0021", path: [[315,840],[315,805],[525,805],[525,840]]}, We would likely have to sketch out some specifications to make some standard API tools for non-coders... But it could be possible that every time you get a map... you get the dynamic lighting path information that comes with it. Don't want to stray off point too much... I would suggest for anyone interested wander into the API section even if you don't code because all that code and post there will assist you and it helps in the co-creation of ideas to hear from as many people as possible.