• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

I will hang you from your own entrails....

L0M3N

Sailor
So my crew is British and we are boarding a pirate ship. Every time we go to a new deck people yell the title of this post in the most annoying French accent. No one is French. I want them to stop saying it. Anyone know how to turn off that line?
 
also im trying to do the edgar atwood side quest. and he gets in a fight in Greenford tavern and always dies in two hits before I can kill the bad guys....
this is very annoying. I dont know how to stop him from getting owned.
 
Can you check in RESOURCE\Sounds which sound that is? That's be the easiest way for me to check where the playing of it is called...

For Edgar Attwood, have a look at the Wiki walkthrough:
http://piratewiki.net/index.php/New_Horizons_Quests
 
Can you check in RESOURCE\Sounds which sound that is? That's be the easiest way for me to check where the playing of it is called...

For Edgar Attwood, have a look at the Wiki walkthrough:
http://piratewiki.net/index.php/New_Horizons_Quests

its under VOICE/ENGLISH called Fre_m_a_058.wav
 
PROGRAM\sound\ALIAS\sounds_english.c find:
Code:
	makeref(tmpref, Sounds_Alias[n]);
tmpref.id = "warrior_pir";
tmpref.minDistance = "0.65";
tmpref.maxDistance = "50.0";
tmpref.files.l1.name = "VOICE\ENGLISH\Fre_m_a_056.wav";
tmpref.files.l2.name = "VOICE\ENGLISH\Fre_m_a_058.wav";
tmpref.files.l3.name = "VOICE\ENGLISH\Fre_m_a_059.wav";
tmpref.files.l4.name = "VOICE\ENGLISH\Por_m_a_053.wav";
n++;
Replace with:
Code:
	makeref(tmpref, Sounds_Alias[n]);
tmpref.id = "warrior_pir";
tmpref.minDistance = "0.65";
tmpref.maxDistance = "50.0";
tmpref.files.l1.name = "VOICE\ENGLISH\Fre_m_a_056.wav";
tmpref.files.l2.name = "VOICE\ENGLISH\Fre_m_a_059.wav";
tmpref.files.l3.name = "VOICE\ENGLISH\Por_m_a_053.wav";
n++;
This should remove this phrase from the game. I'm not sure, but a new game might be required for this...
 
I've just experienced this again myself, and it really is very annoying.
I reckon this should be amended in Patch 4, don't you? :shrug
 
Consider it done. I'm going for the easy solution as per above. :cheeky
 
Back
Top