1.13 Power Update

*** New ja2.exe build (2415) ***
- Enhanced Description Box (by Headrock)
	- Can be toggled on/off in the game settings
	- Can be customized in the ja2_options.ini (USE_ENHANCED_DESCRIPTION_BOX)
	- Further infos: http://www.bookgallery.co.il/JA2PublicPosts/DescBox.asp
- 100 AP System
	- Now the default system
	- Can be changed back to 25 AP System in the Data-1.13\APBPConstants.ini
        - Just change the property AP_MAXIMUM = 25 and you have the 25 AP System back

German and Russian EXE can be found here:
http://ja2.h758491.serverkompetenz.net/Wanne/Build_2415/


*** New XML Editor ***
- Supports the 100 AP system
- Minor adjustments


*** New INI Editor ***
- Also works as a MOD Loader.
- New entry in the ja2.ini (DEFAULT_JA2_EXECUTABLE). Used for starting JA2 v1.13 from the INI Editor
- Supports 100 AP System (APBPConstants.ini)
- Configure and start JA2 v1.13 from the INI Editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1049 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2008-11-13 15:07:24 +00:00
parent 90dc0d01d0
commit 7ff17075c1
11 changed files with 16192 additions and 15720 deletions
Binary file not shown.
Binary file not shown.
+10 -2
View File
@@ -856,8 +856,8 @@ VEHICLE_INVENTORY = FALSE
; If you like to play vanilla JA2 style, set ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = FALSE
;******************************************************************************************************************************
; INFO: In svn release exe this property is always set to TRUE until a new exe will be released!
; ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = FALSE
ENABLE_CHANCE_OF_ENEMY_AMBUSHES_ON_INSANE_DIFFICULT = FALSE
;******************************************************************************************************************************
; Slay Forever
;******************************************************************************************************************************
@@ -888,3 +888,11 @@ USE_BULLET_TRACERS = FALSE
; If set to TRUE, female enemies will only occur as Elites in the army.
;******************************************************************************************************************************
RESTRICT_FEMALE_ENEMIES_EXCEPT_ELITE = TRUE
;******************************************************************************************************************************
; Use the Enhanced Description Box instead of the old one?
; 0 = Both Strategic and Tactical
; 1 = Tactical Only
; 2 = Strategic Only
;******************************************************************************************************************************
USE_ENHANCED_DESCRIPTION_BOX = 0