逃离鸭科夫

逃离鸭科夫

Steam Update Checker | Steam 更新实时监测
 此主题已被置顶,因此可能具有重要性
newbe36524  [开发者] 11 月 16 日 下午 6:44
终端实例,Terminal Examples
Steam Update Checker 常用终端命令

1. 查看帮助信息
命令:
help
说明: 显示所有可用命令的详细帮助信息

2. 查看当前配置状态
命令:
auto
说明: 显示自动检测模式的当前状态,包括是否启用和检查间隔

3. 启用自动检测模式
命令:
auto -e true
说明: 开启自动检测模式,游戏运行期间会定期检查模组更新

4. 禁用自动检测模式
命令:
auto -e false
说明: 关闭自动检测模式,停止定期检查模组更新

5. 设置检查间隔
命令:
auto -i 300
说明: 设置自动检查间隔为 300 秒(5 分钟),最小值为 5 秒

6. 同时设置启用状态和间隔
命令:
auto -e true -i 600
说明: 启用自动检测并设置检查间隔为 600 秒(10 分钟)

7. 查看所有 Buff 配置
命令:
buff
说明: 显示所有 Buff 的当前配置,包括显示状态和持续时间

8. 查看倒计时 Buff 配置
命令:
buff -t countdown
说明: 显示倒计时 Buff 的当前配置(是否显示和持续时间)

9. 查看更新提示 Buff 配置
命令:
buff -t hasupdate
说明: 显示"有更新可用" Buff 的当前配置(是否显示)

10. 隐藏倒计时 Buff
命令:
buff -t countdown -s false
说明: 隐藏倒计时 Buff,不再在游戏中显示更新倒计时

11. 显示倒计时 Buff
命令:
buff -t countdown -s true
说明: 显示倒计时 Buff,在游戏中以 Buff 形式显示更新倒计时

12. 设置倒计时持续时间
命令:
buff -t countdown -d 45
说明: 设置倒计时 Buff 的持续时间为 45 秒,最小值为 5 秒

13. 隐藏所有 Buff
命令:
buff -t all -s false
说明: 隐藏所有类型的 Buff(倒计时和更新提示)

14. 显示所有 Buff
命令:
buff -t all -s true
说明: 显示所有类型的 Buff(倒计时和更新提示)

15. 立即检查更新
命令:
check
说明: 立即检查所有已订阅模组是否有可用更新,不等待自动检查周期

16. 查看已处理的更新记录
命令:
list
说明: 列出所有已处理的模组更新记录,包括处理时间和版本信息

常用组合命令示例

命令:
buff -t countdown -s true -d 30
说明: 显示倒计时 Buff 并设置持续时间为 30 秒

命令:
auto -e true -i 300
说明: 启用自动检测并设置每 300 秒(5 分钟)检查一次

参数说明
  • -e--enable: 启用/禁用功能(值:true 或 false)
  • -i--interval: 设置时间间隔(值:秒数,最小 5)
  • -t--type: 指定 Buff 类型(值:all、countdown、hasupdate)
  • -s--show: 显示/隐藏 Buff(值:true 或 false)
  • -d--duration: 设置持续时间(值:秒数,最小 5)




Steam Update Checker Common Terminal Commands

1. View Help Information
Command:
help
Description: Display detailed help information for all available commands

2. View Current Configuration Status
Command:
auto
Description: Display current status of automatic detection mode, including whether it's enabled and check interval

3. Enable Auto Detection Mode
Command:
auto -e true
Description: Enable automatic detection mode to periodically check mod updates during gameplay

4. Disable Auto Detection Mode
Command:
auto -e false
Description: Disable automatic detection mode and stop periodic mod update checking

5. Set Check Interval
Command:
auto -i 300
Description: Set automatic check interval to 300 seconds (5 minutes), minimum value is 5 seconds

6. Set Both Enable Status and Interval
Command:
auto -e true -i 600
Description: Enable auto detection and set check interval to 600 seconds (10 minutes)

7. View All Buff Configuration
Command:
buff
Description: Display current configuration of all buffs, including display status and duration

8. View Countdown Buff Configuration
Command:
buff -t countdown
Description: Display current configuration of countdown buff (whether displayed and duration)

9. View Update Notification Buff Configuration
Command:
buff -t hasupdate
Description: Display current configuration of "updates available" buff (whether displayed)

10. Hide Countdown Buff
Command:
buff -t countdown -s false
Description: Hide countdown buff and stop displaying update countdown in game

11. Show Countdown Buff
Command:
buff -t countdown -s true
Description: Show countdown buff and display update countdown as buff in game

12. Set Countdown Duration
Command:
buff -t countdown -d 45
Description: Set countdown buff duration to 45 seconds, minimum value is 5 seconds

13. Hide All Buffs
Command:
buff -t all -s false
Description: Hide all types of buffs (countdown and update notification)

14. Show All Buffs
Command:
buff -t all -s true
Description: Show all types of buffs (countdown and update notification)

15. Check Updates Immediately
Command:
check
Description: Immediately check if subscribed mods have available updates without waiting for automatic check cycle

16. View Processed Update Records
Command:
list
Description: List all processed mod update records, including processing time and version information

Common Command Combination Examples

Command:
buff -t countdown -s true -d 30
Description: Show countdown buff and set duration to 30 seconds

Command:
auto -e true -i 300
Description: Enable auto detection and set check interval to every 300 seconds (5 minutes)

Parameter Reference
  • -e or --enable: Enable/disable function (value: true or false)
  • -i or --interval: Set time interval (value: seconds, minimum 5)
  • -t or --type: Specify buff type (value: all, countdown, hasupdate)
  • -s or --show: Show/hide buff (value: true or false)
  • -d or --duration: Set duration (value: seconds, minimum 5)
最后由 newbe36524 编辑于; 11 月 16 日 下午 6:50