Post news Report RSS
Pirates Mod v1.1.0 – The Pirate Council Assembles!
Pirates Mod v1.1.0 introduces the Pirate Council! The first half of the original Founding Fathers have been transformed into famous pirates from history and fiction, featuring new portraits, rewritten biographies and pirate-themed descriptions. Recruit Blackbeard, Jack Sparrow, Henry Morgan, Davy Jones, Anne Bonny and many more. Raise the Black Flag!
Posted by NotJohnSmith on Sep 10th, 2026
Pirates Mod v1.1.0 - The Pirate Council Assembles!
Ahoy, captains! Version 1.1.0 of Sid Meier's Colonization Classic: Pirates Mod is ready to set sail!
The first major update to the Pirates Mod introduces one of the features I've been looking forward to the most:
The Pirate Council
The original Founding Fathers are gradually being transformed into a crew of famous pirates, buccaneers and rogues from history and fiction.
With v1.1.0, the first half of the Pirate Council has now assembled!
Each new member comes with a custom advisor portrait, a rewritten biography and pirate-themed descriptions adapted to fit the pirate theme.
Among the new members are legendary historical pirates such as Blackbeard, Henry Morgan, Henry Every, Anne Bonny and William Dampier, alongside fictional favorites including Jack Sparrow, Davy Jones, Captain Hook, Long John Silver, Edward Kenway, Tia Dalma and Joshamee Gibbs.
Their familiar gameplay bonuses remain, but their identities and stories have been reimagined to fit life beneath the Black Flag.
A New Trailer
To celebrate the release of v1.1.0, I've also created a new trailer showcasing the Pirate Council as well as the Pirates Mod itself:
What is the Pirates Mod?
If you're discovering the mod for the first time, the Pirates Mod transforms classic Sid Meier's Colonization into a pirate-themed campaign.
Play as the Pirates, face the Pirate King, gain Infamy instead of Crosses, spread your reputation through Taverns and Grand Taverns, send Envoys instead of Missionaries, establish Pirate Hideouts in native villages, and experience dozens of graphical, textual and flavor changes throughout the game.
And There's More to Come
The Pirate Council isn't complete yet.
More historical and fictional pirates will join its ranks in future updates as I continue transforming the remaining Founding Fathers and adding more pirate flavor throughout the game.
Thanks to everyone who has downloaded the mod, watched the videos, commented or sent feedback so far. It's great to see people still enjoying this classic more than 30 years after its release.
Download Sid Meier's Colonization Classic – Pirates Mod on ModDB
Sid Meier's Colonization Classic – Pirates Mod v1.1.0
by NotJohnSmith
Raise the Black Flag!
Post a comment
");
var textarea = $("#reply"+post);
var mentions = $("#commentform .mentions-input").length > 0;
if(mentions) {
textarea.mentionsInput({source: "https://www.moddb.com/html/scripts/autocomplete.php?a=mentions&p=home&l=6&u=666"});
}
$("#cancelreply"+post).click(function() {
$("#"+post+" div.replypostholder").remove();
});
$("#savereply"+post).click(function() {
postcontent = mentions ? textarea.mentionsInput("getValue") : textarea.val();
if(postcontent) {
$(this).remove();
$("#cancelreply"+post).remove();
textarea.after("Saving your reply");
if(mentions) {
$("#commentsummary").mentionsInput("setValue", postcontent);
} else {
$("#commentsummary").val(postcontent);
}
$("#commentform input[name=replyid]").val(post);
$("#commentsubmit").click();
} else {
$(this).text("Please enter a comment");
}
});
}
return false;
});
$(".mods71500watch").click(function(){ $.achtung({message: "Only members can follow mods. Sign up today and follow your favorites.", className: "achtungFail", timeout:5}); return false; }); $(".downloadautotoggle").click(function(){ $(".downloadon").slideToggle(); return false; });
$(".c76625d26ff7f0c55142db2c328da119watch").click(function(){ $.achtung({message: "Only members can follow mods. Sign up today and follow your favorites.", className: "achtungFail", timeout:5}); if($(this).hasClass("button")) { $(this).addClass("buttonon"); } return false; });
$(".togglertxinfo").click(function(e){
if($(this).attr("href") == "#rtxremix") {
localStorage.setItem("rtxtoggled", true);
$("#rtxremix").show();
return true;
} else {
localStorage.removeItem("rtxtoggled");
$("#rtxremix").hide();
return false;
}
});
function cookieScript(e) {
var status = CookieScript.instance.currentState().categories.includes("targeting") ? "false" : "true";
var cookies = CookieScript.instance.currentState().categories.includes("performance") ? "true" : "false";
var cookie_data = { npa : {status:status,cookies:cookies,version:"1.0.13",chosen:"true"}, expires : 365 };
Cookies.set("dfp-npa", cookie_data.npa, { expires: cookie_data.expires, secure: true });
if (typeof gtag === "function") { gtag("consent", "update", {"ad_storage": cookie_data.npa.status == "false" ? "granted" : "denied", "ad_user_data": cookie_data.npa.status == "false" ? "granted" : "denied", "ad_personalization": cookie_data.npa.status == "false" ? "granted" : "denied", "analytics_storage": cookie_data.npa.cookies == "true" ? "granted" : "denied"}); }
if(cookie_data.npa.status == "false") {
// personalize
if (typeof permutive === "object") { permutive.consent({ "opt_in": true, "token": "Allow All" }); }
} else {
// don't personalize
if (typeof permutive === "object") { permutive.consent({ "opt_in": false }); }
Cookies.remove("permutive-id", { domain: "moddb.com", secure: true });
}
}
if(!Cookies.get("dfp-npa")) {
Cookies.set("dfp-npa", {status:"false",cookies:"true",version:"1.0.13",chosen:"false"}, { expires: 60, secure: true });
}
window.addEventListener("CookieScriptAcceptAll", cookieScript);
window.addEventListener("CookieScriptAccept", cookieScript);
window.addEventListener("CookieScriptReject", cookieScript);
window.addEventListener("CookieScriptClose", cookieScript);
$("a.thickbox").click(function() { $.colorbox({href:$(this).attr("href"), rel:$(this).attr("rel"), open:true, onOpen:function(){ $(".nextmediabox").hide(); }, onClosed:function(){ $(".nextmediabox").show(); }}); return false; }); });