new exe (Build: 536)

- bugfix (from build 529): IMPs have wrong voices
- bugfix: Multiple IMPs with same voice causes wrong data and CTDs. Now it is impossible to have multiple IMPs with the same voice. No more invalid IMP data with multiple imps (hopefully) ;)
- You can have a maximum number of 6 imps (3 women and 3 men). All have different voices.
- If an IMP is cloned (90210, nickname) an unused voice is set. So we have correct data.
- Prevent the user from selecting used voices in the IMP Voice selection screen

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@503 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2006-09-18 20:29:31 +00:00
parent c24656ce6b
commit e4a4cfcc49
4 changed files with 1570 additions and 56 deletions
-2
View File
@@ -639,8 +639,6 @@ SOLDIER_TOOLTIP_DETAIL_LEVEL = 1
; Set HEAD_SLOT_1 and HEAD_SLOT_2 both to FALSE to prevent the display of the NVG and gas mask lines
DYNAMIC_SOLDIER_TOOLTIPS = TRUE
SOLDIER_TOOLTIP_DISPLAY_LOCATION = TRUE
SOLDIER_TOOLTIP_DISPLAY_BRIGHTNESS = TRUE
SOLDIER_TOOLTIP_DISPLAY_RANGE_TO_TARGET = TRUE
File diff suppressed because it is too large Load Diff
-2
View File
@@ -632,8 +632,6 @@ SOLDIER_TOOLTIP_DETAIL_LEVEL = 1
; Set HELMET and VEST and LEGGINGS to FALSE (all 3) to prevent the display of the armor line
; Set HEAD_SLOT_1 and HEAD_SLOT_2 both to FALSE to prevent the display of the NVG and gas mask lines
DYNAMIC_SOLDIER_TOOLTIPS = TRUE
SOLDIER_TOOLTIP_DISPLAY_LOCATION = TRUE
SOLDIER_TOOLTIP_DISPLAY_BRIGHTNESS = TRUE
SOLDIER_TOOLTIP_DISPLAY_RANGE_TO_TARGET = TRUE
File diff suppressed because it is too large Load Diff