Hi,
I played through your mod a few days ago and enjoyed it really much, so at first I wanted to say thank you for creating it.
I found two issues while playing through it:
1) If the player kills the thug (202tel.mod\g_201thug001.utc) which spawns after giving Grenn the information about Batu Rem before the main quest with the Ithorian droid is done, the game softlocks when doing the Ithorian droid quest (only tested the Czerka version, but I think both should have this problem) when starting the cutscene where the thugs show up at the Ithorian hangar. I looked into it and I think the problem is 202tel.mod\g_201thug001.utc has the k_ptel_ma_d.ncs assigned as OnDeath script (the mod itself doesn't touch this utc as far as I can see, but the script is assigned by default). This script increments the global "201TEL_Thugs", which I think shouldn't happen when killing the 202tel.mod\g_201thug001.utc (resetting "201TEL_Thugs" to 0 before doing the droid quest fixed the problem for me.), probably the OnDeath script should be changed for something like k_def_death01.ncs instead?
2) After Zez-Kai Ell rescues the player at the end of the mod the player is teleported to the nar shaddaa docks (In 323NAR.mod\a_geno.ncs "StartNewModule("303nar", "", "", "", "", "", "", "");" is used to do this). I think the waypoint is missing here, because the player starts out at the entrance of the map instead of the hideout, I changed it to StartNewModule("303nar", "FROM_305NAR", "", "", "", "", "", ""); and the scene worked out fine afterwards.