diff --git a/resources/example-configs/ktx/ktx.cfg b/resources/example-configs/ktx/ktx.cfg index 3eba73ff..b0dca9b3 100644 --- a/resources/example-configs/ktx/ktx.cfg +++ b/resources/example-configs/ktx/ktx.cfg @@ -84,6 +84,7 @@ set demo_tmp_record 1 // enable mvd-autorecording (0 = off) set demo_skip_ktffa_record 0 // record ffa games (0 = yes, 1 = no) set demo_scoreslength 6 // how many seconds to show score table at end of game set k_demo_mintime 360 // if the game is breaked, save demo if this many seconds has passed +set k_demotxt_format "json" // format of stats set k_demoname_date "%Y%m%d-%H%M" // will add date at end of demoname in form of YYYY-MM-DD set k_keepspectalkindemos 0 // enable recording of spectalk in demos (0 = off, 1 = enabled) set k_extralog 0 // enable detailed KTX statistics (0 = no, 1 = yes) diff --git a/resources/example-configs/ktx/mvdsv.cfg b/resources/example-configs/ktx/mvdsv.cfg index 338f1054..606cfbe7 100644 --- a/resources/example-configs/ktx/mvdsv.cfg +++ b/resources/example-configs/ktx/mvdsv.cfg @@ -62,7 +62,7 @@ qtv_maxstreams 1 // maximum amount of qtv proxies to conn // mvd recording sv_demoExtraNames 0 // show player names in demo filenames (0 = show team only, 1 = show player names) -sv_demotxt 0 // create demo .txt (0 = off, 1 = on) +sv_demotxt 2 // create demo .txt (0 = off, 1 = on, 2 = json) sv_demodir demos // demos directory name sv_maxdownloadrate 100000 // maximum download client rate sv_downloadchunksperframe 4 // increase chunked download speed rate (1=77kB/s, 4=308kB/s)