Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example configs: Enable embedded KTX stats for demos #372

Merged
merged 3 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading