To change the region boarders go to
(your RS directory)\Data\_IMPORTANT_STUFF.
eg. C:\Program Files\Activision\Roma Surrectum\Data\_IMPORTANT_STUFF
and then to change the region borders to visible go to the Region_Borders_Visible folder and copy that descr_sm_factions and paste it into your Data folder, which will overwrite the old one.
To change region borders to invisible go to the Region_Borders_Invisible folder and copy and paste that descr_sm_factions.
Or if you want to do it manually, go to your data folder and open descr_sm_factions (make a backup first, just in case things so horribly wrong).
For each faction it'll say something like, if you have faction borders visible:
Code:
faction romans_julii
culture greek
symbol models_strat/symbol_julii.CAS
rebel_symbol models_strat/symbol_slaves.CAS
primary_colour red 85, green 135, blue 65
secondary_colour red 0, green 0, blue 0
loading_logo loading_screen/symbols/symbol128_julii.tga
standard_index 0
logo_index 23
small_logo_index 248
triumph_value 5
intro_movie fmv/intros/julii_intro_final.wmv
victory_movie fmv/victory/julii_outro_320x240.wmv
defeat_movie fmv/lose/julii_eliminated.wmv
death_movie fmv/death/death_julii_grass_320x240.wmv
custom_battle_availability yes
can_sap yes
prefers_naval_invasions yes
To make them invisible, change the secondary_colour so it is the same as the primary colour so you end up with this:
Code:
faction romans_julii
culture greek
symbol models_strat/symbol_julii.CAS
rebel_symbol models_strat/symbol_slaves.CAS
primary_colour red 85, green 135, blue 65
secondary_colour red 85, green 135, blue 65
loading_logo loading_screen/symbols/symbol128_julii.tga
standard_index 0
logo_index 23
small_logo_index 248
triumph_value 5
intro_movie fmv/intros/julii_intro_final.wmv
victory_movie fmv/victory/julii_outro_320x240.wmv
defeat_movie fmv/lose/julii_eliminated.wmv
death_movie fmv/death/death_julii_grass_320x240.wmv
custom_battle_availability yes
can_sap yes
prefers_naval_invasions yes