Jupiter sure has changed…
This new model is smoking hot and I just tested it, but the talking head animation doesn't really move head or lips, it just moves the upper body in a kinda awkward way. Is that right?
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!
Quick links for Beyond New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
- Bug Tracker on Github
Quick links for Maelstrom
- Download the latest version of Maelstrom
- Download the latest version of ERAS II
- Download the latest version of New Horizons on Maelstrom
Quick links for PotC: New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
Thanks to YOUR votes, GOG.com now sells:
- Sea Dogs
- Sea Dogs: Caribbean Tales
- Sea Dogs: City of Abandoned Ships
Vote now to add Pirates of the Caribbean to the list!
Quick links for AoP2: Gentlemen of Fortune 2
- Downloads and info
- ModDB Profile
- Forums Archive
A Pirate Podcast with Interviews
Music, Comedy and all things Pirate!
- Episode Guide - About - Subscribe -
- Twitter - Facebook - iTunes - Android -
- Youtube - Fill the Coffers -
Jupiter sure has changed…
RESOURCE/animations/heads but outside the AN folder.Have you got the animation file for BeatriceB head placed correct?
I have this one as well in the right folder.5) BeatricBH.tga.TX in Textures\Characters
Try this one: http://www.piratesahoy.net/cloud/?cd=Tools/Modeling+TexturingBut I don't have GM Viewer and the download link at piratesahoy modding tools seems to be invalid?
Have you made any additions in PROGRAM\MODELS\initModels.c that could possibly change something with animations or whatever?
// no model assignment quest character -->
model.description = "Beatrice Devlin, as a VERY hot Pirate in red and black.";
model.id = "BeatriceB";
model.FaceId = 323;
model.nation = PIRATE;
model.price = 3000;
model.assigned = true;
model.height = 1.7;
model.sex = "woman";
// model.ani = "Beatrice";
model.ani = "woman_sit";
model.name = "Bonnie";
model.lastname = "Devlin";
model.playertype = PLAYER_TYPE_EXPLORER;
model.difficulty = DIFFICULTY_MARINER;
model.Flags.Pirate = 11;
model.Flags.Personal = 4;
model.ship = "PO_CaravelR";
model.shipname = "Quicksilver";
model.date.hour = 10;
model.date.min = 24;
model.date.sec = 42;
model.date.day = 25;
model.date.month = 9;
model.date.year = 1550;
AddCharacterModel(model);
// <-- no model assignment quest character