You are viewing a potentially older version of this package.
View all versions.
BlueprintSearch
Search bar for the blueprint browser / 蓝图库搜索栏
| Date uploaded | 2 months ago |
| Version | 1.0.0 |
| Download link | fyyy-BlueprintSearch-1.0.0.zip |
| Downloads | 618 |
| Dependency string | fyyy-BlueprintSearch-1.0.0 |
This mod requires the following mods to function
README
BlueprintSearch
Adds a search bar to the blueprint browser window.
为蓝图库窗口添加搜索栏。

Features / 功能
- Search recursively across all folders / 跨所有文件夹递归搜索
- Right-click on a result to jump to its containing folder / 右键点击搜索结果跳转到其所在文件夹
- Left-click on the result to use / 左键点击结果即可使用
- Progressive rendering: all matches are shown, streamed in batches across frames so typing stays snappy even on large libraries / 分帧渐进渲染:显示全部匹配结果,分批写入以保证大库下打字依然流畅
Configuration / 配置
Config file: BepInEx/config/org.fyyy.blueprintsearch.cfg
配置文件:BepInEx/config/org.fyyy.blueprintsearch.cfg
Enabled(defaulttrue) — enable/disable the search bar at runtime / 运行时启用或禁用搜索栏MaxResults(default0) — hard cap on total search results.0= unlimited. Results are rendered progressively across frames, so this cap is only needed for libraries so large that even streamed rendering is undesirable / 搜索结果的硬上限。0表示不限。结果会分帧逐步渲染,所以通常不需要设上限;仅当蓝图库巨大、连流式渲染也觉得累赘时才设正数DebounceMs(default120) — milliseconds to wait after the last keystroke before recomputing results / 最后一次按键后等待多少毫秒才重算结果
Install / 安装
Install via R2Modman or extract the DLL to BepInEx/plugins/.
通过R2Modman安装,或将DLL解压到 BepInEx/plugins/。
Requirements / 依赖
- BepInEx 5.x
CHANGELOG
Changelog
1.0.0 — Initial release
- Search bar added to the blueprint browser; matches are searched recursively across all folders.
- Left-click a result to use the blueprint; right-click to jump to its containing folder.
- Progressive rendering: all matches are shown, streamed in batches across frames so typing stays snappy on large libraries.
- Configurable debounce delay and optional hard cap on total results (
MaxResults, default0= unlimited).