• 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!

Isla De Muerte Problem with Interceptor

Captain Maggee

Aussie Pirate
Storm Modder
Pirate Legend
I have been playing around with my code and finally got a result... I landed on Isla De Muerte with the Interceptor.
Its not 100% (a minor problem happened after landing... but I could finish the game so far!!!)
I'm hoping to have the minor problem sorted so it can be included in the next patch
 
<!--quoteo(post=323020:date=May 27 2009, 05:15 PM:name=Captain Maggee)--><div class='quotetop'>QUOTE (Captain Maggee @ May 27 2009, 05:15 PM) <a href="index.php?act=findpost&pid=323020"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I have been playing around with my code and finally got a result... I landed on Isla De Muerte with the Interceptor.
Its not 100% (a minor problem happened after landing... but I could finish the game so far!!!)
I'm hoping to have the minor problem sorted so it can be included in the next patch<!--QuoteEnd--></div><!--QuoteEEnd-->

Yay! Finally! <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> I've been waiting for this fix so I can start playing the storyline again. :p
 
I have it working how it should be working... I think it will be a temp fix on the next patch <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
If you've got the fix files done, get them to me and I'll make sure they'll be available from a HTTP link that you can use wherever.
BTW: If you register on the ModDB, I'll add you to the PiratesAhoy! group and you can submit downloads yourself as well.
 
<!--quoteo(post=323367:date=May 29 2009, 04:39 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ May 29 2009, 04:39 AM) <a href="index.php?act=findpost&pid=323367"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->If you've got the fix files done, get them to me and I'll make sure they'll be available from a HTTP link that you can use wherever.
BTW: If you register on the ModDB, I'll add you to the PiratesAhoy! group and you can submit downloads yourself as well.<!--QuoteEnd--></div><!--QuoteEEnd-->
Just got to split them from the new work I've done (the gap between CotBP and DMC).

Just about to register on ModDB... Done added you as a friend so its easy (you will know)

EDIT: I found the group and *applied* to join, I have the file ready with the update <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
Here is the fix! <a href="http://www.moddb.com/mods/new-horizons/downloads/legend-of-jack-sparrow-fixes" target="_blank">LoJS - Interceptor/Double Jack-Davy Fix</a>

Enjoy! <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
<!--quoteo(post=323667:date=May 30 2009, 06:38 PM:name=thevegimobil)--><div class='quotetop'>QUOTE (thevegimobil @ May 30 2009, 06:38 PM) <a href="index.php?act=findpost&pid=323667"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->unfortunately that didnt work...<!--QuoteEnd--></div><!--QuoteEEnd-->
You have to load a save game before the marooning that is where the problem starts. Should have said that sorry
 
yeh ok but i have started again and gone through it again <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> and when i reach totruga with the interceptor will doesnt talk to me...therefore gibbs isnt were he should be....please help
 
<!--quoteo(post=323671:date=May 30 2009, 07:02 PM:name=thevegimobil)--><div class='quotetop'>QUOTE (thevegimobil @ May 30 2009, 07:02 PM) <a href="index.php?act=findpost&pid=323671"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->yeh ok but i have started again and gone through it again <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> and when i reach totruga with the interceptor will doesnt talk to me...therefore gibbs isnt were he should be....please help<!--QuoteEnd--></div><!--QuoteEEnd-->
It works fine for me!
I know of one thing it might be... when you make port do you "moor" or "port/shore"?
 
<!--quoteo(post=323684:date=May 30 2009, 08:27 PM:name=thevegimobil)--><div class='quotetop'>QUOTE (thevegimobil @ May 30 2009, 08:27 PM) <a href="index.php?act=findpost&pid=323684"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->moor first....<!--QuoteEnd--></div><!--QuoteEEnd-->
Try port/short and see what happens (I port/shore most of the time)
 
ha ha ha how did u know that...it worked..and the fix....killed barbossa got the pearl back soo happy....

DRINK UP ME HEARTIES YO HO!!
 
<!--quoteo(post=323712:date=May 30 2009, 09:14 PM:name=thevegimobil)--><div class='quotetop'>QUOTE (thevegimobil @ May 30 2009, 09:14 PM) <a href="index.php?act=findpost&pid=323712"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->ha ha ha how did u know that...it worked..and the fix....killed barbossa got the pearl back soo happy....

DRINK UP ME HEARTIES YO HO!!<!--QuoteEnd--></div><!--QuoteEEnd-->
Lets just say it is not the first time that has happened, in a similar case Beckett didn't talk to you and someone found it out then <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />
 
Try executing the following two lines through the console:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->    Islands[FindIsland("IslaDeMuerte")].reload_enable = true; // CTM
    Islands[FindIsland("IslaDeMuerte")].visible = true; // CTM<!--c2--></div><!--ec2-->
That should hopefully open it up again.
 
Just to let you guys know, we found the actually problem and fixed it... So now next time we release a patch the game will work exactly how we want it to <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
<!--quoteo(post=323850:date=May 31 2009, 03:46 PM:name=Yippie-kai-ay)--><div class='quotetop'>QUOTE (Yippie-kai-ay @ May 31 2009, 03:46 PM) <a href="index.php?act=findpost&pid=323850"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->How do you open the console? The "`.~" isn't working.<!--QuoteEnd--></div><!--QuoteEEnd-->
PROGRAM/Console
put it in there and then to execute hit F12
Make sure that you put it near the top (just under ref pchar = getmaincharacter()<img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />
 
Back
Top