Author: PinkyTwinky
Server mod — pin specific items to fixed inventory slots when you press the Sort button in your inventory.
Examples: cloaks, blood roses, and potions always land in the same slot after sorting.
Players do not need this mod on their game client. Install it on the dedicated server only.
| Where | Mod |
|---|---|
| Server (required) | BepInEx Pack V Rising |
| Server (required) | VampireCommandFramework |
| Client (optional) | ZUI — settings GUI only |
SlotSort.dll in BepInEx/plugins/.BepInEx/LogOutput.log for SlotSort initialized.| Command | Description |
|---|---|
.slotsort gui / .ss gui |
Open settings window (requires ZUI on client) |
.slotsort set "Blood Rose" 9 |
Assign an item to a slot |
.slotsort set "item name" |
Uses the slot from .pickslot if no number given |
.slotsort pickslot 12 |
Remember a slot for the next .set command |
.slotsort remove "item" / .ss rm |
Remove a slot rule |
.slotsort list / .ss ls |
List your active rules |
.slotsort toggle |
Enable or disable sorting for yourself |
.slotsort sort |
Apply rules without pressing Sort |
.slotsort search blood / .ss search |
Search items by name (chat + GUI) |
Install ZUI on your game client, then run:
.slotsort gui
Window tabs:
.slotsort search <name> in chat first)BepInEx/config/SlotSort/
defaults.json # server-wide default rules
players/<SteamID>.json # per-player overrides
Report issues to the mod author (PinkyTwinky) or on your server's Discord.
Серверный мод — закрепляет выбранные предметы за фиксированными ячейками инвентаря при нажатии кнопки «Сортировка».
Например: плащи, кровавые розы и зелья всегда оказываются в одних и тех же ячейках после сортировки.
Игрокам не нужно устанавливать мод на клиент. Мод ставится только на выделенный сервер.
| Где | Мод |
|---|---|
| Сервер (обязательно) | BepInEx Pack V Rising |
| Сервер (обязательно) | VampireCommandFramework |
| Клиент (опционально) | ZUI — только для окна настроек |
SlotSort.dll в BepInEx/plugins/.BepInEx/LogOutput.log должна появиться строка SlotSort initialized.| Команда | Описание |
|---|---|
.slotsort gui / .ss gui |
Открыть окно настроек (нужен ZUI на клиенте) |
.slotsort set "Blood Rose" 9 |
Назначить предмет на ячейку |
.slotsort set "название" |
Использует ячейку из .pickslot, если номер не указан |
.slotsort pickslot 12 |
Запомнить ячейку для следующей команды .set |
.slotsort remove "предмет" / .ss rm |
Удалить правило |
.slotsort list / .ss ls |
Показать активные правила |
.slotsort toggle |
Включить или выключить сортировку для себя |
.slotsort sort |
Применить правила без нажатия «Сортировка» |
.slotsort search blood / .ss search |
Поиск предметов по названию (чат + GUI) |
Установите ZUI на игровой клиент и введите в чат:
.slotsort gui
Вкладки окна:
.slotsort search <название>)BepInEx/config/SlotSort/
defaults.json # общие правила для всех игроков
players/<SteamID>.json # персональные настройки игрока
Сообщайте об ошибках автору мода (PinkyTwinky) или в Discord вашего сервера.