1. Bugfix - Vince's medkits had their statuses reset to zero with the new version of the JA:DG mercs

2. Bugfix - Dr. Q's 4th trait was removed with the new version of the JA:DG mercs
3. 7.62x51mm ammo box sizes increased to 22.
4. P4-P9Item files removed.
5. USE_XML_TILESETS and NUM_P_ITEMS options added to Ja2Options.ini
6. USE_XML_TILESETS removed from ja2.ini 


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1445 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
MaddMugsy
2012-05-30 10:16:15 +00:00
parent f64bdf01a1
commit a80e4000cd
32 changed files with 183 additions and 39 deletions
+21
View File
@@ -170,6 +170,27 @@ WRITE_PROFILE_DATA_TO_XML = FALSE
USE_EXTERNALIZED_ENEMY_ITEM_DROPS = 0
;------------------------------------------------------------------------------------------------------------------------------
; Tells the game to load ja2set.dat.xml instead of the old binary file
; Must be TRUE if NUM_P_ITEMS (below) is > 3
; If an xml file doesn't exist, setting the value to true will create one.
; Issues have been reported using big maps with this value set to TRUE
; Valid values = TRUE or FALSE, Default = FALSE
;------------------------------------------------------------------------------------------------------------------------------
USE_XML_TILESETS = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; Change the number of PItem graphics files used by the game
; Requires using modified xml version of ja2set.dat for values > 3
; This setting is also dependent on the items.xml file graphics tags, and the actual PItem graphics files
; Do not change this unless you are modding the game, or it will probably break everything!
; Issues have been reported using big maps with values > 3
; Valid value range = 3-20, default = 3
;------------------------------------------------------------------------------------------------------------------------------
NUM_P_ITEMS = 3
;******************************************************************************************************************************
;******************************************************************************************************************************