sv_autoDemoBots
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Record server-side demos for bots
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 | medium |
| 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_ccmds.cpp:2043 |
1 |
Enabled. | codemp/server/sv_ccmds.cpp:2043 |
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
beadbaa9f0a2in OpenJK (content authored2014-01-29, integrated2014-02-10) - Upstream registration evidence: codemp/server/sv_init.cpp:1006
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits openjk. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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 |
|---|---|---|---|---|---|
| OpenJK | 2014-01-29 |
— | 2014-02-10 |
beadbaa9f0a2 |
Ultimate origin |
| EternalJK | 2014-01-29 |
— | 2014-02-10 |
beadbaa9f0a2 |
Shared integration commit |
| rend2 | 2014-01-29 |
— | 2014-02-10 |
beadbaa9f0a2 |
Shared integration commit |
| TaystJK | 2014-01-29 |
— | 2014-02-10 |
beadbaa9f0a2 |
Shared integration commit |
| jaPRO | 2014-01-29 |
— | 2014-02-10 |
beadbaa9f0a2 |
Shared integration commit |
| NewJK / NewMod | 2014-01-29 |
— | 2014-02-10 |
beadbaa9f0a2 |
Shared integration commit |
| Vulkan | 2014-01-29 |
— | 2014-02-10 |
beadbaa9f0a2 |
Shared integration commit |
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2016-03-24 |
EternalJK | c9c6ab99fdd2Merge branch ‘master’ of https://github.com/JACoders/OpenJK into japro |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/server/sv_init.cpp |
medium |
2017-08-31 |
OpenJK | 913e3cc57ec7Merge branch ‘master’ of https://github.com/JACoders/OpenJK.git |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/server/sv_init.cpp |
medium |
2018-01-01 |
jaPRO | d9d510063ce6Merge branch ‘japro-ejk’ |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp, codemp/server/sv_snapshot.cpp |
high |
Evidence
- registration: codemp/server/sv_init.cpp:1039 (Cvar_Get); condition
defined(DEDICATED) - behavior: codemp/server/sv_ccmds.cpp:2043
- behavior: codemp/server/sv_snapshot.cpp:1026