forked from 1dot13/gamedir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
XMLEditorInit.xml
22 lines (19 loc) · 1.89 KB
/
XMLEditorInit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<XMLEditor>
<!-- The current Data folder used for the XML-Editor -->
<Data_Directory_1>Data-1.13</Data_Directory_1>
<!-- Use a working directory to make loading files faster, turn this off if you do a lot of edits by hand -->
<Use_Working_Directory>True</Use_Working_Directory>
<!-- The AP system used for displaying values in the XML-Editor -->
<AP_Maximum>100</AP_Maximum>
<!-- In the following properties you can set the absolute root folder path of the language specific JA2 1.13 GameDir folder -->
<!-- The <Data_Directory> property value and the "TableData" folder is automatically appended to the specified path, so don't add this to the path -->
<!-- If your language specific XML files are in the same place then the English (non language specific) XML files, you can just clear the values of the properties, but don't delete the properties -->
<!-- If no language specific XML files can be found, the XML-Editor will start without any errors, but you cannot edit the missing file in the XML-Editor -->
<GameDir_Russian_Path_1>C:\stuff\1.13\Development\Game Data\GameDir_LanguageSpecific\Russian_Version</GameDir_Russian_Path_1>
<GameDir_German_Path_1>C:\stuff\1.13\Development\Game Data\GameDir_LanguageSpecific\German_Version</GameDir_German_Path_1>
<GameDir_Polish_Path_1>C:\stuff\1.13\Development\Game Data\GameDir_LanguageSpecific\Polish_Version</GameDir_Polish_Path_1>
<GameDir_French_Path_1>C:\stuff\1.13\Development\Game Data\GameDir_LanguageSpecific\French_Version</GameDir_French_Path_1>
<GameDir_Italian_Path_1>C:\stuff\1.13\Development\Game Data\GameDir_LanguageSpecific\Italian_Version</GameDir_Italian_Path_1>
<GameDir_Chinese_Path_1>C:\stuff\1.13\Development\Game Data\GameDir_LanguageSpecific\Chinese_Version</GameDir_Chinese_Path_1>
<GameDir_Dutch_Path_1>C:\stuff\1.13\Development\Game Data\GameDir_LanguageSpecific\Dutch_Version</GameDir_Dutch_Path_1>
</XMLEditor>