sync_idle_folder
Adds unlisted .vpk files from the idle maps directory to the dedup list, skipping existing entries. Use to sync after manual cleanup or automatic campaign install.
Instructions
扫描闲置地图目录(已玩过的图),将未在 dedup 名单的 .vpk 加入去重列表。
适用场景:手动整理闲置目录后触发同步;install_campaign 完成后会自动调用一次。 已在 dedup 名单的会跳过,不会重复添加。
Returns: { "synced": int, # 新加入条数 "skipped_duplicates": int, # 已在名单跳过的条数 "scanned_total": int, # 扫描到的 .vpk 总数 "idle_dir": str }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||