mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
- Fixed double entries in CivGroupNames.xml
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1286 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1190,13 +1190,6 @@
|
|||||||
<AddToBattle>0</AddToBattle>
|
<AddToBattle>0</AddToBattle>
|
||||||
<Loyalty>0</Loyalty>
|
<Loyalty>0</Loyalty>
|
||||||
</NAME>
|
</NAME>
|
||||||
<NAME>
|
|
||||||
<uiIndex>160</uiIndex>
|
|
||||||
<Enabled>0</Enabled>
|
|
||||||
<szGroup>Empty Slot160</szGroup>
|
|
||||||
<AddToBattle>0</AddToBattle>
|
|
||||||
<Loyalty>0</Loyalty>
|
|
||||||
</NAME>
|
|
||||||
<NAME>
|
<NAME>
|
||||||
<uiIndex>170</uiIndex>
|
<uiIndex>170</uiIndex>
|
||||||
<Enabled>0</Enabled>
|
<Enabled>0</Enabled>
|
||||||
|
|||||||
@@ -1190,13 +1190,6 @@
|
|||||||
<AddToBattle>0</AddToBattle>
|
<AddToBattle>0</AddToBattle>
|
||||||
<Loyalty>0</Loyalty>
|
<Loyalty>0</Loyalty>
|
||||||
</NAME>
|
</NAME>
|
||||||
<NAME>
|
|
||||||
<uiIndex>160</uiIndex>
|
|
||||||
<Enabled>0</Enabled>
|
|
||||||
<szGroup>Empty Slot160</szGroup>
|
|
||||||
<AddToBattle>0</AddToBattle>
|
|
||||||
<Loyalty>0</Loyalty>
|
|
||||||
</NAME>
|
|
||||||
<NAME>
|
<NAME>
|
||||||
<uiIndex>170</uiIndex>
|
<uiIndex>170</uiIndex>
|
||||||
<Enabled>0</Enabled>
|
<Enabled>0</Enabled>
|
||||||
|
|||||||
+3
-6
@@ -21,7 +21,7 @@ VFS_NO_UNICODE = FALSE
|
|||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
; Define here the correct vfs_config.XYZ.ini for the MOD you would like to play
|
; Define here the correct vfs_config.XYZ.ini for the MOD you would like to play
|
||||||
; If you would like to play a different MOD, you only need to change this line with the correct vfs_config.xyz.ini
|
; If you would like to play a different MOD, you only need to change this line with the correct vfs_config.XYZ.ini
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
; JA2 1.13
|
; JA2 1.13
|
||||||
@@ -33,7 +33,7 @@ VFS_CONFIG_INI = vfs_config.JA2113.ini
|
|||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
; This only has effect if you use the INI Editor to start Jagged Alliance 2 v1.13.
|
; This only has effect if you use the INI Editor to start Jagged Alliance 2 v1.13.
|
||||||
; Otherwise you can ignore that.
|
; Otherwise you can ignore that.
|
||||||
; This Executable will be the default file to start the game from the INI Editor.
|
; This Executable will be the default file to start JA2 1.13 from the INI Editor.
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
DEFAULT_JA2_EXECUTABLE =
|
DEFAULT_JA2_EXECUTABLE =
|
||||||
@@ -60,7 +60,7 @@ EDITOR_SCREEN_RESOLUTION = 1
|
|||||||
; Select windowed or full screen mode?
|
; Select windowed or full screen mode?
|
||||||
; 0 ... Full Screen
|
; 0 ... Full Screen
|
||||||
; 1 ... Windowed Mode
|
; 1 ... Windowed Mode
|
||||||
; If you like to play in Windowed Mode, you have to switch your Dektop to 16 Bit!
|
; If you like to play in Windowed Mode, you have to switch your Windows Desktop Color Scheme to 16 Bit!
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
SCREEN_MODE_WINDOWED = 0
|
SCREEN_MODE_WINDOWED = 0
|
||||||
@@ -70,6 +70,3 @@ SCREEN_MODE_WINDOWED = 0
|
|||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
PLAY_INTRO = 1
|
PLAY_INTRO = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user