summaryrefslogtreecommitdiff
path: root/example_cs2pov.json
diff options
context:
space:
mode:
authorSchark <jordan@schark.online>2026-02-26 16:16:30 -0500
committerSchark <jordan@schark.online>2026-02-26 16:16:30 -0500
commit7c42e113ab324896dedda13943996cc32c82efec (patch)
tree06d4a9515899128b7816e6fc4a17816b9c4e59b9 /example_cs2pov.json
parent10d404b186a9e399c3423a625a3cac443ed7c8a4 (diff)
downloadcs2pov-7c42e113ab324896dedda13943996cc32c82efec.tar.gz
cs2pov-7c42e113ab324896dedda13943996cc32c82efec.zip
Adding config file support
Diffstat (limited to '')
-rw-r--r--example_cs2pov.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/example_cs2pov.json b/example_cs2pov.json
new file mode 100644
index 0000000..b005bdc
--- /dev/null
+++ b/example_cs2pov.json
@@ -0,0 +1,31 @@
+{
+ "version": 1,
+ "defaults": {
+ "resolution": "1920x1080",
+ "framerate": 60,
+ "tick_nav": true,
+ "verbose": false,
+ "cs2_path": "/path/to/Counter-Strike Global Offensive"
+ },
+ "jobs": [
+ {
+ "type": "pov",
+ "demo": "./demos/match1.dem",
+ "player": "PlayerName",
+ "output": "./recordings/match1_pov.mp4"
+ },
+ {
+ "type": "record",
+ "demo": "./demos/match2.dem",
+ "player": "PlayerName",
+ "output": "./recordings/match2_raw.mp4"
+ },
+ {
+ "demo": "./demos/match3.dem",
+ "player": "PlayerName",
+ "output": "./recordings/match3_pov.mp4",
+ "no_hud": true,
+ "tick_nav": false
+ }
+ ]
+}