DataFiles
From FOnline: 2238 Wiki
DataFiles
Allows to load custom data files (in .dat and .zip format) into client, for easy adding new interfaces, critter graphic etc. It is recommended to use this section, instead of DataFiles.cfg (which is overwritten on update).
Files are loaded in same order as specified in DataFiles section, (property type: string) after all default client files.
Configuration example
[DataFiles] Modification_Name=mymod.dat Something_Better=awesome.zip
Note: See also Game Files