Think this problem was related to the v1.3 patch for RTW, basically because of the lack of diplomatic stats and the superfaction string in descr_strat. If you haven't already, download v1.5 on a clean install of RTW, its available at numerous ftp's, just do a GOOGLE search for it.
To prevent the roman factions from attacking one another, try this (create backups before you edit anything though):-
* Open descr_strat.txt @ C:\Program Files\Activision\Rome - Total War\Data\world\maps\campaign\imperial_campaign
* Hit Ctrl+F and type in factions, you should see this:
Code:
; >>>> start of factions section <<<<
* Directly underneath this header, you should see this:
Code:
faction romans_julii, comfortable caesar
* Now, insert the superfaction text string underneath the line above, so you should see something like this:
Code:
faction romans_julii, comfortable caesar
superfaction romans_senate
denari 5000
settlement
...
* Repeat this for the other roman factions (scroll down to see them, or Ctrl+F and type in brutii, scipii, senate to access the other 3).
After running some tests after a v1.2 to v1.5 conversion, I've noticed that the SPQR & other Roman factions may still attack your roman faction on some occasions. To prevent this from happening, insert the following text for each of the 4 Roman factions:
Code:
faction romans_julii, comfortable caesar
superfaction romans_senate, superfaction romans_julii, superfaction romans_brutii, superfaction romans_scipii
denari 5000
settlement
...
What this should do is prevent ANY roman faction from attacking each other. I've found this to be the case in my test results with the mod I'm currently working on, so you should now fix this alliance-breaking issue early in an imperial campaign.
Bookmarks