DataFiles
From FOnline: 2238 Wiki
(Difference between revisions)
m (update) |
|||
Line 1: | Line 1: | ||
{{WIP}} | {{WIP}} | ||
− | == | + | == DataFiles == |
− | Allows you to load custom .dat files into client. Files are loaded in same order, as specified in '' | + | 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> | ||
− | [ | + | [DataFiles] |
Modification_Name=mymod.dat | Modification_Name=mymod.dat | ||
</pre> | </pre> |
Revision as of 23:36, 6 September 2010
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.