DataFiles
From FOnline: 2238 Wiki
(Difference between revisions)
m (update) |
m (→DataFiles) |
||
Line 1: | Line 1: | ||
== DataFiles == | == DataFiles == | ||
− | Allows to load custom data files (in .[http://falloutmods.wikia.com/wiki/DAT_file_format dat] and .[http://en.wikipedia.org/wiki/ZIP_%28file_format%29 zip] format) into client, for easy adding new interfaces, critter graphic etc | + | Allows to load custom data files (in .[http://falloutmods.wikia.com/wiki/DAT_file_format dat] and .[http://en.wikipedia.org/wiki/ZIP_%28file_format%29 zip] format) into client, for easy adding new interfaces, critter graphic etc. |
− | + | Files are loaded in same order as specified in ''DataFiles'' section, (property type: '''[[Configuration#string|string]]''') after all default client files. | |
+ | |||
+ | == Configuration example == | ||
<pre> | <pre> | ||
[DataFiles] | [DataFiles] |
Revision as of 04:15, 25 November 2010
DataFiles
Allows to load custom data files (in .dat and .zip format) into client, for easy adding new interfaces, critter graphic etc.
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