From 7c42e113ab324896dedda13943996cc32c82efec Mon Sep 17 00:00:00 2001 From: Schark Date: Thu, 26 Feb 2026 16:16:30 -0500 Subject: Adding config file support --- scripts/recorder | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/recorder b/scripts/recorder index f1831a1..80873bd 100755 --- a/scripts/recorder +++ b/scripts/recorder @@ -1,5 +1,14 @@ -# POV recorder -cs2pov pov -d ./demos/260224/nuke.dem -p "schark" -o ./recordings/260224/schark_nuke.mp4 --tick-nav -sleep 10 -cs2pov pov -d ./demos/260224/ancient.dem -p "schark" -o ./recordings/260224/schark_ancient.mp4 --tick-nav +#!/bin/bash +# DEPRECATED: Use cs2pov.json config file instead. +# +# Create a config: +# cs2pov init +# +# Edit cs2pov.json with your jobs, then run: +# cs2pov pov +# +# See cs2pov.json for the config format. +echo "This script is deprecated. Use 'cs2pov init' to create a cs2pov.json config," +echo "then run 'cs2pov pov' to process all jobs." +exit 1 -- cgit v1.2.3-18-g5258