mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
- bugfix: Landmines - bugfix: Got a "misplaced" I.M.P email on day 3 - bugfix: Laptop -> Personnel -> Inventory scroll buttons - changed max number of slots for towns (hardcoded value) - highest town index defines the number of towns on map (user defined value via xml) - updated cities.xml handling code so now it is possible to control can player train militia in town or not git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@554 4f8fa57e-7814-0410-bad4-adc449f26b7c
43 lines
2.2 KiB
INI
43 lines
2.2 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
|
|
|
|
;******************************************************************************************************************************
|
|
; 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
|
|
|
|
|
|
|