cl_downloadPrompt
OpenJK
Confirm pk3 downloads from the server
At a glance
| Field | Value |
|---|---|
| Category | Files & downloads |
| Feature family | Downloads |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | string |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
065d32955f56in OpenJK (content authored2023-11-11, PR opened2023-11-07, integrated2024-04-07) - TaystJK integration evidence:
596ae40cc9aa - Origin pull request: #1185
- TaystJK integration pull request: #52
- Upstream registration evidence: codemp/client/cl_main.cpp:2833
- Attribution method:
authored-pr-chronology+cross-project-pr-link - Attribution confidence:
high - Notes: openjk retains origin because content authorship and PR submission predate the project that merged the work first.
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 | 2023-11-11 |
2023-11-07 | 2024-04-07 |
065d32955f56 |
Ultimate origin |
| TaystJK | 2023-11-11 |
2023-11-27 | 2023-11-28 |
596ae40cc9aa |
Other project appearance |
| jaPRO | 2023-11-11 |
— | 2023-11-28 |
596ae40cc9aa |
Other project appearance |
| rend2 | 2023-11-11 |
— | 2024-04-09 |
b688bdf3ea00 |
Other project appearance |
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 |
|---|---|---|---|---|
2024-03-21 |
TaystJK | 2a5ea5d885dc · PR #169HTTP Auto Download (Server + Client) (#169) |
Changed an exact bound cvar-variable reference. codemp/client/cl_main.cpp |
medium |
Evidence
- registration: codemp/client/cl_main.cpp:3407 (Cvar_Get)
- behavior: codemp/client/cl_main.cpp:1592
- behavior: codemp/client/cl_main.cpp:1555