Project Zomboid

Project Zomboid

Mod Manager: Load Order Sorter
1-10 van 14 items weergegeven
< 1  2 >
Update: 15 sep om 14:34

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

Update: 6 apr om 2:16

fixed bug in split splitStringBySeparator function. Thanks @Dokurai

Update: 27 mrt om 12:46

added search field

Update: 28 jan om 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

Update: 27 okt 2024 om 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

Update: 26 okt 2024 om 11:03

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

Update: 5 okt 2024 om 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

Update: 7 sep 2024 om 6:09

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

Update: 5 sep 2024 om 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

Update: 4 sep 2024 om 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