Galacticat42
Drifting through space, lost
In my mod Advanced Missiles Mod, I am currently working with Lua to get fusion nukes to terraform the land. I can safely say that I can indeed terraform the tiles, and my lua prints out the terrain/plot types to the firetuner console to confirm this. My problem however is that the map doesn't update when terraforming is carried out and CvPlot::updateLayout (called as UpdateLayout()) has unforetunately not been added to the list of Lua callbacks. If any of the other advanced Lua coders could help me out here to get terraforming working, that would be terrific. I'll also give you credit where credit is due in my mod. If anyone is interested, I'll share what I have so far though I'm constantly changing how the terrain is terraformed(and might not even make any sense to people who don't know exactly what I'm doing).