What's new
Kinggath Creations

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Possible Issues with Dialogue Conditioning

Aurelianis

New member
A few things I noticed during playthrough.

Torin says that you are a full blown Starborn in the original universe. The conditioning for this line doesn't have anything that determines if the player is actually Starborn.
[DIAL:010A90ED] (in kgcShip_QUST_Dialogue_Torin [QUST:0103E9C5])
-[INFO:010A90F5] (''Since you're a full-blown Starborn, there's no reason for me to hide anything from you. Not anymore...'' in [DIAL:010A90ED] (in kgcShip_QUST_Dialogue_Torin [QUST:0103E9C5]))

These lines are conditioned using kgcShip_CNDF_PlayerHasStarbornPower [CNDF:0102D3BC] which only determines if the player has Starborn powers. The player can have powers, but not be Starborn if they have not yet been to a new universe. I'm not sure of what line should actually be spoken for this particular topic, but listing here in case you want to look at it:
[DIAL:0103E789] (in kgcShip_QUST_MQ03 "The Stars Have Eyes" [QUST:0103E6F4])
-[INFO:0103E78A] (''Ah, yes! That...'' in [DIAL:0103E789] (in kgcShip_QUST_MQ03 "The Stars Have Eyes" [QUST:0103E6F4]))
-[INFO:0103E7A2] (''Hah. That's a... That's good question...'' in [DIAL:0103E789] (in kgcShip_QUST_MQ03 "The Stars Have Eyes" [QUST:0103E6F4]))

These are not conditioned correctly as Torin will say "because we're Starborn" even in the original universe if the player has powers.
[DIAL:010CD9B4] (in kgcShip_QUST_MQ05_PostQuest_Torin [QUST:010CD964])
-[INFO:010CD9B7] (''And maybe because I'm Starborn, or perhaps because of where we were, or how we got there...'' in [DIAL:010CD9B4] (in kgcShip_QUST_MQ05_PostQuest_Torin [QUST:010CD964]))
-[INFO:010CD9B8] (''And maybe because we're Starborn, or perhaps because of where we were, or how we got there...'' in [DIAL:010CD9B4] (in kgcShip_QUST_MQ05_PostQuest_Torin [QUST:010CD964]))

There are some scenes and topics in Last Watch that are conditioned using kgcShip_AVIF_Torin_AffinityLevel [AVIF:01085AAE], however all Affinity Events for Torin are using COM_Affinity "Affinity" [AVIF:000A1B80]. I double checked in game and kgcShip_AVIF_Torin_AffinityLevel [AVIF:01085AAE] is always 0 so these scenes and lines are probably not conditioned correctly.:

kgcShip_QUST_MQ05_Scene_130_VoidScene_01_SpectralTorin [SCEN:01085886] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]) - Phase 5
kgcShip_QUST_MQ05_Scene_140_GreyscaleScene_01_MainConvo [SCEN:010858A5] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]) - Phase 1

[DIAL:0108588C] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D])
-[INFO:010859EF] (''Wait... Do... Do I know you?'' in [DIAL:0108588C] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]))
-[INFO:010859FD] (''...I recognize you!'' in [DIAL:0108588C] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]))

[DIAL:01085897] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D])
-[INFO:010859F7] (''Your words, I... I can't-- I can't quite make them out... They don't seem to reach me. Not yet.'' in [DIAL:01085897] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]))

[DIAL:010858BF] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D])
-[INFO:01085A1C] (''I spoke to a version of you, it said something about bonding as well.'' in [DIAL:010858BF] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]))

[DIAL:010858C1] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D])
-[INFO:01085A1D] (''I spoke to another version of you.'' in [DIAL:010858C1] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]))

[DIAL:010EA116] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D])
-[INFO:010859F2] (''I'm sorry, I don't think we've met. Not really...'' in [DIAL:010EA116] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]))
-[INFO:01085A02] (''Oh, yeah. Haha. I know you, all right. How could I ever forget?'' in [DIAL:010EA116] (in kgcShip_QUST_MQ05 "Last Watch" [QUST:010AB62D]))

And finally, this line is always available as it has no conditioning on it:
[DIAL:010CDA09] (in kgcShip_QUST_MQ05_PostQuest_Torin [QUST:010CD964])
-[INFO:010CDA0C] (''Since you mention it, we HAVE done this before. I just didn't tell you...'' in [DIAL:010CDA09] (in kgcShip_QUST_MQ05_PostQuest_Torin [QUST:010CD964]))
 
Last edited:
Back
Top