What method are others using? Some ideas I had:
- Using a Lua table structure to represent the settings, and serializing to a file (there seem to be many serialization libraries)
- Saving to a JSON or XML file
- Using an embedded database such as SQLite through a Lua wrapper library (would add complexity to the game distribution)