sv_demoWriteMeta
EternalJK
Enables writing metadata to demos, which can be set by the server/game. This is invisible to normal clients and can be used for storing information about when the demo was recorded, start of the recording, and so on.
At a glance
| Field | Value |
|---|---|
| Category | Demos & media |
| Module | engine-server |
| Also registered in | engine-server |
| Renderer | All / not renderer-specific |
| Network scope | server-authoritative — Owned or enforced by the server. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/server/sv_ccmds.cpp:1793 |
1 |
Enabled. | codemp/server/sv_ccmds.cpp:1793 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: EternalJK
- TaystJK integration evidence:
64b8343c85ea - Origin pull request: #2
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
high - Notes: The identifier’s single-prefix squash feature group explicitly credits eternaljk.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| TaystJK | 2023-06-14 |
2023-06-14 | 2023-06-23 |
64b8343c85ea |
Other project appearance |
| jaPRO | 2023-06-14 |
— | 2023-06-23 |
64b8343c85ea |
Other project appearance |
Evidence
- registration: codemp/server/sv_init.cpp:1060 (Cvar_Get); condition
defined(DEDICATED) - behavior: codemp/server/sv_ccmds.cpp:1793
- behavior: codemp/server/sv_ccmds.cpp:1852
- behavior: codemp/server/sv_ccmds.cpp:1882
- documentation: docs/japro_docs.md:136