DataFiles

From FOnline: 2238 Wiki
(Difference between revisions)
Jump to: navigation, search
m (moved DatFiles to DataFiles: changes in scripts)
m (update)
Line 1: Line 1:
 
{{WIP}}
 
{{WIP}}
  
== DatFiles ==
+
== DataFiles ==
Allows you to load custom .dat files into client. Files are loaded in same order, as specified in ''DatFiles'' section (FOnline2238.cfg).
+
Allows you to load custom .dat files into client. Files are loaded in same order, as specified in ''DataFiles'' section (FOnline2238.cfg).
  
 
Example:
 
Example:
 
<pre>
 
<pre>
[DatFiles]
+
[DataFiles]
 
Modification_Name=mymod.dat
 
Modification_Name=mymod.dat
 
</pre>
 
</pre>

Revision as of 00:36, 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 you to load custom .dat files into client. Files are loaded in same order, as specified in DataFiles section (FOnline2238.cfg).

Example:

[DataFiles]
Modification_Name=mymod.dat

This will load mymod.dat after all default .dat files. Client will display information if file is loaded or not.

Personal tools
Contribute