MicManGuy Posted June 29, 2014 Share Posted June 29, 2014 (edited) So I'm trying to mod the conversation Alistair has with the Warden after he is made king after the Landsmeet (particularly when he is sole king and breaks up with the Warden). I cannot find this dialogue for the life of me. I found the one where Alistair is marrying Anora and Logain lives, easily enough (in alistair_main.dlg) but not the others. Anyone know where to find these post-landsmeet dialogues? Edited June 29, 2014 by MicManGuy Link to comment Share on other sites More sharing options...
theskymoves Posted June 29, 2014 Share Posted June 29, 2014 So I'm trying to mod the conversation Alistair has with the Warden after he is made king after the Landsmeet. (particularly when he is sole king and breaks up with the Warden) I cannot find this dialogue for the life of me. I found the one where Alistair is marrying Anora and Logain lives, easily enough (in alistair_main.dlg). But not the others. Anyone know where to find these post-landsmeet dialogues? party_events.dlg You might find my Excel spreadsheet of Alistair's dialogue useful for tracking down the conversations that aren't in alistair_main. I covered DAO, DAA, and OC DLC... never got around to finishing the DA2 lines, though. Link to comment Share on other sites More sharing options...
MicManGuy Posted June 29, 2014 Author Share Posted June 29, 2014 (edited) party_events.dlg You might find my Excel spreadsheet of Alistair's dialogue useful for tracking down the conversations that aren't in alistair_main. I covered DAO, DAA, and OC DLC... never got around to finishing the DA2 lines, though. Oh my goodness. Thank you so much! You save me hours of desperate fumbling, yet again! I don't suppose you know where the game sets this flag?ALISTAIR_DEFINED_PC_FEMALE_ROMANCE_NOT_ACTIVE_NOT_CUT_OFF_WARM Seems like i can't set it in the dialogue's "plots and scripting" tab, but I can check to see if it is set Edited June 29, 2014 by MicManGuy Link to comment Share on other sites More sharing options...
theskymoves Posted June 29, 2014 Share Posted June 29, 2014 party_events.dlg You might find my Excel spreadsheet of Alistair's dialogue useful for tracking down the conversations that aren't in alistair_main. I covered DAO, DAA, and OC DLC... never got around to finishing the DA2 lines, though. Oh my goodness. Thank you so much! You save me hours of desperate fumbling, yet again! I don't suppose you know where the game sets this flag?ALISTAIR_DEFINED_PC_FEMALE_ROMANCE_NOT_ACTIVE_NOT_CUT_OFF_WARM Seems like i can't set it in the dialogue's "plots and scripting" tab, but I can check to see if it is set Urgh. No. sorry, that's way out of my stumbling-around-in-the-dark-and-poking-at-things skill set. (I can usually get a script to reliably check for a plot flag, but I have no idea where the game actually saves the flag info.) Link to comment Share on other sites More sharing options...
MicManGuy Posted June 29, 2014 Author Share Posted June 29, 2014 (edited) Urgh. No. sorry, that's way out of my stumbling-around-in-the-dark-and-poking-at-things skill set. (I can usually get a script to reliably check for a plot flag, but I have no idea where the game actually saves the flag info.) Well I figured out how to set the "still in love" flag. I had to browse the plot files (...) go in the _Global folder, open up genpt_app_alistair and then set APP_ALISTAIR_STILL_IN_LOVE to true. *Whew* quite a lot of work. I still can't figure out this flag: ALISTAIR_DEFINED_PC_FEMALE_ROMANCE_NOT_ACTIVE_NOT_CUT_OFF_WARMIt's the requirement for him to say at the funeral "There was a time when I thought... we would be together forever." It doesn't get set to true if Alistair breaks up with you after the Landsmeet. So I just assume that this flag only happens if you break up with him somehow before the Landsmeet (in a way that ends the relationship, but does not cut it off from starting again). Edited June 29, 2014 by MicManGuy Link to comment Share on other sites More sharing options...
theskymoves Posted June 30, 2014 Share Posted June 30, 2014 Urgh. No. sorry, that's way out of my stumbling-around-in-the-dark-and-poking-at-things skill set. (I can usually get a script to reliably check for a plot flag, but I have no idea where the game actually saves the flag info.) Well I figured out how to set the "still in love" flag. I had to browse the plot files (...) go in the _Global folder, open up genpt_app_alistair and then set APP_ALISTAIR_STILL_IN_LOVE to true. *Whew* quite a lot of work. I still can't figure out this flag: ALISTAIR_DEFINED_PC_FEMALE_ROMANCE_NOT_ACTIVE_NOT_CUT_OFF_WARMIt's the requirement for him to say at the funeral "There was a time when I thought... we would be together forever." It doesn't get set to true if Alistair breaks up with you after the Landsmeet. So I just assume that this flag only happens if you break up with him somehow before the Landsmeet (in a way that ends the relationship, but does not cut it off from starting again). Yeah.... as long as an ordinary breakup isn't overtly hostile AND if a romance started line is still available, the romance can be restarted, at least up until the Landsmeet. File under: the reason I always try to hold his "Has anyone ever told you how handsome you are?' starter line in reserve, just in case... and a check in the toolset shows that ALISTAIR_DEFINED_PC_FEMALE_ROMANCE_NOT_ACTIVE_NOT_CUT_OFF_WARM is the flag that line checks for... ditto for other starter lines. It looks like the flag is to confirm these conditions are in place: APPEARS WHEN: PC is femaleAPPEARS WHEN (NOT): ALISTAIR_ROMANCE_ACTIVEAPPEARS WHEN (NOT): ALISTAIR_ROMANCE_CUT_OFFAPPEARS WHEN: APP_IS_WARM whether there was ever an active romance or not. /not helpful rambling Link to comment Share on other sites More sharing options...
MicManGuy Posted June 30, 2014 Author Share Posted June 30, 2014 Yeah.... as long as an ordinary breakup isn't overtly hostile AND if a romance started line is still available, the romance can be restarted, at least up until the Landsmeet. File under: the reason I always try to hold his "Has anyone ever told you how handsome you are?' starter line in reserve, just in case... and a check in the toolset shows that ALISTAIR_DEFINED_PC_FEMALE_ROMANCE_NOT_ACTIVE_NOT_CUT_OFF_WARM is the flag that line checks for... ditto for other starter lines. It looks like the flag is to confirm these conditions are in place: APPEARS WHEN: PC is femaleAPPEARS WHEN (NOT): ALISTAIR_ROMANCE_ACTIVEAPPEARS WHEN (NOT): ALISTAIR_ROMANCE_CUT_OFFAPPEARS WHEN: APP_IS_WARM whether there was ever an active romance or not. /not helpful rambling Yeah I thought that it was strange that the flag mentions nothing about if the romance was active at one time or not. I basically forced those 4 conditions to be set and couldn't get it to happen. I think there must be another flag. Otherwise, he would basically default at saying the "There was a time when I thought... we would be together forever" line as long as he's warm. If so, that's kinda' funny. I guess in that case, you could think he was always secretly carrying a torch for her. haha. Link to comment Share on other sites More sharing options...
Recommended Posts