Unfortunately I have no time at the moment and no access to the AoP game files, so there is nothing I can do until I get back home from sea.
But that'll still be more than a month from now.
But that'll still be more than a month from now.
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 -
I hope that makes sense to you.I use this installer program: http://nsis.sourceforge.net/Main_Page
And this program to compile the script: http://hmne.sourceforge.net/
- Use "New script from wizard" in HM NIS Edit
- Use all default settings; you can change some as required just so the final script will be shorter. For example, remove shortcuts and no uninstaller program.
- Add the folder with all the new files, selecting "Always overwrite"
- Select and copy all the text under "MainSection"
- Copy this text into "b14_beta3_installer.nsi" and paste it under "Install UPDATE Files" replacing the code that is already there
- Press the "Compile Script" button to make the new installer EXE
This archive contains all files you should need to recreate the latest Installer EXE:
http://piratesahoy.bowengames.com/potc/TEMP/potc_installer_files.7z
Important: Include ALL files that are different from the original Beta 3 files so the installer remains compatible.
Also, if anything needs to be done with existing files, such as renaming or removing, that can be done through code here:Code:; ================================================ ; Clean Up Update Files ; ================================================ Delete "$INSTDIR\PROGRAM\INTERFACE\pause.c" Delete "$INSTDIR\PROGRAM\Storyline\WoodesRogers\dialogs\pircap defense_dialog.c" Delete "$INSTDIR\PROGRAM\Storyline\WoodesRogers\dialogs\English\pircap defense_dialog.h" Delete "$INSTDIR\RESOURCE\INI\INTERFACES\pause.ini" Delete "$INSTDIR\RESOURCE\INI\NEW_INTERFACES\pause.ini" Delete "$INSTDIR\RESOURCE\Textures\Characters\64Bl0.tga.tx" Delete "$INSTDIR\RESOURCE\Textures\Characters\64Bl1.tga.tx" Delete "$INSTDIR\RESOURCE\Textures\Characters\64Bl2.tga.tx" Delete "$INSTDIR\RESOURCE\Textures\Characters\64Bl3.tga.tx" Delete "$INSTDIR\RESOURCE\Textures\Characters\Blaz1.tga.tx" Delete "$INSTDIR\RESOURCE\Textures\Characters\Blaz2.tga.tx" Delete "$INSTDIR\RESOURCE\Textures\Characters\Blaz3.tga.tx" Rename $INSTDIR\RESOURCE\MODELS\Ammo\OtherItemsJRH\defense.gm $INSTDIR\RESOURCE\MODELS\Ammo\OtherItemsJRH\defence.gm Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\128\AdvancedDefense.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\128\AdvancedDefence.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\128\BasicDefense.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\128\BasicDefence.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\128\ShipDefenseProfessional.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\128\ShipDefenceProfessional.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64\AdvancedDefense.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64\AdvancedDefence.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64\BasicDefense.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64\BasicDefence.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64\ShipDefenseProfessional.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64\ShipDefenceProfessional.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64Disable\AdvancedDefense.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64Disable\AdvancedDefence.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64Disable\BasicDefense.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64Disable\BasicDefence.tga.tx" Rename "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64Disable\ShipDefenseProfessional.tga.tx" "$INSTDIR\RESOURCE\Textures\INTERFACES\PERKS\64Disable\ShipDefenceProfessional.tga.tx" Delete "$INSTDIR\RESOURCE\Models\Ammo\BuildingItemsJRH\wood_short_logs.gm" Delete "$INSTDIR\RESOURCE\Models\Ammo\BuildingItemsJRH\wood_short_standing.gm" Delete "$INSTDIR\RESOURCE\Models\Ammo\BuildingItemsJRH\wood4_item.gm" Delete "$INSTDIR\RESOURCE\Models\Ammo\OtherItemsJRH\bottle_AC1.gm" Delete "$INSTDIR\RESOURCE\Models\Ammo\OtherItemsJRH\bottle_AG1.gm" Delete "$INSTDIR\RESOURCE\Models\Ammo\OtherItemsJRH\bottle_AN1.gm" Delete "$INSTDIR\RESOURCE\Models\Ammo\OtherItemsJRH\bottle_AY1.gm" Delete "$INSTDIR\RESOURCE\Models\Ammo\OtherItemsJRH\bottle_AS1.gm" Delete "$INSTDIR\RESOURCE\Models\Locations\inside\Chinese_restaurant\locator.gm" Delete "$INSTDIR\RESOURCE\Models\Locations\inside\Sklad_gunpowder\sklad_locators_gunpowder.gm" Delete "$INSTDIR\RESOURCE\Models\Locations\inside\Sklad_gunpowder\bottle_MC1.gm" Delete "$INSTDIR\RESOURCE\Models\Locations\inside\Sklad_gunpowder\bottle_MG1.gm" Delete "$INSTDIR\RESOURCE\Models\Locations\inside\Sklad_gunpowder\bottle_MN1.gm" Delete "$INSTDIR\RESOURCE\Models\Locations\inside\Sklad_gunpowder\bottle_MS1.gm" Delete "$INSTDIR\RESOURCE\Models\Locations\inside\Sklad_gunpowder\bottle_MY1.gm"
I am most honoured by your comments. Glad to hear that my efforts these past years then have not been in vain.
We've always tried to be a community where everybody can be welcome, so I'm very happy to see that we've been able to convince you to join!
After all, I started lowly as well and ended up as sort-of community leader pretty much completely by accident.
Your work here is quite a surprise to me, but a welcome one indeed.
Nice job on that trailer too. I have now advertised it on our main page, Facebook and Twitter accounts.
If you get a ModDB account, I can set you up so that you can post to the Supermod page there too.
http://www.moddb.com/mods/age-of-pirates-supermod
That sounds quite familiar, really. Bit like myself, even. Of course then I went to work as an actual officer at sea.On the other hand I just beat to a different drummer in a way. High functioning autism is the brains behind my ideas and persona (bright, intelligent, very good academics (3.5), National Honor Society member, etc). Sorry if I'm bragging too much, but I rarely tell anyone at school this. Most of them are Athletic people that bully me
I've invited you to join the PiratesAhoy! group on the ModDB now. Once you accept, I'll set you up with the rights to post your mod to the AoP profile.
Merchant navy for me. I work on a cruiseship.I have actually thought long and hard about trying the Navy as an officer. Since my family has some history in the military I thought it would be a good thing to do to honor my grandfather's service.
I am uploading the file to modDB now.I have now set you up with the following rights:
Add and edit downloads
Add and edit articles
Add and edit videos, images and audio
Add and edit mods
Now when you go to http://www.moddb.com/mods/age-of-pirates-supermod/downloads , there should be a new button that looks like a PLUS sign [+] .
Click this to get to the "Add a download" page. This same button applies for images, videos, news articles, etc.
You should now also be able to Edit the Mod Details here: http://www.moddb.com/mods/edit/age-of-pirates-supermod
Oh ! I've heard that cruise ships aren't what they used to be nowadays. Still I honor your service. Who knows, maybe you can save a cruise ship and get promoted to captain!Merchant navy for me. I work on a cruiseship.
Things are definitely changing around. And I think eventually for the better.Oh ! I've heard that cruise ships aren't what they used to be nowadays.
HA! That'll be the day! I definitely would do anything I can to save the ship. Or.... avoid getting into such a situation in the first place.Who knows, maybe you can save a cruise ship and get promoted to captain!