mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
- Added new ini settings
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@757 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -70,6 +70,13 @@ ENEMIES_ITEM_DROP = 1
|
||||
VEHICLE_INVENTORY = TRUE
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Disables Pablo stealing things if set to TRUE
|
||||
;******************************************************************************************************************************
|
||||
|
||||
STEALING_FROM_SHIPMENTS_DISABLED = FALSE
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Assignment Settings:
|
||||
; The following settings control various rates/speeds/effectiveness
|
||||
@@ -243,6 +250,9 @@ GAME_PROGRESS_CONTROL = 25
|
||||
; Default 50
|
||||
GAME_PROGRESS_INCOME = 50
|
||||
|
||||
; Sectors visited
|
||||
GAME_PROGRESS_VISITED = 0
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Time when some global events occur
|
||||
@@ -567,7 +577,44 @@ INSANE_MERC_DEATHS = 4
|
||||
;******************************************************************************************************************************
|
||||
|
||||
CUSTOM_PERSONALITY = 0
|
||||
CUSTOM_ATTITUDE = 0
|
||||
CUSTOM_ATTITUDE = 0
|
||||
|
||||
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; The following allow you to change how many and which slots from prof.dat are available for
|
||||
; male and female IMPs. The "usual" slots are 51,52,53 for males and 54,55,56 for females. Other
|
||||
; slots will work only if they have a blank full name in prof.dat. Even slots without full IMP voice
|
||||
; sets will work although the IMPs will be silent a lot of the time.
|
||||
;
|
||||
; There should be one IMP_[FE]MALE_X for each slot. The total number is still limited by
|
||||
; MAX_IMP_CHARACTERS above. You can reduce the numbers but there should always be at least one
|
||||
; male and one female slot available.
|
||||
;
|
||||
; If there are any errors in the following then the default values (3 males slots 51-53 and 3 females
|
||||
; slots 54-56) will be used instead.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
|
||||
IMP_MALE_CHARACTER_COUNT = 3
|
||||
IMP_MALE_1 = 51
|
||||
IMP_MALE_2 = 52
|
||||
IMP_MALE_3 = 53
|
||||
|
||||
; The following are empty in standard JA2 1.13 but do not have full voice sets.
|
||||
;IMP_MALE_4 = 169
|
||||
;IMP_MALE_5 = 65
|
||||
;IMP_MALE_6 = 71
|
||||
;IMP_MALE_7 = 163
|
||||
;IMP_MALE_8 = 164
|
||||
|
||||
IMP_FEMALE_CHARACTER_COUNT = 3
|
||||
IMP_FEMALE_1 = 54
|
||||
IMP_FEMALE_2 = 55
|
||||
IMP_FEMALE_3 = 56
|
||||
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; -----------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -70,6 +70,13 @@ ENEMIES_ITEM_DROP = 0
|
||||
VEHICLE_INVENTORY = FALSE
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Disables Pablo stealing things if set to TRUE
|
||||
;******************************************************************************************************************************
|
||||
|
||||
STEALING_FROM_SHIPMENTS_DISABLED = FALSE
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Assignment Settings:
|
||||
; The following settings control various rates/speeds/effectiveness
|
||||
@@ -242,6 +249,9 @@ GAME_PROGRESS_CONTROL = 25
|
||||
; Default 50
|
||||
GAME_PROGRESS_INCOME = 50
|
||||
|
||||
; Sectors visited
|
||||
GAME_PROGRESS_VISITED = 0
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Time when some global events occur
|
||||
@@ -569,6 +579,41 @@ INSANE_MERC_DEATHS = 4
|
||||
CUSTOM_PERSONALITY = 0
|
||||
CUSTOM_ATTITUDE = 0
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; The following allow you to change how many and which slots from prof.dat are available for
|
||||
; male and female IMPs. The "usual" slots are 51,52,53 for males and 54,55,56 for females. Other
|
||||
; slots will work only if they have a blank full name in prof.dat. Even slots without full IMP voice
|
||||
; sets will work although the IMPs will be silent a lot of the time.
|
||||
;
|
||||
; There should be one IMP_[FE]MALE_X for each slot. The total number is still limited by
|
||||
; MAX_IMP_CHARACTERS above. You can reduce the numbers but there should always be at least one
|
||||
; male and one female slot available.
|
||||
;
|
||||
; If there are any errors in the following then the default values (3 males slots 51-53 and 3 females
|
||||
; slots 54-56) will be used instead.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
|
||||
IMP_MALE_CHARACTER_COUNT = 3
|
||||
IMP_MALE_1 = 51
|
||||
IMP_MALE_2 = 52
|
||||
IMP_MALE_3 = 53
|
||||
|
||||
; The following are empty in standard JA2 1.13 but do not have full voice sets.
|
||||
;IMP_MALE_4 = 169
|
||||
;IMP_MALE_5 = 65
|
||||
;IMP_MALE_6 = 71
|
||||
;IMP_MALE_7 = 163
|
||||
;IMP_MALE_8 = 164
|
||||
|
||||
IMP_FEMALE_CHARACTER_COUNT = 3
|
||||
IMP_FEMALE_1 = 54
|
||||
IMP_FEMALE_2 = 55
|
||||
IMP_FEMALE_3 = 56
|
||||
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; -----------------------------------------------------------------------------------------------------------------------------
|
||||
; In this section you can change video settings
|
||||
|
||||
Reference in New Issue
Block a user