If you want custom textures then you are going to have to learn how to use Photoshop...
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 -
Take a wild guess.And where can I find it?
You may want to add this to your favourites: Tutorialshm but I can find it.. now...
No. I've never had much success with mixing character heads and bodies myself and very rarely try to do so even for my own projects.@Grey Roger
I have a Request to you.
Is it Possible that you can mix Character for me - I make a Mixing list - because the Program don’t work perfect on me Pc.
Are there any other British soldiers present? If yes, why aren't they joining in? If no, then something like this:I have a question:
How can I make the only 2 Guard Britsch Officer after a Dialog me attack.
Pirate Zorror is being held by two British Guard Officers. after a dialogue, the two officers attack.
case "British_officers_attack":
LAi_group_MoveCharacter(CharacterFromID("Guard 1"), "ENGLAND_SOLDIERS");
LAi_group_MoveCharacter(CharacterFromID("Guard 2"), "ENGLAND_SOLDIERS");
LAi_group_SetRelation("ENGLAND_SOLDIERS", LAI_GROUP_PLAYER, LAI_GROUP_ENEMY);
LAi_group_FightGroups("ENGLAND_SOLDIERS", LAI_GROUP_PLAYER, true);
LAi_group_SetCheck("ENGLAND_SOLDIERS", "guards_dead");
break;