Results 1 to 6 of 6

Thread: uh...help

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Member Member Alexander the Pretty Good's Avatar
    Join Date
    Jun 2004
    Location
    New Jersey, USA
    Posts
    4,979

    Default Re: uh...help

    That's a easy. Just go to your directory folder (Let's call it Rome - Total War).

    Then go to the "Data" folder, then the "world" folder then the "maps" folder then the "campaign" folder then the "imperial_campaign" folder. In there you will find a file. It's called "descr_strat.txt" - open it up.

    So the file path will be something like this:
    Code:
    Rome - Total War/Data/world/maps/campaign/imperial_campaign/descr_strat.txt
    There you will find a list 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
    	scythia
    	spain
    	thrace
    	numidia
    	slave
    end
    Just swap around the faction names. To unlock all:

    Code:
    campaign		imperial_campaign
    playable
    	romans_julii
    	romans_brutii
    	romans_scipii
    	egypt
    	seleucid
    	carthage
    	parthia
    	gauls
    	germans
    	britons
    	greek_cities
    	romans_senate
    	macedon
    	pontus
    	armenia
    	dacia
    	scythia
    	spain
    	thrace
    	numidia
    	slave
    end
    unlockable
    end
    nonplayable
    end
    However, the rebels ("slaves") and the Senate can be buggy to play. I'd recommend:

    Code:
    campaign		imperial_campaign
    playable
    	romans_julii
    	romans_brutii
    	romans_scipii
    	egypt
    	seleucid
    	carthage
    	parthia
    	gauls
    	germans
    	britons
    	greek_cities
    	macedon
    	pontus
    	armenia
    	dacia
    	scythia
    	spain
    	thrace
    	numidia
    end
    unlockable
    end
    nonplayable
    	slave
    	romans_senate
    end
    I'm 98% sure that's how it's done.

    EDIT: Save a back-up of the original "descr_strat.txt" - just in case!

    And have fun!
    Last edited by Alexander the Pretty Good; 07-02-2005 at 21:25.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Single Sign On provided by vBSSO