JohnnyCasey
First time out of the vault

First of all, I have zero knowledge with the Fallout 2 modding. I have no idea how to extract some of the file extension such as .int file and so on. The only thing I was able to do was extracting .msg file for the process I'm doing; changing Vic's combat taunt to a custom made one.
As you know, Vic doesn't have his own combat related responses like any other major companions. He uses the same responses as generic tough NPCs. I didn't like this, so I tried to fix it by opening up COMBATAI.msg file, and adding some dialogues for Vic such as...
.
.
.
#
# moving in to attack
#
{40520}{}{Alright, I guess we're doing this!}
{40521}{}{Well, let's do some damage.}
{40522}{}{Here we go!}
{40523}{}{Last mistake.}
.
.
.
Like this, hoping that the game will automatically replace his default combat responses to the ones that I made. Obviously I was incorrect.
Now I don't know what to do to replace his combat responses. How do I do that?
If the process involves extracting some of the game files exclusive to Fallout 2(e.g. - .int file, .acm file), I need to know what kind of program I need and the sources for acquiring such program as well. So please just don't go and say "You need to extract this file and add this." - Because that doesn't help at all.
As you know, Vic doesn't have his own combat related responses like any other major companions. He uses the same responses as generic tough NPCs. I didn't like this, so I tried to fix it by opening up COMBATAI.msg file, and adding some dialogues for Vic such as...
.
.
.
#
# moving in to attack
#
{40520}{}{Alright, I guess we're doing this!}
{40521}{}{Well, let's do some damage.}
{40522}{}{Here we go!}
{40523}{}{Last mistake.}
.
.
.
Like this, hoping that the game will automatically replace his default combat responses to the ones that I made. Obviously I was incorrect.
Now I don't know what to do to replace his combat responses. How do I do that?
If the process involves extracting some of the game files exclusive to Fallout 2(e.g. - .int file, .acm file), I need to know what kind of program I need and the sources for acquiring such program as well. So please just don't go and say "You need to extract this file and add this." - Because that doesn't help at all.