@DarthParametric, since you seem to know a lot about modding, perhaps you can help me with this....
i'm trying to mod the sith embassy on manaan. more specifically, i'm trying to mod the cutscene that is scripted to begin upon entering the door. as i'm sure you know, you have to either get a passcode to the base (by torturing a sith prisoner) or cracking the encryption on one of their passcards. for clarification: i'm not trying to change the effect of the third option which uses the ship in the sith docking bay.
now, upon entering the base, you trigger a cutscene. in the cutscene, no matter what convo options you choose, the sith always turn hostile. even the force persuade option which is of course set to be impossible. however, i'd like to change that. i want to make it so that you CAN force persuade your way inside without all the sith causing you problems. i know that in order to complete the mission for roland wand (the republic diplomat), you need to obtain the footage from the probe, but i'd like to implement the mod in such a way that you can just "sneak" in and out.
so i've done a couple things so far. i know the .dlg file i need to edit is 'man27_sithlieu.dlg', which i have already done and added new script. i've also changed the conditional on the force persuade option from 'k_con_fperslow', to 'k_con_fpershigh', which i believe makes the force persuade actually possible.
i put the file into override just to see the progress of what i had done so far. naturally, it didn't change anything. of course, DUH, i didn't do anything with the scripts.
so i pulled up the .git file to see what scripts are activated upon entry. this led me to the trigger 'man27_enter.utt' which fires the script 'k_pman_27_init01.nss'. i see that it wants to activate the conversation cutscene/dialogue "man27_sithlieu" ('man27_sithlieu.dlg'), but not any way to change the cutscene itself. this script just triggers the cutscene itself. my only thought is that i need to write a completely new script that would be triggered, but i'd honestly have no clue where to begin.
is there any help you could give me? i don't mind working for the answer, but if you could/would point me in the right direction, i'd really appreciate it. as i've said before, i am completely ignorant on most of modding/programming, because this is my first time, so any assistance would be greatly appreciated.