1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Add: Screenshot interval in non-combat to help reduce CPU

This commit is contained in:
LmeSzinc
2022-02-02 00:46:06 +08:00
parent df310b9d09
commit 7b0981fd48
17 changed files with 85 additions and 38 deletions

View File

@@ -317,9 +317,13 @@
"name": "Optimization Settings",
"help": ""
},
"ScreenshotInterval": {
"name": "Take Screenshots Every X Second(s)",
"help": "Minimum interval between 2 screenshots, limited in 0.1 ~ 0.3, can help reduce CPU on high-end PCs"
},
"CombatScreenshotInterval": {
"name": "Combat Screenshot Interval",
"help": "Frequency of screenshots in seconds taken during battle, can help reduce CPU"
"name": "Take Screenshots Every X Second(s) In Combat",
"help": "Minimum interval between 2 screenshots, limited in 0.1 ~ 1.0, can help reduce CPU during battle"
},
"TaskHoardingDuration": {
"name": "Hoard Tasks For X Minute(s)",