- Added 3 new opinion events (OPINIONEVENT_BRUTAL_GOOD, OPINIONEVENT_BRUTAL_BAD and OPINIONEVENT_TEACHER)

- Fix: during dialogue, mercs did not agree often enough
- Fix: if no mercs were in any squad, Melody website did not show relations
- Dialogue has been reordered, this should make adding new ones slightly easier

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7533 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-09-27 20:19:49 +00:00
parent 58d9cf0925
commit fc861e0ba1
16 changed files with 5454 additions and 3678 deletions
+5 -12
View File
@@ -2853,21 +2853,14 @@ extern STR16 szTacticalInventoryDialogString[];
extern STR16 szTacticalCoverDialogString[];
extern STR16 szTacticalCoverDialogPrintString[];
// OPINIONEVENT_MAX is 34
// DOST_MAX is 17
extern STR16 szDynamicDialogueText[34][17];
// Flugente: dynamic dialogue
extern STR16 szDynamicDialogueText_DOST_VICTIM_INITIATE[];
extern STR16 szDynamicDialogueText_DOST_VICTIM_TO_INTERJECTOR_DENY[];
extern STR16 szDynamicDialogueText_DOST_VICTIM_TO_INTERJECTOR_AGREE[];
extern STR16 szDynamicDialogueText_DOST_CAUSE_TO_VICTIM_DENY[];
extern STR16 szDynamicDialogueText_DOST_CAUSE_TO_VICTIM_AGREE[];
extern STR16 szDynamicDialogueText_DOST_CAUSE_TO_INTERJECTOR_DENY[];
extern STR16 szDynamicDialogueText_DOST_CAUSE_TO_INTERJECTOR_AGREE[];
extern STR16 szDynamicDialogueText_DOST_INTERJECTOR_DIALOGUESELECTION[];
extern STR16 szDynamicDialogueText_DOST_INTERJECTOR_TO_VICTIM_DENY[];
extern STR16 szDynamicDialogueText_DOST_INTERJECTOR_TO_VICTIM_AGREE[];
extern STR16 szDynamicDialogueText_DOST_INTERJECTOR_TO_CAUSE_DENY[];
extern STR16 szDynamicDialogueText_DOST_INTERJECTOR_TO_CAUSE_AGREE[];
extern STR16 szDynamicDialogueText_DOST_INTERJECTOR_SOLVE_REASON[];
extern STR16 szDynamicDialogueText_DOST_INTERJECTOR_SOLVE_AGGRESSIVE[];
extern STR16 szDynamicDialogueText_DOST_SIDEWITH_VICTIM[];
extern STR16 szDynamicDialogueText_DOST_SIDEWITH_CAUSE[];
+649 -436
View File
File diff suppressed because it is too large Load Diff
+649 -436
View File
File diff suppressed because it is too large Load Diff
+649 -435
View File
File diff suppressed because it is too large Load Diff
+649 -436
View File
File diff suppressed because it is too large Load Diff
+649 -436
View File
File diff suppressed because it is too large Load Diff
+649 -436
View File
File diff suppressed because it is too large Load Diff
+649 -436
View File
File diff suppressed because it is too large Load Diff
+651 -453
View File
File diff suppressed because it is too large Load Diff