Heres my TP2 file
BACKUP ~Mafew/backup~
AUTHOR ~theacefes (
bohdi2185@msn.com)~
BEGIN ~MAFEW for BG2:SoA~
// This adds the CRE file
COPY ~Mafew/MAFEW.cre~ ~override/Mafew.cre~
SAY Name1 ~Mafew~
SAY Name2 ~Mafew~
// This is the bio. In NearInfinity, go to that side tab and find CHR. Open that and find JOHN.BIo You can create your own bio this way by simply deleting the default PC bio and typing your own. Save this.
SAY BIO ~When you ask him about his past, MAFEW says to shut up.~
// These are the diffrent things that your NPC will say when they respond to your commands.
SAY MORALE ~Sticking around is only going to get us killed.~
SAY HAPPY ~This group is great~
SAY UNHAPPY_ANNOYED ~You're starting to take the wrong path in morals.~
SAY UNHAPPY_SERIOUS ~I'll leave if you don’t stop!~
SAY UNHAPPY_BREAKING ~You suck, I'm outta here.~
SAY LEADER ~I hope i dont mess up.~
SAY TIRED ~I could use a rest.~
SAY BORED ~I cant even go shoot some wamp rats.~
SAY BATTLE_CRY1 ~TO BATTLE!~
SAY BATTLE_CRY2 ~Time to die!~
SAY BATTLE_CRY3 ~DIE NOW!~
SAY BATTLE_CRY4 ~DIE!~
SAY DAMAGE ~Ow!~
SAY DYING ~AH!~
SAY HURT ~Help me!~
SAY AREA_FOREST ~I like it out here, its peacefull.~
SAY AREA_CITY ~Sometimes the noise here is abit to much~
SAY AREA_DUNGEON ~I dont like it down here.~
SAY AREA_DAY ~It's day.~
SAY AREA_NIGHT ~It's dark.~
SAY SELECT_COMMON1 ~Yeah?~
SAY SELECT_COMMON2 ~What do you need?~
SAY SELECT_COMMON3 ~Grunt.~
SAY SELECT_COMMON4 ~What?~
SAY SELECT_COMMON5 ~Yes?~
SAY SELECT_COMMON6 ~I'm listening.~
SAY SELECT_ACTION1 ~Uh huh.~
SAY SELECT_ACTION2 ~Sure.~
SAY SELECT_ACTION3 ~I'm on it.~
SAY SELECT_ACTION4 ~YAY!~
SAY SELECT_ACTION5 ~Not hard at all~
SAY SELECT_ACTION6 ~Yep~
SAY SELECT_ACTION7 ~Okay~
SAY SELECT_RARE1 ~I'm ready.~
SAY SELECT_RARE2 ~I got it.~
SAY CRITICAL_HIT ~Yeah!~
SAY CRITICAL_MISS ~Damn!~
SAY TARGET_IMMUNE ~No effect?~
SAY INVENTORY_FULL ~It's too heavy!~
// This is compiling Mafew's dialogue
COMPILE ~Mafew/MS#Mafew.baf~
// This is adding our area file to the game
EXTEND_TOP ~AR0406.bcs~ ~Mafew/AR0406.baf~
// Add this to the end (Appends .2DA files in the game so that it recognises your NPC's files
APPEND ~pdialog.2da~
~MS#Mafew MS#MafewP MS#MafewJ MS#MafewDD MS#Maf25P MS#Maf25J MS#Maf25D MS#Mafe25~
UNLESS ~MS#Mafew~
APPEND ~interdia.2da~
~MS#Mafew MS#MafewB MS#MafB25~
UNLESS ~MS#Mafew~