mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
New INI Editor EXE (Version: 1.3)
- Works now with VFS (vfs_config.*.ini) - Updated missing property descriptions in English git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1140 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
+1
-66
@@ -1,73 +1,8 @@
|
|||||||
;******************************************************************************************************************************
|
|
||||||
; -----------------------------------------------------------------------------------------------------------------------------
|
|
||||||
; In this section you can change global settings for Jagged Alliance 2 v1.13
|
|
||||||
; -----------------------------------------------------------------------------------------------------------------------------
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
|
|
||||||
[Ja2 Settings]
|
[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
|
CD = C
|
||||||
|
|
||||||
|
|
||||||
; This is only used for the INI Editor. Will be deleted after a new version of the INI Editor is released!
|
|
||||||
CUSTOM_DATA_LOCATION = Data-1.13
|
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
; 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
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
|
|
||||||
; JA2 1.13
|
|
||||||
VFS_CONFIG_INI = vfs_config.JA2113.ini
|
VFS_CONFIG_INI = vfs_config.JA2113.ini
|
||||||
|
DEFAULT_JA2_EXECUTABLE =
|
||||||
; JA2 Vanilla
|
|
||||||
; VFS_CONFIG_INI = vfs_config.JA2Vanilla.ini
|
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
; 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 =
|
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
; Select the screen resolution of the game.
|
|
||||||
; 0 ... 640x480
|
|
||||||
; 1 ... 800x600
|
|
||||||
; 2 ... 1024x768
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
|
|
||||||
SCREEN_RESOLUTION = 1
|
SCREEN_RESOLUTION = 1
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
; Select the screen resolution of the editor.
|
|
||||||
; 0 ... 640x480
|
|
||||||
; 1 ... 800x600
|
|
||||||
; 2 ... 1024x768
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
|
|
||||||
EDITOR_SCREEN_RESOLUTION = 1
|
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
|
SCREEN_MODE_WINDOWED = 0
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
; Should the intro be played after starting a new game?
|
|
||||||
;******************************************************************************************************************************
|
|
||||||
|
|
||||||
PLAY_INTRO = 1
|
PLAY_INTRO = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user