.plist is an XML file, you can read it with "Laz2_XMLCfg" unit for example. Since you're the only one who reads/writes those config files, you don't have to follow any rules. Just use a regular txt file and rename it to .plist, or leave it as .txt, it doesn't really matter. Perhaps an ini file will also do the job? It all depends on the data you want to save/load.