DataFiles

From FOnline: 2238 Wiki
(Difference between revisions)
Jump to: navigation, search
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. Files are loaded in same order as specified in ''DataFiles'' section, (property type: '''string''') after all default client files.
+
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.
  
Example:
+
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 05: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
Personal tools
Contribute