Community-patch-dll: consolidate bonus notifications

Created on 8 Jun 2020  路  7Comments  路  Source: LoneGazebo/Community-Patch-DLL

is there a way to get a combined notification for all yield bonuses received in the last turn?

right now it's crazy, and i have only 8 cities ...

image

Already fixed Feature request

Most helpful comment

From my own experience the huge barrage of notifications in later turns is an annoyance, and I end up just dismissing all the instant yield notifications without reading them (especially as instant yield notifications are not the most useful). I imagine I'm not alone in this.

All 7 comments

They are 'merged,' but they can't be double-merged without losing information.

well, how bad can it be? it's not like anyone is reading those right now ... so you could say information is being lost all the time :)

the notifications are merged by yield, but since the notifications for each 'type' trigger independently the merge would have to happen in the EUI lua. I tried it once and the notification text boxes were being cut off. Data was lost.

how about a single "bonuses on turn change" notification? would that work? not sure how to handle the battle and GP bonuses, but at least all the quests, border expansion, pop growth, etc can be consolidated.

or maybe just drop the worst offenders?

or even better, stack all notifications of the same type? would need some lua skill though.

many ideas for a small issue :)

From my own experience the huge barrage of notifications in later turns is an annoyance, and I end up just dismissing all the instant yield notifications without reading them (especially as instant yield notifications are not the most useful). I imagine I'm not alone in this.

If this is doable, please also make it optional.

ok, stacking is easy, just add a B to NotificationPanel.lua

    NOTIFICATION_INSTANT_YIELD          InstantYieldItem    B

the lost information can be integrated in the top panel tooltip. it claims to show the instant yields from the last turn anyway but currently it doesn't.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dape6509 picture dape6509  路  5Comments

TechpriestEnginseer picture TechpriestEnginseer  路  3Comments

rustyshackle picture rustyshackle  路  10Comments

Enrico-Swagolo picture Enrico-Swagolo  路  8Comments

ryanmusante picture ryanmusante  路  5Comments