g_KOTH
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls g_KOTH in the game module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | game |
| Also registered in | game |
| Renderer | All / not renderer-specific |
| Network scope | server-authoritative — Owned or enforced by the server. |
| Derivation | code-trace |
| 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/game/g_trigger.c:3342 |
1 |
Enabled. | codemp/game/g_trigger.c:3342 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
6e78add659dein EternalJK (content authored2018-09-01, integrated2018-09-03) - Upstream registration evidence: codemp/game/g_xcvar.h:281
- 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 | 2018-09-01 |
— | 2018-09-03 |
6e78add659de |
Ultimate origin |
| TaystJK | 2018-09-01 |
— | 2018-09-03 |
6e78add659de |
Shared integration commit |
| jaPRO | 2018-09-01 |
— | 2018-09-03 |
6e78add659de |
Shared integration commit |
| Vulkan | 2018-09-01 |
— | 2018-09-03 |
6e78add659de |
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 |
|---|---|---|---|---|
2018-09-04 |
EternalJK | ead4104a15bfAdded func_timer spawnflag to only spawn in KOTH gametype |
Changed an exact bound cvar-variable reference. codemp/game/g_trigger.c |
medium |
2023-12-11 |
jaPRO | 9b57ee1b8566 · PR #55Japro update (#55) |
Changed an exact bound cvar-variable reference. codemp/game/g_trigger.c |
high |
Evidence
- registration: codemp/game/g_xcvar.h:286 (XCVAR_DEF)
- behavior: codemp/game/g_trigger.c:3342
- behavior: codemp/game/g_trigger.c:2642