HOW TO: PLAY WITH ALL NATION - NITRAM15'S TUTORIAL
It's a little modding tutorial for people who want to play with SPQR, Armenia, Scythia, Macedonia, etc.
1.STEP
Before starting I recommend to have a copy about the following files.
You have to find .../Rome - Total War (or your folder's name)/data/world/maps/campaign/imperial_campaign/descr_strat.txt and open it
Create the security copy of it.
Open the file. You see something like this:
Code:
campaign imperial_campaign
playable
romans_julii
romans_brutii
romans_scipii
end
unlockable
egypt
seleucid
carthage
parthia
gauls
germans
britons
greek_cities
end
nonplayable
romans_senate
macedon
pontus
armenia
dacia
numidia
scythia
spain
thrace
slave
end
Now change it to this:
Code:
campaign imperial_campaign
playable
romans_julii
romans_brutii
romans_scipii
romans_senate
macedon
pontus
armenia
dacia
numidia
scythia
spain
thrace
egypt
seleucid
carthage
parthia
gauls
germans
britons
greek_cities
end
unlockable
end
nonplayable
slave
end
2.STEP
Now find and copy the .../Rome - Total War (or your installation directory)/data/text/campaign_descriptions.txt
Then open it, and copy this into there:
Code:
{IMPERIAL_CAMPAIGN_ROMANS_SENATE_TITLE}SENATVS POPVLVSQVE ROMANUS
{IMPERIAL_CAMPAIGN_ROMANS_SENATE_DESCR}The Senate and People Of Rome
{IMPERIAL_CAMPAIGN_ARMENIA_TITLE}Armenians
{IMPERIAL_CAMPAIGN_ARMENIA_DESCR}Armenians
{IMPERIAL_CAMPAIGN_DACIA_TITLE}Dacians
{IMPERIAL_CAMPAIGN_DACIA_DESCR}Dacians
{IMPERIAL_CAMPAIGN_NUMIDIA_TITLE}Numidians
{IMPERIAL_CAMPAIGN_NUMIDIA_DESCR}Numidians
{IMPERIAL_CAMPAIGN_SCYTHIA_TITLE}Scythians
{IMPERIAL_CAMPAIGN_SCYTHIA_DESCR}Scythians
{IMPERIAL_CAMPAIGN_SPAIN_TITLE}Iberians
{IMPERIAL_CAMPAIGN_SPAIN_DESCR}Iberians
{IMPERIAL_CAMPAIGN_THRACE_TITLE}Thracians
{IMPERIAL_CAMPAIGN_THRACE_DESCR}Thracians
{IMPERIAL_CAMPAIGN_SLAVE_TITLE}Rebels
{IMPERIAL_CAMPAIGN_SLAVE_DESCR}Rebels
And then start Rome Total War, then Single Player -> Imperial Campaign -> and select one of the unlocked factions.
Good luck!
Enjoy playing!
