Index: binaries/data/config/default.cfg =================================================================== --- binaries/data/config/default.cfg +++ binaries/data/config/default.cfg @@ -345,6 +345,7 @@ attack = true ; Show a chat notification if you are attacked by another player tribute = true ; Show a chat notification if an ally tributes resources to another team member if teams are locked, and all tributes in observer mode barter = true ; Show a chat notification to observers when a player bartered resources +phase = 1 ; Show a chat notification when an ally is advancing or has reached a new phase, and all phases in observer mode [gui.splashscreen] enable = true ; Enable/disable the splashscreen Index: binaries/data/mods/public/gui/options/options.json =================================================================== --- binaries/data/mods/public/gui/options/options.json +++ binaries/data/mods/public/gui/options/options.json @@ -278,6 +278,12 @@ "label": "Barter", "tooltip": "Show a chat notification to observers when a player bartered resources", "parameters": { "config": "gui.session.notifications.barter" } + }, + { + "type": "dropdown", + "label": "New phase", + "tooltip": "Show a chat notification if you or an ally have started or have completed a new phase, and all phases in observer mode", + "parameters": { "list": [ "Disable", "Only completed", "Both" ], "config": "gui.session.notifications.phase" } } ] } Index: binaries/data/mods/public/gui/options/options.xml =================================================================== --- binaries/data/mods/public/gui/options/options.xml +++ binaries/data/mods/public/gui/options/options.xml @@ -78,7 +78,7 @@