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
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion resources/example-configs/ktx/ktx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ set demo_scoreslength 6 // how many seconds to show score table
set k_demo_mintime 360 // if the game is breaked, save demo if this many seconds has passed
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)
set k_extralog 1 // enable detailed KTX statistics (0 = no, 1 = yes)

// voting
set k_allowvoteadmin 1 // allow admin election (0 = no, 1 = yes)
Expand Down
Loading