Latest Posts

Topic: Soldier level matrix is overloaded / bad performance in warehouse gui.

MarkMcWire
Avatar
Topic Opener
Joined: 2017-02-08, 20:06
Posts: 323
Ranking
Tribe Member
Location: Eisenach, Germany
Posted at: 2021-06-29, 18:01

My people, the Europeans, have a total of 625 soldier levels (1 basic level and 4 training levels each in health, attack, defense and evasion). This leads to a very, very confusing matrix. The actual page can only represent around 256 (16x16) levels.

It would be nice to either make the matrix scrollable or, better yet, to establish several tab pages. Only 144 (12x12) levels per register page.

In addition, addon developers should perhaps be warned against using too many training levels. When I was still working with 6x6x6x6, i.e. 1296 in total, the loading of the menu for ports and warehouses took up to 4 seconds. Now it is still just under 2 seconds with 5x5x5x5 (625).

I am currently considering reducing it to 4x4x4x4 (256).

Edited: 2021-06-29, 18:01

My widelands project: https://github.com/widelands/wl_addons_server/tree/master/addons/europeans_tribe.wad

Top Quote