Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Unfortunately your floors menu will probably still be a nightmare if you have too many mods, in which case you should try the Hide Menu When Placing Items mod (that might not be the exact name, but it's something like that).
and the size: I'd really love to make these squares like 2x smaller, so I could see more boxes per row.
On the sorting of icons, that's all handled via the UIOrder element. If you've got two items, one with a UIOrder of 1000, and the other has 2000, the latter will always display later in the list. I don't know of any mod that can change that since modders can use whatever values they like, which might not be even slightly related to the default game's values.
It might be possible for someone to write some C# code that changes how that works, and makes it so the ordering is done alphabetically or whatever, but I'm not aware of one that does.