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

Help

Raze

Landlubber
Hi all! <img src="style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" />

I have started playing this game with build 14 alpha 8.5 and i patch it to patch 2.

How do I start with some other ship than lugger and etc when i choose storyline?
Like I play with nathaniel hawk so that storyline is called new horisons or something.
How can i start with example Frigate or manowar?
And how can i have more money?

Couse I knew to do this on regular game but on builds i dont know.

So can someone help me?

TY!!
 
Ahoy!

You can edit your starting ship in the storyline folder. standard storyline, standard.c is the file your looking for.
 
<!--quoteo(post=306482:date=Mar 13 2009, 07:52 PM:name=Mudd)--><div class='quotetop'>QUOTE (Mudd @ Mar 13 2009, 07:52 PM) <a href="index.php?act=findpost&pid=306482"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Ahoy!

You can edit your starting ship in the storyline folder. standard storyline, standard.c is the file your looking for.<!--QuoteEnd--></div><!--QuoteEEnd-->


Ok ty.

And what about money???

And i saw a lot of manowar ships in shipsinit.

I know manowar guber looks black and blue.Other 2 looks like brown and green ones.So thats 3 types.
Is there some manowar with new colors or all are the same??

TY
 
You can check all ships with the <a href="http://s31clan.com/privateftps/pietersmods/potc_downloads/tools/gmviewer.zip" target="_blank">GM Viewer</a>. Point it to model folder RESOURCE\MODELS\Ships and texture folder RESOURCE\Textures\Ships.
As for getting money:

================================
Cheats:
================================
These only work if ENABLE_CHEATMODE is on
at the bottom of PROGRAM\InternalSettings.h

Numpad 0 = Godmode
Numpad 1 = Officer 1 Fake Level-Up
Numpad 2 = Officer 2 Fake Level-Up
Numpad 3 = Officer 3 Fake Level-Up
Numpad 4 = Player Level-Up
Numpad 5 = Player Fake Level Up
Numpad 6 = + 100000 Gold and + 10000 Wealth
Numpad 7 = Cycle through reputations (increase/decrease reputation)
Numpad 9 = Trigger enemy attack (cheatmode not required)
 
<!--quoteo(post=306582:date=Mar 14 2009, 11:09 AM:name=Pieter Boelen)--><div class='quotetop'>QUOTE (Pieter Boelen @ Mar 14 2009, 11:09 AM) <a href="index.php?act=findpost&pid=306582"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->You can check all ships with the <a href="http://s31clan.com/privateftps/pietersmods/potc_downloads/tools/gmviewer.zip" target="_blank">GM Viewer</a>. Point it to model folder RESOURCE\MODELS\Ships and texture folder RESOURCE\Textures\Ships.
As for getting money:

================================
Cheats:
================================
These only work if ENABLE_CHEATMODE is on
at the bottom of PROGRAM\InternalSettings.h

Numpad 0 = Godmode
Numpad 1 = Officer 1 Fake Level-Up
Numpad 2 = Officer 2 Fake Level-Up
Numpad 3 = Officer 3 Fake Level-Up
Numpad 4 = Player Level-Up
Numpad 5 = Player Fake Level Up
Numpad 6 = + 100000 Gold and + 10000 Wealth
Numpad 7 = Cycle through reputations (increase/decrease reputation)
Numpad 9 = Trigger enemy attack (cheatmode not required)<!--QuoteEnd--></div><!--QuoteEEnd-->

Thank you!!! <img src="style_emoticons/<#EMO_DIR#>/bow.gif" style="vertical-align:middle" emoid=":bow" border="0" alt="bow.gif" />
 
Damn.
When I go to storyline/standard.c
And i Write Manowar_gub for starting ship, When I run new game my character keeps sitting and I cant move or I can get out to the deck but when i press enter or i want to drive the boat it wont let me.

Whats the problem?
 
PROGRAM\Loc_ai\types\LAi_actor.c line 56, remove the ; at the end so that it looks like this:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->    //Óñòàíîâèì àíèìàöèþ ïåðñîíàæó
    if(chr.chr_ai.type.mode == "sit")
    {
        LAi_ActorSetSitMode(chr);
    }else{
        if(chr.chr_ai.type.mode == "lay")
        {
            LAi_ActorSetLayMode(chr);
        }else{
            if(chr.chr_ai.type.mode == "huber") //ASVS <-- Remove the; that was here
            {
                LAi_ActorSetHuberMode(chr);        //ASVS
            }else{
                LAi_ActorSetStayMode(chr);
                }
            }
        }
    SendMessage(&chr, "lsl", MSG_CHARACTER_EX_MSG, "SetFightWOWeapon", false);
}<!--c2--></div><!--ec2-->
 
Why when i destroy the fort and i want to land my troops screeb gets black but when i press F2 or F1 i see menu and other things???
 
Because there's a bug there that we need to fix, I'm afraid. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />
 
Well, not ALL bugs. But some will be gone, yes. Not the Capture Colonies problem though; we still need to look into that. <img src="style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />
 
Back
Top