Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commands

foobar edited this page Sep 6, 2024 · 2 revisions

Commands

Questools has a way to automatically load settings (called commands).

Making a command

Create a commands folder (all lowercase).

Create a file with a .yml/.yaml extension.

Use a default config:

fC: 0
rR: 72
tW: 1216
tH: 1344
pL: 2
fRC: 1

After you customize it to your liking, you can use it in the script.

default.yaml/.yml

If you name the command default, it will automatically use the default command instead of any other one.

You can change this in the script, by changing qtt.loadDefault to False

Clone this wiki locally