-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
KovOBS is configured through a JSON file:
{
"stats_folder": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\FPSAimTrainer\\FPSAimTrainer\\stats",
"clips_folder": "E:\\OBS\\KovOBS",
"obs_host": "localhost",
"obs_port": 4455,
"obs_password": "your_password",
"obs_replay_folder": "E:\\OBS",
"obs_source_name": "KovaaK's",
"trim_padding_start": 1,
"trim_padding_end": 5,
"only_pb": false,
"cache_version": "1.0.0",
"cache_file": "cache.json",
"screenshot": {
"enabled": true
}
}Path to the KovaaK's stats folder. KovOBS watches this folder for newly created stats files.
Directory where trimmed clips and screenshots will be saved.
Hostname or IP address of the OBS WebSocket server.
Usually:
"localhost"Port used by OBS WebSocket.
Default:
4455Password configured in OBS WebSocket settings.
Folder where OBS stores replay buffer recordings.
Name of the OBS source used when taking screenshots.
This must exactly match the source name in OBS.
Example:
"KovaaK's"Number of seconds to include before the event when trimming replay clips.
Number of seconds to include after the event when trimming replay clips.
For example:
"trim_padding_start": 1,
"trim_padding_end": 5will create clips containing 1 second before and 5 seconds after the score was achieved.
Controls when clips are created.
-
true: only save clips for personal best scores. -
false: save clips for every run.
Internal cache format version.
Normally, this should not be changed.
Path to the cache file used to prevent processing the same stats file multiple times.
Enables or disables automatic screenshots.
-
true: save screenshots. -
false: disable screenshots.