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

Missing Portraits eg Searcher - T Tipman

Cool! Thanks very much. Beats me where the Spanish soldier portrait went then though; I thought we had one.
I sent a PM to Thomas the Terror to check with him.
 
I have not touched any of the dialog heads - just the portraits on the F2 screen and top & bottom left of the main screen

As far as I can remember -Chevalle's dialog head has always been that way. :shrug

Looks like the dye from has hat was not permenant :rofl
 
Ok. There was a thunderstorm the other night and my puter got turned off while in game by the battery surge protector. Shutting them down instantly like that is a bad thing, so I'm looking for oddities. Others weren't so lucky. An old Hungarian friend just dropped his puter off today wanting me to fix it. It might be smoked.
 
I suspect Chevalle's character model had a hat added to him, but it wasn't added to his head model but only the character model. :shrug
 
I have a question about Juoaqim de Masse, the Maltese Knight. His portrait changed. He suddenly became clothed in a red robe, like the Animists. His look did not change in game tho. I had previously changed him to look more Carribean. Also, when I noticed this I tried to look at his original costume to see if it had changed, but the game locked up repeatedly. It also locked up for any other character as well when I clicked on "choose outfit". Alt-ctrl-delete was the only way out. Then that install died and would not load at all. Is he supposed to change?
 
I have a question about Juoaqim de Masse, the Maltese Knight. His portrait changed. He suddenly became clothed in a red robe, like the Animists. His look did not change in game tho. I had previously changed him to look more Carribean. Also, when I noticed this I tried to look at his original costume to see if it had changed, but the game locked up repeatedly. It also locked up for any other character as well when I clicked on "choose outfit". Alt-ctrl-delete was the only way out. Then that install died and would not load at all. Is he supposed to change?

:8q

I have not changed Juoaqim de Masse at all - his model should still be "maltese" and on the F2 screens he should still have Face_22 ( see image )

Also in initModels.c in the PROGRAM \ Models folder - the maltese model also appears to have a possibliity ( probability ) of being assigned to priests - perhaps this is causing the problems.

Code:
makeref(model,Models[n]);
model.description =  "What this is is a cassock and a surplice, worn by priests and bishops of the Catholic Church, the Anglican Church... and I guess by anyone who jolly well just wants to wear one!";
model.id	   =  "Priest";
model.FaceId	= 145;
model.nation	  =  CLERIC;
model.price	   =  1000;
model.assigned	=  true;
model.nogun = true;
AssignModelType(isstart, &model, "Priests", 1.0);
AssignModelType(isstart, &model, "Maltese", 0.15);
n++;

makeref(model,Models[n]);
model.description =  "This is the very outfit worn by that nice priest, bishop, well, whatever the head guy is at the church of Isla Muelle!  And if he thinks it's HIS his, just remember where it came from.";
model.id	   =  "Priest_spa";
model.FaceId	= 146;
model.nation	  =  CLERIC;
model.price	   =  1000;
model.assigned	=  true;
model.nogun = true;
AssignModelType(isstart, &model, "Priests", 1.0);
AssignModelType(isstart, &model, "Maltese", 0.15);
n++;


:shrug
 
I just checked by putting De Masse right in front of me, but he appears to be working quite normal.
 
Ok. The console.c quit working also, so that install probably got scrambled. It just a couple of days to show up.

I had never gotten so far in a game before, so didn't know if maybe he was supposed to change to an animist.
 
I don't know if this has been mentioned before, but the bartender at Antigua has a blank picture on the top left. He is a regular character and has a pic elsewhere. :shrug
 
I don't know if this has been mentioned before, but the bartender at Antigua has a blank picture on the top left. He is a regular character and has a pic elsewhere. :shrug


:yes See -> http://forum.piratesahoy.net/index.php?app=tracker&showissue=469&view=findpost&p=2933

That one should be fixed next patch

:cheers
 
Back
Top