mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
*** 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
66 lines
3.5 KiB
INI
66 lines
3.5 KiB
INI
;******************************************************************************************************************************
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
; In this section you can change global settings for Jagged Alliance 2 v1.13
|
|
; -----------------------------------------------------------------------------------------------------------------------------
|
|
;******************************************************************************************************************************
|
|
|
|
[Ja2 Settings]
|
|
|
|
;******************************************************************************************************************************
|
|
; If you have not installed Jagged Alliance 2 as a full installation, this is the letter
|
|
; of your CD-ROM drive. Otherwise you can ignore that.
|
|
;******************************************************************************************************************************
|
|
|
|
CD = C
|
|
|
|
;******************************************************************************************************************************
|
|
; The folder of the current mode you like to play, located in your JA2 directory.
|
|
; If you like to play the classic Jagged Alliance 2, replace "Data-1.13" with "Data".
|
|
;******************************************************************************************************************************
|
|
|
|
CUSTOM_DATA_LOCATION = Data-1.13
|
|
|
|
;******************************************************************************************************************************
|
|
; This only has effect if you use the INI Editor to start Jagged Alliance 2 v1.13.
|
|
; Otherwise you can ignore that.
|
|
; This Executable will be the default file to start the game from the INI Editor.
|
|
;******************************************************************************************************************************
|
|
|
|
DEFAULT_JA2_EXECUTABLE = ja2.exe
|
|
|
|
;******************************************************************************************************************************
|
|
; Select the screen resolution of the game.
|
|
; 0 ... 640x480
|
|
; 1 ... 800x600
|
|
; 2 ... 1024x768
|
|
;******************************************************************************************************************************
|
|
|
|
SCREEN_RESOLUTION = 1
|
|
|
|
;******************************************************************************************************************************
|
|
; Select the screen resolution of the editor.
|
|
; 0 ... 640x480
|
|
; 1 ... 800x600
|
|
; 2 ... 1024x768
|
|
;******************************************************************************************************************************
|
|
|
|
EDITOR_SCREEN_RESOLUTION = 1
|
|
|
|
;******************************************************************************************************************************
|
|
; Select windowed or full screen mode?
|
|
; 0 ... Full Screen
|
|
; 1 ... Windowed Mode
|
|
; If you like to play in Windowed Mode, you have to switch your Dektop to 16 Bit!
|
|
;******************************************************************************************************************************
|
|
|
|
SCREEN_MODE_WINDOWED = 0
|
|
|
|
;******************************************************************************************************************************
|
|
; Should the intro be played after starting a new game?
|
|
;******************************************************************************************************************************
|
|
|
|
PLAY_INTRO = 1
|
|
|
|
|
|
|