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

Nathaniel Hawk, now with correct ship and flags

Grey Roger

Sea Dog
Staff member
Administrator
Storm Modder
This is going into "initModels.c" in the next update:
Code:
   model.description =  "Give me something with black trousers and vest, in the Russian style.";
   model.id      =  "Blaze";
   model.FaceId   = 16;
   model.nation     =  ENGLAND;
   model.price      =  500;
   model.assigned   =  true;
   model.name = "Nathaniel";
   model.lastname = "Hawk";
   model.playertype  = PLAYER_TYPE_MERCHANT;
   model.difficulty = DIFFICULTY_MARINER;
   model.Flags.Pirate = 15;
   model.Flags.Personal = 14;
   model.ship = "LuggerVML";
   model.shipname = "Sea Horse";
   model.date.hour = 10;
   model.date.min = 24;
   model.date.sec = 42;
   model.date.day = 16;
   model.date.month = 4;
   model.date.year = 1750;
   AddCharacterModel(model);
It's the definition for the standard "Nathaniel Hawk" model. This gives him the same ship, flags, and start date as he gets in the "Tales of a Sea Hawk" storyline.
 
Makes sense.
Shouldn't he get the lowest difficulty assigned, though?
 
Back
Top