NiHoel / Anno1800Calculator

Calculator for the production and consumption of goods in the computer game Anno 1800
MIT License
102 stars 28 forks source link

[Question] How is "All Islands" tab stats calculated ? #91

Closed JerjerBinks closed 1 year ago

JerjerBinks commented 1 year ago

Hi,

Sorry to open an issue just to ask a question, if there is another way please tell me.

I'm wondering if the All Islands tab stats are computed thanks to each individual island stat ? Because if it is, it doesn't seem to work for me. When I change the number of homes or the number of factories on a single island, it doesn't change on the All Island tab. Any reason ? I thought the All Island tab was a way to check if "globally" you have enough buildings to satisfy the needs or if you have too many and so that you could instead transfer goods to optimize your management !

Thank you for all the work you have done on this calculator, it is really impressive and still running !

NiHoel commented 1 year ago

No, the "All Islands" is a special kind of island (e.g. all tiers are displayed) but does not aggregate the data from other islands.

JerjerBinks commented 1 year ago

Ok thank you for your answer! Why not making an aggregation considering that all the data are available to do so? I'm not saying that it would be extremely useful 😉

Le mer. 16 nov. 2022 à 11:48, NiHoel @.***> a écrit :

Closed #91 https://github.com/NiHoel/Anno1800Calculator/issues/91 as completed.

— Reply to this email directly, view it on GitHub https://github.com/NiHoel/Anno1800Calculator/issues/91#event-7822572017, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6AT2RBDB73UFBHMLT6XH3WIS3WDANCNFSM6AAAAAASCBW2L4 . You are receiving this because you authored the thread.Message ID: @.***>

NiHoel commented 1 year ago

Because an aggregated view is a lot of effort to implement: I cannot use the existing UI: all input fields would have to be disabled and equipment of items (some islands have others not) cannot be displayed in the current UI A new UI specifically for aggregation is a huge effort: Front-end design, data aggregation, implementation, bug fixing, and testing.

Currently, I'm not even sure whether I manage to implement all changes for DLC12 until release.

JerjerBinks commented 1 year ago

Wow ok I didn't think of so much intrication! Thanks again and good luck for the next DLC!

For information and if it can be useful, there is an app on Android : Anno 1800 Companion Tool. There are some useful things even if less complex : expeditions materials, old nate shop, museum and garden collections.

Le mer. 16 nov. 2022 à 12:11, NiHoel @.***> a écrit :

Because an aggregated view is a lot of effort to implement: I cannot use the existing UI: all input fields would have to be disabled and equipment of items (some islands have others not) cannot be displayed in the current UI A new UI specifically for aggregation is a huge effort: Front-end design, data aggregation, implementation, bug fixing, and testing.

Currently, I'm not even sure whether I manage to implement all changes for DLC12 until release.

— Reply to this email directly, view it on GitHub https://github.com/NiHoel/Anno1800Calculator/issues/91#issuecomment-1316824637, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6AT2SB47HN4NRSEMYCGXDWIS6MXANCNFSM6AAAAAASCBW2L4 . You are receiving this because you authored the thread.Message ID: @.***>