Project Zomboid

Project Zomboid

Mod Manager: Load Order Sorter
Viser 1-10 af 14 forekomster
< 1  2 >
Opdatering: 15. sep. kl. 14:34

исправлен баг при котором неправильно извлекалось название мода в правилах сортировки.
исправлена неправильная сортировка для некоторых модов, которые выключены, но для них прописаны правила сортировки.

Opdatering: 6. apr. kl. 2:16

fixed bug in split splitStringBySeparator function. Thanks @Dokurai

Opdatering: 27. mar. kl. 12:46

added search field

Opdatering: 28. jan. kl. 13:07

added loadFirst and loadLast options to sorting rules. Possible values:
1) on - applies to the entire mod list.
2) category - applies to all mods in one category
3) off - disabled

Opdatering: 27. okt. 2024 kl. 5:21

1) added support for sorting rules:
rules can be described in mod.info and sorting_rules.txt with 3 supported options: loadAfter, loadBefore, incompatibleMods
2) updated translation files
3) code cleaning

Opdatering: 26. okt. 2024 kl. 11:03

1) using own button onClick handlers to minimize risk of conflicts with other mods

Opdatering: 5. okt. 2024 kl. 8:20

1) a new category for sorting ("resource") has been added;
2) the CoreRequirements category has been removed: The topological sorting algorithm places a dependent mod before a mod that requires that dependency.
new category order: [“resource”, “map”, “vehicle”, “tweaks”, “code”, “clothes”, “ui”, “other”, “translation”]
3) small code rafactor

Opdatering: 7. sep. 2024 kl. 6:09

* испревлено неправильное определение CoreRequired модов
* возвращен список модов с предопределенным порядком загрузки: теперь моды [Mod Manager, Mod Manager: Server, ModOptions] будут находиться вверху

Opdatering: 5. sep. 2024 kl. 10:19

* now the mod name is shown in the pop-up window text instead of its ID
* added the same popup window to the server mod sorting

Opdatering: 4. sep. 2024 kl. 14:48

Meet the major update!
* completely updated sorting logic: now sorting works more correctly
* added new sorting categories: code, interface, transport, clothing, localization
* improved sorting of mods within each category.
* added a pop-up window with a warning about missing dependencies