The Battlezone Lua scripting system now supports Save and Load so mission scripts can preserve state across a game save.
That lua-marshal library didn't work out the way I had hoped so I wrote my own simple functions to serialize and deserialize common Lua values. They support nil, booleans, numbers, strings, and tables but duplicate shared
(
Read more... )