mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
** Merged (English) GameDir files from Development trunk, for the Spring 2011 Release ** **************************************************************************************** o Development Trunk (Revision: 4444): https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1288 4f8fa57e-7814-0410-bad4-adc449f26b7c
54 lines
2.4 KiB
INI
54 lines
2.4 KiB
INI
[CFG]
|
|
|
|
;******************************************************************************************************************************
|
|
; In this section you define common application settings.
|
|
;******************************************************************************************************************************
|
|
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
; Select the default language of the application
|
|
; 0 - Chinese
|
|
; 1 - Dutch
|
|
; 2 - French
|
|
; 3 - German
|
|
; 4 - Italian
|
|
; 5 - Polish
|
|
; 6 - Russian
|
|
; 7 - Taiwanese
|
|
; 8 - English
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
|
|
Lang = 8
|
|
|
|
|
|
;******************************************************************************************************************************
|
|
; In this section you define specific settings for using the application with the choosen 1.13 MOD.
|
|
;******************************************************************************************************************************
|
|
|
|
[MOD]
|
|
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
; Define here the folder(s) of your MOD, that should be used for loading the XML files
|
|
;
|
|
; Here is an example of how it could look like. First the application looks in the "Data-n" folder.
|
|
; If the requested XML file is not found in "Data-My-Mod" then the application checks the
|
|
; folder "Data-1.13" and finally it searches the folder "Data".
|
|
;
|
|
; Dir[0]=Data
|
|
; Dir[1]=Data-1.13
|
|
; Dir[2]=Data-My-Mod
|
|
; Dir[n]=Data-n
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
|
|
Dir[0] = Data
|
|
Dir[1] = Data-1.13
|
|
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
; The starting gear (MercStartingGear.xml) can be edited with the "XML Editor" and the "Merc Profile Editor".
|
|
; If you want to only use the "XML Editor" for manipulation merc starting gear, set ALLOW_EDIT_MERC_STARTING_GEAR = FALSE
|
|
; to disable the editing.
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
|
|
ALLOW_EDIT_MERC_STARTING_GEAR = TRUE
|
|
|
|
|