sv_demoPreRecordBots
TaystJK
Do demo pre-recording for bots as well
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 | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/server/sv_snapshot.cpp:841 |
1 |
Enabled. | codemp/server/sv_snapshot.cpp:841 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: TaystJK
- Ultimate-origin introduction:
80bf35177f0ain TaystJK (content authored2024-01-10, PR opened2024-01-12, integrated2024-01-14) - Origin pull request: #88
- Upstream registration evidence: codemp/server/sv_init.cpp:1057
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high
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 | 2024-01-10 |
2024-01-12 | 2024-01-14 |
80bf35177f0a |
Ultimate origin |
| jaPRO | 2024-01-10 |
— | 2024-01-14 |
80bf35177f0a |
Shared integration commit |
Evidence
- registration: codemp/server/sv_init.cpp:1057 (Cvar_Get); condition
defined(DEDICATED) - behavior: codemp/server/sv_snapshot.cpp:841
- behavior: codemp/server/sv_snapshot.cpp:863