Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Config: ScheduledSleep section

Minyoung Choi edited this page Jun 22, 2018 · 8 revisions

The [ScheduledSleep] section of the config file configures the ScheduledSleep module of kcauto. It is highly recommended that at least one of the ScheduledSleep settings are turned on, as an excessive number of combat sorties and/or expeditions has been known to cause catbombs.

ScriptSleepEnabled

Whether or not the ScheduledSleep of the kcauto script should be enabled. This will make the entirety of kcauto to pause at the specified Start Time for the specified Length every day.

Valid values: True to enable global ScheduledSleep, False to disable

ScriptSleepStartTime

When the ScheduledSleep of the kcauto script should begin, specified in HHMM 24-hour format.

Valid values: 4-digit number between 0000 and 2359 (with leading 0s)

ScriptSleepLength

How many hours the kcauto script's ScheduledSleep should last for.

Valid values: integer or float

ExpeditionSleepEnabled

Whether or not the ScheduledSleep of the Expedition module should be enabled. This will make the Expedition module to pause at the specified Start Time for the specified Length every day.

Valid values: True to enable Expedition ScheduledSleep, False to disable

ExpeditionSleepStartTime

When the Expedition ScheduledSleep should begin, specified in HHMM 24-hour format.

Valid values: 4-digit number between 0000 and 2359 (with leading 0s)

ExpeditionSleepLength

How many hours the Expedition module's ScheduledSleep should last for.

Valid values: integer or float

CombatSleepEnabled

Whether or not the ScheduledSleep of the Combat module should be enabled. This will make the Combat module to pause at the specified Start Time for the specified Length every day.

Valid values: True to enable Combat ScheduledSleep, False to disable

CombatSleepStartTime

When the Combat ScheduledSleep should begin, specified in HHMM 24-hour format.

Valid values: 4-digit number between 0000 and 2359 (with leading 0s)

CombatSleepLength

How many hours the Combat module's ScheduledSleep should last for.

Valid values: integer or float