Log in

View Full Version : Legions at the start



Fast Death
03-10-2005, 17:49
Without downloading any mods, is there a simple way of starting the game with Legions?

Stuie
03-10-2005, 18:03
Yes.

Open the export_buildings_descr.txt file and do a find and replace:

Find: "and marian_reforms"
Replace with: ";and marian_reforms"

This will allow you to build the post reform units.

Fast Death
03-10-2005, 18:28
Thanks. What function does the " ; " perform? (and / or)???

Malachus
03-10-2005, 18:35
In coding, the semicolon just means that the program won't read that line. So by putting a semicolon before the and marian_reforms line will make the program not read the restriction that the unit can only be built once the marian reforms have occurred.