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

Solved Change Generic Crew's models

morgwin

Sailor Apprentice
Hi,

I was wondering if its possible to change you're crew members models? (The generic boarding crew, Not the Officer's.)

Thanks'.
 
You would be wanting to go to programs---> internalsettings.h and then go down to "boarding and capturing" and change "# define boarder" to what you want.
 
Ah ha, thanks. Would you happen to know how to change the generic "Crewmembers" when visiting you're own ship?
 
Open PROGRAM\Models\initModels.c and add this line to the models you want to enable:
Code:
AssignModelType(isstart, model, "Sailors", 1.0);
I think that is what is being used.
 
Thanks Pieter :), Would it look like this?

model.description = "A soldier of England. Loyal and true sometimes.";
model.id = "Offic_en77";
model.FaceId = 99;
model.nation = ENGLAND;
model.price = 4000;
model.assigned = true;
AddCharacterModel(model);
AssignModelType(isstart, model, "Sailors", 1.0);
 
Last edited:
You want soldiers, eh? You should automatically get them when you get a rank from England.
 
Back
Top