Quote Originally Posted by Rstoner
You're right, I assassinated 2 Senate characters and nothing happened except a dip in my popularity. I haven't noticed this before as I've never played as a Roman faction.

There is a way around this however, as you could use a basic short script to trigger a civil war. If you haven't tried scripting yet read this excellent tutorial: https://forums.totalwar.org/vb/showthread.php?t=46738

Once you have created your first short script you can open it and replace the contents with something like this:

script
console_command diplomatic_stance romans_julii romans_brutii war
console_command diplomatic_stance romans_julii romans_scipii war
console_command diplomatic_stance romans_julii romans_senate war
console_command diplomatic_stance romans_brutii romans_julii war
console_command diplomatic_stance romans_brutii romans_scipii war
console_command diplomatic_stance romans_brutii romans_senate war
console_command diplomatic_stance romans_scipii romans_julii war
console_command diplomatic_stance romans_scipii romans_brutii war
console_command diplomatic_stance romans_scipii romans_senate war
console_command diplomatic_stance romans_senate romans_julii war
console_command diplomatic_stance romans_senate romans_brutii war
console_command diplomatic_stance romans_senate romans_scipii war
end_script

I tried this script yesterday, it does work and also brings up the 'outlawed by senate' message. The downside is you have to trigger it yourself.


the correct script for that is :

script
console_command diplomatic_stance romans_julii romans_senate war
console_command diplomatic_stance romans_brutii romans_senate war
console_command diplomatic_stance romans_scipii romans_senate war
console_command diplomatic_stance romans_senate romans_julii war
console_command diplomatic_stance romans_senate romans_brutii war
console_command diplomatic_stance romans_senate romans_scipii war
end_script

because only the senate is a superfaction the ai plays crazy if yor put the other lines in too. When you use it so,
the senate and all the other roman factions are still at war with each other.
Also all the roman factions are outlawed. That workes im tested it

Im still dont know the code to trigger that after a historic_event ? do somebody knows that code ???