Logo Platform
logo amplifiers simplified

Suppress Starvation Notification

Reply
Copied to clipboard!
9 years ago
Oct 19, 2015, 11:57:18 AM
Hello,



I added a population cost to units (like Settlers). For example:



[CODE]





















.../EmpireTypeMajor,AffinityBrokenLords



.../EmpireTypeMajor,AffinityBrokenLords

$Property(Population) gt 1

($Property(ClassCity,Garrison:MaximumUnitSlotCount) - $Property(ClassCity,Garrison:UnitSlotCount)) ge 1





$Property(../ClassEmpire:UnitProductionCostCheaper) + $Property(../ClassEmpire:UnitProductionCostCheaper) * $Property(../ClassEmpire:CostIncreaseFromEra)

1

...[/CODE]



This works great.



However, a "population starvation" warning pops up every time a unit completes, which does not happen when a Settler is completed. IS there any way to suppress this?
0Send private message
9 years ago
Oct 23, 2015, 2:01:29 PM
Sorry for the late answer.

The event triggering this notification is hard-coded.

There is no easy to tweak that I'm afraid...
0Send private message
0Send private message
9 years ago
Nov 2, 2015, 11:42:14 AM
It does not happen because creating a settler is not linked to starvation. Even if the effect is similar.

I will ask again for confirmation though.
0Send private message
?

Click here to login

Reply
Comment