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

Getting Interceptor into the game

me wants some screenies <img src="style_emoticons/<#EMO_DIR#>/w00t.gif" style="vertical-align:middle" emoid=":woot" border="0" alt="w00t.gif" />

And a request to Kazeite: Could you please post some pics of your model with the polies visible ? It would be most helpfull for a shipwright wannabe like me to see how you actually made the modell (if you have the time, of course).

Regards,
Bava
 
Very nice job, Kazeite! You also made the crew walk file, right? Could you please upload that as well? For now I have the following as her ships_init.c entry:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->//-------------------------------------------------------------------------
// HMS Interceptor by Kazeite
//-------------------------------------------------------------------------
    // PS -->
    makeref(refShip,ShipsTypes[n]);
    n++;
    refShip.Name            = "Interceptor";
    refShip.All                = "Brig1";
    refShip.SName            = "Interceptor";
    refShip.walk            = "";
    refShip.id                = refShip.Name;
    refShip.nation            = ENGLAND;
    refShip.Class            = 3;
    refShip.Cannon            = CANNON_TYPE_LONG_LBS9;
    refShip.MaxCaliber        = 9;
    refShip.Weight            = Tonnes2CWT(300);
    refShip.Capacity        = 1500;
    refShip.CannonsQuantity = 18;
    // NK cannon qtys 05-04-18 -->
    refShip.Cannons.Borts.cannonf.qty = 0;
    refShip.Cannons.Borts.cannonb.qty = 2;
    // NK <--
    refShip.MaxCrew         = 160;
    refShip.MinCrew         = 2; //SJG to allow for escape from redmond - was 32;
    refShip.SpeedRate        = 14.0;
    refShip.TurnRate        = 40;
    refShip.Price           = 80000;
    refShip.HP              = 2500;
    refShip.SP              = 100;

    refShip.QDeck = "ShipDeck1"; // KK
    refShip.CannonsDeck = 0; // KK
    refShip.CargoHold = 1; // KK
    refShip.Cabin = "Cabin3"; // KK

    refShip.Type.Trade = false;
    refShip.Type.War = true;

    refShip.CanBuy                = false;
    refShip.CanEncounter        = false;

    refShip.WaterLine = 1.0;
    refShip.SpeedDependWeight = 0.3;
    refShip.SubSeaDependWeight = 0.3;

    refShip.InertiaAccelerationX    = 0.2;    refShip.InertiaBrakingX        = 2.0;
    refShip.InertiaAccelerationY    = 12;    refShip.InertiaBrakingY        = 9;
    refShip.InertiaAccelerationZ    = 6.0;    refShip.InertiaBrakingZ        = 4.0;<!--c2--></div><!--ec2-->
I updated the cannon quantities now.
 
Do you have <a href="http://s31clan.com/privateftps/pietersmods/potc_downloads/tools/ftp_commander.zip" target="_blank">FTP Commander</a>? It's already defined in there. Also you can find all relevant login information for other FTP clients <a href="http://www.piratesahoy.com/forum/index.php?showtopic=10288" target="_blank">here</a>. Since the PotC Files FTP works again, I have removed the Interceptor from the Build FTP though. You can still find Kazeite's file <a href="http://pafiles.com/potc/Kazeite/Interceptor.rar" target="_blank">here</a> on the PotC Files FTP.
 
Of course. On the PotC Files FTP, that is. <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" />
 
<!--quoteo(post=234502:date=Jan 15 2008, 01:45 PM:name=Bava)--><div class='quotetop'>QUOTE (Bava @ Jan 15 2008, 01:45 PM) <a href="index.php?act=findpost&pid=234502"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->And a request to Kazeite: Could you please post some pics of your model with the polies visible ? It would be most helpfull for a shipwright wannabe like me to see how you actually made the modell (if you have the time, of course).<!--QuoteEnd--></div><!--QuoteEEnd-->

Sure:

<img src="http://kazeite.republika.pl/PotC/polies.gif" border="0" class="linked-image" />

<!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->You also made the crew walk file, right?<!--QuoteEnd--></div><!--QuoteEEnd-->
No, I haven't. First I want to get some feedback from beta-testers <img src="style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />
 
Absoluty great work Kazeite! <img src="style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />

In which POTC mod version you will planed add this BEAUTY into it? <img src="style_emoticons/<#EMO_DIR#>/sailr.gif" style="vertical-align:middle" emoid=":sail" border="0" alt="sailr.gif" />

Ahoy
 
beautifull <img src="style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />
 
Back
Top