DataFiles
From FOnline: 2238 Wiki
(Difference between revisions)
(corrected link) |
|||
Line 1: | Line 1: | ||
== DataFiles == | == DataFiles == | ||
− | Allows to load custom data files (in .[http://www.falloutwiki.com/ | + | Allows to load custom data files (in .[http://www.falloutwiki.com/DAT_files dat] and .[http://en.wikipedia.org/wiki/ZIP_%28file_format%29 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: '''[[Configuration#string|string]]''') after all default client files. | Files are loaded in same order as specified in ''DataFiles'' section, (property type: '''[[Configuration#string|string]]''') after all default client files. |
Revision as of 22:14, 20 January 2012
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