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

beta 2-tourtuga is french???

ilan2412

Landlubber
:nk hey guys!!!
first of the BETA 2 IS AMAIZING AND I CANT STOP PLAYING!!! :keith :woot

only one question: why tourtuga is french and not pirates city? :eek:k
 
In real life, Tortuga was French. It was a colony tolerant to pirates though, which it is also in the game; the fort won't fire on you if you fly a pirate flag.
Only in the Jack Sparrow storyline is Tortuga actually a pirate colony..
 
That's what you get from watching too many pirate movies! :whipa
http://en.wikipedia.org/wiki/Tortuga_%28Haiti%29
 
well in my game in Jacks storyline the fort is firing at me and i need to change to a freanch flag to get into the city :shrug
maybe you can tell me what shell i do to change it? :nk

(in jack storyline the city is french) :eek:k
 
Oh, wait a second! Turns out that in my rewriting the Periods code, I accidentally set Tortuga to French for Jack Sparrow too, which is not good.
Open PROGRAM\console.c and find:
Code:
void ExecuteConsole()
{
ref pchar = GetMainCharacter();
if (!bSeaActive) ref lcn = &Locations[FindLocation(pchar.location)];
ref ch;
int i;
int limit;
Below this, add:
Code:
SetTown2Nation("Tortuga", PIRATE);
Load your savegame and press F12 and Tortuga should go back to being a pirate town.
I've fixed this properly in my game version and this will be included in the next release.
 
well, I suppose it's good that 1st brought this up then.
 
Back
Top