Afforess
The White Wizard
Afforess, What exactly is the <LSYSTEM></LSYSTEM> Tag used for? I'm optimizing my coding and wondering what its used for since I'm finding it in your building codes. I have no idea what it's used for and can't pull up any helpful info on it.
Some buildings made by Firaxis have a special lsystem for them (like LSYSTEM_BANK), but if you are making a building that uses no graphics (Art/Empty.nif), use LSYSTEM_1X1.
What Lsystem does is give the building a specific space to use in the city. Cities have their own weird grid area, and you are giving them a small part of it to be occupied by the building, and it needs to know how big a space to make for the building. If you did a LSYSTEM_2x3, you would be giving it a rectangular area. It all depends on your judgment and the size of the building.