DataFiles

From FOnline: 2238 Wiki
(Difference between revisions)
Jump to: navigation, search
m (update)
m
Line 2: Line 2:
  
 
== DataFiles ==
 
== DataFiles ==
Allows you to load custom .dat files into client. Files are loaded in same order, as specified in ''DataFiles'' section (FOnline2238.cfg).
+
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, after all default client files.
  
 
Example:
 
Example:
Line 9: Line 9:
 
Modification_Name=mymod.dat
 
Modification_Name=mymod.dat
 
</pre>
 
</pre>
 
This will load mymod.dat after all default .dat files. Client will display information if file is loaded or not.
 
  
 
[[Category:Configuration]]
 
[[Category:Configuration]]

Revision as of 11:54, 7 September 2010

Broken Computer.png Warning
Some of the information on this page or section may not be implemented in-game yet.


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, after all default client files.

Example:

[DataFiles]
Modification_Name=mymod.dat
Personal tools
Contribute