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

crew

What do you mean? You want to have less crew on your ship? Just fire some.
 
If you enable godmode with the cheatmode, you can easily capture any ship you want.
Or just use the console to give you whichever you're looking for.
 
Open PROGRAM\console.c with Notepad and find the following lines:
Code:
       // Give ship
        // ------------------
        //    GiveShip2Character(pchar,pchar.ship.type,pchar.ship.name,-1,PIRATE,true,true);
        //    GiveShip2Character(pchar,"NL_Amsterdam","Amsterdam",-1,HOLLAND,true,true);
        //    GiveShip2Character(pchar,"CursedDutchman","Flying Dutchman",-1,PIRATE,true,true);
        //    GiveShip2Character(pchar,"QueenAnnesRevenge","Queen Anne's Revenge",-1,PIRATE,true,true);
        //    GiveShip2Character(pchar,"RN_SteamFrigate","HMS Astrea",-1,ENGLAND,true,true);
        //    GiveShip2Character(pchar,SHIP_CURSED,"Black Pearl",-1,PIRATE,true,true);
Remove the // from one of these lines, change say "NL_Amsterdam" to whatever ship type you want (from RESOURCE\MODELS\Ships ),
save the file, load your savegame and press F12 to instantly get the ship of your choice.
(When done at sea, this requires a reload to worldmap/shore).
 
Back
Top