You are not logged in.
Pages: 1
Is this likely to happen? Perhaps someone could calculate what kind of city would cost 20 million so we can estimate the risk of this happening. If this only happens with size 100 cities with every possible city improvement added then I think we can leave revolt enabled for now.
Offline
This happened with size 4 cities in LTeX
Offline
This happened with size 4 cities in LTeX
Ok, then it's definitally a problem, I think revolt should be disabled.
Offline
I suppose that it is not possible without change in the code of server but there just could be a some kind of solution for this like this: if (result < 0) result = MAX_BRIBE_VALUE; I wonder if it is possible to happen that the bribe cost would be so big that it would pass all values below 0 and start again from +1
Offline
I would guess that the relevant patches will appear in time. Also with the bug now known, everybody could switch to democracy in time, which seems to be favorable compared to communism anyway in this game.
But a backup plan can never hurt ;-)
Offline
I would prefer KG's suggestion to outright disabling it, but I will vote for disabling it (when the time comes) for now.
Offline
Apart from/rather than setting the variable to an unsigned int, shouldn't we just limit the multiplier? so we don't end up with stupid values?
Offline
The alternative would be to reduce the city cost multiplier. At the moment, cities cost too much to bother bribing them, and in the process we have uncovered this bug. If we revert the multiplier to the pre-2.3 value, then the bug wouldn't matter anyway.
Offline
Pages: 1