Page 1 of 1
Shop list style change
Posted: Tue Dec 01, 2020 1:12 pm
by Maxbirykov2004
Lets change the column shoplist (that's now in all Ao games) (pages with 4 columns that has 6 tiles) example:
__________
|□□□□|
|□□□□|
|□□□□|
|□□□□|
|□□□□|
|□□□□|
| <-- 1 --> |
|___ok___|
Re: Shop list style change
Posted: Tue Dec 01, 2020 1:13 pm
by Maxbirykov2004
For something like tech (unit) tree
Example mindustry tech tree:

Re: Shop list style change
Posted: Tue Dec 01, 2020 1:20 pm
by Maxbirykov2004
But whatever less complex, and easier, and easier to code, and with some 2ble or 3ple requirements...
Re: Shop list style change
Posted: Tue Dec 01, 2020 1:20 pm
by Maxbirykov2004
What do you think @Stratego (dev)?
Because colomn style is pretty boring
Re: Shop list style change
Posted: Tue Dec 01, 2020 1:52 pm
by Stratego (dev)
would be awesome but too much time to make

Re: Shop list style change
Posted: Tue Dec 01, 2020 2:04 pm
by Maxbirykov2004
Stratego (dev) wrote: ↑Tue Dec 01, 2020 1:52 pm
would be awesome but too much time to make
Don't think about time... If it theoretically possible lets do it, or at least try to do it, because right now in shoplist here are
Only 4 units...
Re: Shop list style change
Posted: Tue Dec 01, 2020 3:28 pm
by Maxbirykov2004
{
"shopConfigItems":
[
{"shopItemId":300, "columnNr":0, "unitTypeName":"UNIT_ALL_INF_ARQUEBUSIERS", "gemCost":3},
{"shopItemId":310, "columnNr":1, "unitTypeName":"UNIT_BRI_BLD_FOUNDRY", "gemCost":4},
{"shopItemId":320, "columnNr":2, "unitTypeName":"UNIT_BRI_INF_HIGHLANDERS", "gemCost":5},
{"shopItemId":330, "columnNr":1, "unitTypeName":"UNIT_ALL_CAV_MOUNTED_ARQUEBUSIERS", "gemCost":5}
]
}
This is whole shoplist
Re: Shop list style change
Posted: Tue Dec 01, 2020 3:35 pm
by Maxbirykov2004
And @Stratego (dev), can i somehow remake this "columnNr" system to something another? Or i should somehow add this fuction or somehow?
I can do it (If all that is situated at assets)