cg_duelSounds
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Enables/disables announcer/center print at the start of private duels
At a glance
| Field | Value |
|---|---|
| Category | Audio & music |
| Module | cgame |
| Also registered in | cgame |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | medium |
| In-game xdocs | Yes — codemp/ui/ui_xdocs.h:413 |
| In-game menu | No |
| Default | 1 |
| Value type | bitmask |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Do not announce the start of duel | codemp/ui/ui_xdocs.h:413 |
1 |
Announce and center print "BEGIN" (baseJKA behavior) | codemp/ui/ui_xdocs.h:413 |
2 |
Announce, but do not center print | codemp/ui/ui_xdocs.h:414 |
3 |
Center print, but do not announce | codemp/ui/ui_xdocs.h:415 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
8e774f08bc0din EternalJK (content authored2019-07-29, integrated2019-07-29) - Upstream registration evidence: codemp/cgame/cg_xcvar.h:98
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by eternaljk, taystjk, japro, vulkan; fork-lineage order selects 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 |
|---|---|---|---|---|---|
| EternalJK | 2019-07-29 |
— | 2019-07-29 |
8e774f08bc0d |
Ultimate origin |
| TaystJK | 2019-07-29 |
— | 2019-07-29 |
8e774f08bc0d |
Shared integration commit |
| jaPRO | 2019-07-29 |
— | 2019-07-29 |
8e774f08bc0d |
Shared integration commit |
| Vulkan | 2019-07-29 |
— | 2019-07-29 |
8e774f08bc0d |
Shared integration commit |
Evidence
- registration: codemp/cgame/cg_xcvar.h:124 (XCVAR_DEF)
- behavior: codemp/cgame/cg_event.c:1770
- behavior: codemp/cgame/cg_event.c:1772
- behavior: codemp/cgame/cg_event.c:1773
- behavior: codemp/ui/ui_xdocs.h:413
- documentation: codemp/ui/ui_xdocs.h:413