
SPOILER ALERT!
I am so obsessed with him and I wish to get all his dialogs including what he'd said and anything else that mentions him. By cracking all the json files in localization folders, I can get all the dialog text and search 'Lander' and 'Lebeda' as keywords to see the dialogs. E.g. when he first joined the baroness, the file goes like that:
{
"Key": "6537be28-7474-4014-a8bb-25b451b7b330",
"Value": "\"Decisiveness!\" {n}Lander answers immediately, then adds,{/n} \"Well, sensible decisiveness. I've no taste for those who sit and mumble all day when the time to act has come, nor for those who rush in without consideration or planning.\""
},
{
"Key": "71742afd-d81b-429a-b1b5-3a100d38af2a",
"Value": "{n}Lander greets you with a familiar smile and bow.{/n} \"Your Grace, Baron{mf||ess} {name}!\""
},
But this only covers when the narrative mentions Lander, there are also dialogs like
{
"Key": "6c2a6baa-4ffa-4682-9532-ab7f69593803",
"Value": "\"One of those ghost knights started up a conversation with me. But then a few words in — he tried to kill me for some reason!\""
},
which is said by Lander but it's not showed up in search results cuz it does not contain keywords. Also, there are other people mentions Lander like this:
{
"Key": "aa9692cb-5aa0-44b8-9728-a6f409d139c4",
"Value": "\"So, Lander Lebeda. Young and arrogant, naive heir to a rich and noble family. Excellent prey for a skilled hunter... or huntress.\""
},
{
"Key": "11132765-4b44-4b77-b473-b0f1f931e4af",
"Value": "\"I want to punch him in the nose every time I see him. Next time I might just bring a stool to the throne room and do it!\""
}
But I don't know who said so.
I wish
get all dialog text that Lander said the context in right option and dialog order(I can file it up manually but I need to know the right order)
get all the dialog text that mentions Lander, and who said it. Like who really want to punch him? My guess is Linzi
I figure that the most critical part is to KNOW THE SPEAKER. If there is a way to crack the link of the speaker and dialog text, I can simply get all the dialog said by Lander and search text that contains Lander to see who said it. Also it helps to file out the context. I am okay with huge manual work load and I do know a bit of codes and scripts. I search his pf wiki but it's not enough.
Any help and advice is welcome. I really need to crack this. Please.