diff options
Diffstat (limited to '')
| -rw-r--r-- | example_cs2pov.json | 31 |
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 + } + ] +} |
