MoreSaveSlots 是一个用于自定义存档槽数量的 MOD。
A mod for customizing the number of save slots.
支持通过配置文件调整存档槽数量,并在菜单中显示更多存档槽。
Supports changing the save slot count via config and showing more slots in the menu.
作者:Xiaohai 小海
Author: Xiaohai
本 MOD 使用 BepInEx 配置文件进行设置,默认会在首次运行后生成:
This MOD uses a BepInEx config file, which is generated on first run:
BepInEx/config/com.yapyap.saveslots.cfg
BepInEx/config/com.yapyap.saveslots.cfg
当前提供的主要配置项如下:
The main configuration option is:
SlotCount:总存档槽数量,最小值为 1,默认值为 5。
SlotCount: Total number of save slots, minimum 1, default 5.
当你增加 SlotCount 时,游戏内菜单会自动生成更多的存档槽 UI,并在需要时通过滚动条显示全部槽位。
When you increase SlotCount, the in‑game menu automatically creates more save slot entries and uses a scroll bar when needed.
Place MoreSaveSlots.dll into the BepInEx plugins folder.
Start the game once and exit so the config file is generated.
com.yapyap.saveslots.cfg 中的 SlotCount 数值,并保存文件。Edit the SlotCount value in com.yapyap.saveslots.cfg and save.
Restart the game to see the updated number of save slots in the menu.