[NFP] Speculation - Possible Game Mode

Davey Crockett
Jim Bowie
These are Texan heroes, not American. :p :mischief:

There's already a mod that imports the assets from the scenario to the main game. I don't know if it's up to date with the current version of the game - check the workshop.

I really hope we get a epidemic/pandemic mode. People can say it's insensitive at this time sure, but we're living in a historical pandemic - of which there has been many, and they have significantly altered the course of human history. It's in my opinion a greatly missed opportunity to not have disease play a bigger role in the game.
I agree.
I'm typing this as a hurricane is basically at my house right now and I don't find them, or a hypothetical pandemic mode, insensitive at all.
 
These are Texan heroes, not American. :p :mischief:

Jim Bowie was a Louisiana Hero for decades before he ever went to Texas, and Crockett was a Tennessee representative in fhe US Congress before he ever crossed the Mississippi River as well.
Mind you, Texas has tried to appropriate them, but strictly speaking Sam Houston and Sam Walker the Texas Ranger would be far more definitely 'Texan' Heroes, not that te game needs any.


I agree.
I'm typing this as a hurricane is basically at my house right now and I don't find them, or a hypothetical pandemic mode, insensitive at all.

Been through hurricanes in Virginia and Florida - one of several reasons why I settled in the Pacific Northwest!

Keep your head down and Good Luck.
 
Last edited:
Jim Bowie was a Louisiana Hero for decades before he ever went to Texas, and Crockett was a Tennessee representative in fhe US Congress before he ever crossed the Mississippi River as well.
Mind you, Texas has tried to appropriate them, but strictly speaking Sam Houston and Sam Walker the Texas Ranger would be far more definitely 'Texan' Heroes, not that te game needs any.
I know all of that considering I'm pretty sure we have appropriated them because they are a focal point when talking about Texas History. :mischief:

Been through hurricanes in Virginia and Florida - one of several reasons why I settled in the Pacific Northwest!

Keep your head down and Good Luck.
Fortunately we aren't getting the worst of it unlike Louisiana who already got hit harder earlier this year, considering right now I still have power typing this.
 
Here are some Tables I found with in latest NFP Pack (some could be from older Updates):
Code:
Adjacent_AppealYieldChanges (
    DistrictType TEXT    NOT NULL,
    YieldType    TEXT    NOT NULL,
    MaximumValue INTEGER NOT NULL,
    BuildingType TEXT    NOT NULL
                         DEFAULT NO_BUILDING,
    MinimumValue INTEGER NOT NULL,
    YieldChange  INTEGER NOT NULL,
    Description  TEXT    NOT NULL,
    Unimproved   BOOLEAN NOT NULL
                         CHECK (Unimproved IN (0, 1) )
                         DEFAULT 0,
Code:
Feature_UnitMovements (
    FeatureType      TEXT    NOT NULL,
    AllowPassthrough BOOLEAN NOT NULL
                             CHECK (AllowPassthrough IN (0, 1) )
                             DEFAULT 1,
    AllowDestination BOOLEAN NOT NULL
                             CHECK (AllowDestination IN (0, 1) )
                             DEFAULT 1,
Code:
GreatWorks_ImprovementType (
    GreatWorkType   TEXT NOT NULL,
    ImprovementType TEXT,
    ResourceType    TEXT,
    PRIMARY KEY (
        GreatWorkType
    ),
Code:
GreatWorks_MODE (
    GreatWorkType    TEXT NOT NULL,
    RequiredGovernor TEXT,
    PRIMARY KEY (
        GreatWorkType
    ),
Code:
Improvement_YieldsOutsideTerritories (
    ImprovementType TEXT NOT NULL,
Code:
Improvements_MODE (
    ImprovementType TEXT    NOT NULL,
    Industry        BOOLEAN NOT NULL
                            CHECK (Industry IN (0, 1) )
                            DEFAULT 0,
    Corporation     BOOLEAN NOT NULL
                            CHECK (Corporation IN (0, 1) )
                            DEFAULT 0,
Code:
Projects_MODE (
    ProjectType       TEXT NOT NULL,
    PrereqImprovement TEXT,
    PRIMARY KEY (
        ProjectType
    ),
Code:
RandomEvent_Improvement_Placements (
    RandomEventType TEXT NOT NULL,
    ImprovementType TEXT NOT NULL,
    PRIMARY KEY (
        RandomEventType,
        ImprovementType
    )
Code:
Resource_Conditions (
    ResourceType      TEXT    NOT NULL,
    UnlocksFromEffect BOOLEAN NOT NULL
                              CHECK (UnlocksFromEffect IN (0, 1) )
                              DEFAULT 0,
Perhaps this one is from SS Mode, used for LeyLines Resource.
 
Resource yields outside territories reminds me of colonies or claiming some resources before others. Interesting.
 
Resource yields outside territories reminds me of colonies or claiming some resources before others. Interesting.
It's actually Improvement_YieldsOutsideTerritories,and it seems to be used for the Vampire Castles. But they could also use them for something else in the upcoming Packs/Updates.
 
It's actually Improvement_YieldsOutsideTerritories,and it seems to be used for the Vampire Castles. But they could also use them for something else in the upcoming Packs/Updates.
Like Feitorias. :mischief:
 
He means a potentially unique improvement for a hypothetical Portugal Civ.
Was it a Unique Improvement for Portugal in CiV? I thought Feitorias were use by Europeans in General. Portugal would make more sense for a possible Economic Mode than Vietnam. Perhaps Vietnam is for later, so we can get Portugal + Kublai Khan in January?
 
Was it a Unique Improvement for Portugal in CiV? I thought Feitorias were use by Europeans in General. Portugal would make more sense for a possible Economic Mode than Vietnam. Perhaps Vietnam is for later, so we can get Portugal + Kublai Khan in January?

If Portugal is coming it would only be in March. Feitorias were the unique improvement for Portugal in Civ IV and V.
 
Perhaps Vietnam is for later, so we can get Portugal + Kublai Khan in January?

All NFP DLCs so far were themed geographically so it would make much more sense to have an asia pack with vietnam and kublai together. Also Europe already had one DLC in NFP so I guess Portugal won't come with NFP.
 
Back
Top Bottom