Currently, among other things, it contains this:
CODE
COPY ~WikaedeR\Creatures\MGWIKA.CRE~ ~override~
~WikaedeR\Creatures\MGWIKA25.CRE~ ~override~
SAY NAME1 ~Wikaede~
SAY NAME2 ~Wikaede~
SAY INITIAL_MEETING ~Greetings. I am Sir Wikaede.~
SAY MORALE [All of the voice files...]
SAY BIO [The Bio...]
COPY ~WikaedeR\Creatures\MGWIKHAR.CRE~ ~override~
SAY NAME1 ~Dawnmistress Harah~
SAY NAME2 ~Dawnmistress Harah~
~WikaedeR\Creatures\MGWIKA25.CRE~ ~override~
SAY NAME1 ~Wikaede~
SAY NAME2 ~Wikaede~
SAY INITIAL_MEETING ~Greetings. I am Sir Wikaede.~
SAY MORALE [All of the voice files...]
SAY BIO [The Bio...]
COPY ~WikaedeR\Creatures\MGWIKHAR.CRE~ ~override~
SAY NAME1 ~Dawnmistress Harah~
SAY NAME2 ~Dawnmistress Harah~
This bit installed correctly like this, but I'm unsure whether this is the correct method. (Wikaede is meant to join the party, whereas Dawnmistress Harah is a non-joinable character that eventually gives Wikaede a quest.)
I've never tried having other characters of the same mod spawn and interact with the party.
If this method of copying and naming additional NPC's is wrong, please let me know and please explain the correct method to me.
The bottom bit of the .tp2 confuses me.
Currently it contains this:
CODE
APPEND ~pdialog.2da~
~Wikaede MGWIKAP MGWIKAJ MGWIKAD MGWIKA MGWIK25P MGWIK25J MGWIK25D MGWIK25~
UNLESS ~Wikaede~
APPEND ~interdia.2da~
~Wikaede BMGWIKA BMGWIK25~
UNLESS ~Wikaede~
~Wikaede MGWIKAP MGWIKAJ MGWIKAD MGWIKA MGWIK25P MGWIK25J MGWIK25D MGWIK25~
UNLESS ~Wikaede~
APPEND ~interdia.2da~
~Wikaede BMGWIKA BMGWIK25~
UNLESS ~Wikaede~
This seems to work. I wonder if I'm meant to place the new non-joinable NPC and her dialogue files here as well, if I place it here at all.
CODE
APPEND ~pdialog.2da~
~Wikaede MGWIKAP MGWIKAJ MGWIKAD MGWIKA MGWIK25P MGWIK25J MGWIK25D MGWIK25~ <--- in this section?
UNLESS ~Wikaede~ <--- in this section?
APPEND ~interdia.2da~
~Wikaede BMGWIKA BMGWIK25~ <--- in this section?
UNLESS ~Wikaede~ <--- in this section?
~Wikaede MGWIKAP MGWIKAJ MGWIKAD MGWIKA MGWIK25P MGWIK25J MGWIK25D MGWIK25~ <--- in this section?
UNLESS ~Wikaede~ <--- in this section?
APPEND ~interdia.2da~
~Wikaede BMGWIKA BMGWIK25~ <--- in this section?
UNLESS ~Wikaede~ <--- in this section?