Project Zomboid
Mod Manager: Load Order Sorter
Εμφάνιση 1-10 από 14 καταχωρίσεις
< 1  2 >
Ενημέρωση: 15 Σεπ στις 14:34

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

Ενημέρωση: 6 Απρ στις 2:16

fixed bug in split splitStringBySeparator function. Thanks @Dokurai

Ενημέρωση: 27 Μαρ στις 12:46

added search field

Ενημέρωση: 28 Ιαν στις 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

Ενημέρωση: 27 Οκτ 2024 στις 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

Ενημέρωση: 26 Οκτ 2024 στις 11:03

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

Ενημέρωση: 5 Οκτ 2024 στις 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

Ενημέρωση: 7 Σεπ 2024 στις 6:09

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

Ενημέρωση: 5 Σεπ 2024 στις 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

Ενημέρωση: 4 Σεπ 2024 στις 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