Skip to content

Commit

Permalink
Example configs: Enable embedded KTX stats for demos (#372)
Browse files Browse the repository at this point in the history
* Example configs: Enable extra log

* Update ktx.cfg

* Update mvdsv.cfg
  • Loading branch information
vikpe authored Nov 1, 2024
1 parent 2d50511 commit d2b6c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/example-configs/ktx/ktx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion resources/example-configs/ktx/mvdsv.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2b6c5a

Please sign in to comment.