Hi all
I would like to find out if there is a command to disable current events so that I could add my own alternate timeline
Or is there a list of all currently available commands?
Hi all
I would like to find out if there is a command to disable current events so that I could add my own alternate timeline
Or is there a list of all currently available commands?
There is no command for this but you can certainly do this with a mod. The easiest way to do it is to hijack DecisionNotifications.getAllNotificationsObjects()
and filter most of the items out. Note that there are a few important ones that you might want to leave (move to next office, bailout etc.). There is also a array of stories in Media.TriggerNotifications
.
Thanks Patrick
Im going to have a look at this and see what I can do!