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

How do i give the real black peral to Barbossa?

joergentf

Powder Monkey
I have a problem, i downloaded the filmships pack for build 13 and just installed it, but how do i get Barbossa to use the Pearl from the movie?
 
Find him in the character init files and set his ship to "theBlackPearl".
 
Thanks you, i did it, and it seem to work <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> is there also a way to make him use it in a aleready saved game? or do i have to start all over?
 
Open PROGRAM\console.c and find:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->void ExecuteConsole()
{
    ref pchar = GetMainCharacter();
    ref ch;
    int i;<!--c2--></div><!--ec2-->Add <i>characters[GetCharacterIndex("Barbossa")].Ship.Type = "theBlackPearl";</i> below it, load your savegame and press F12 for the change to take effect.

Isn't this already in the FAQ? If not, it should be added. That's the umpteenth time I answered that question. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />
 
Back
Top