sv_ratePolicy
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Determines which policy of enforcement is used for client’s "rate" cvar
At a glance
| Field | Value |
|---|---|
| Category | Server & networking |
| 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 | 1 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
1 |
Selects the code path tested for value 1. | codemp/server/sv_client.cpp:1206 |
2 |
Selects the code path tested for value 2. | codemp/server/sv_client.cpp:1211 |
Enforced ranges
1through2(integer; Cvar_CheckRange) — codemp/server/sv_init.cpp:990
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
6aba69055e45in OpenJK (content authored2017-05-16, integrated2017-05-16) - TaystJK integration evidence:
913e3cc57ec7 - Upstream registration evidence: codemp/server/sv_init.cpp:958
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits openjk.
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 | 2017-05-16 |
— | 2017-05-16 |
6aba69055e45 |
Ultimate origin |
| rend2 | 2017-05-16 |
— | 2017-05-16 |
6aba69055e45 |
Shared integration commit |
| EternalJK | 2017-05-16 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
| TaystJK | 2017-05-16 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
| jaPRO | 2017-05-16 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
| Vulkan | 2017-05-16 |
— | 2017-08-31 |
913e3cc57ec7 |
Other project appearance |
Evidence
- registration: codemp/server/sv_init.cpp:989 (Cvar_Get)
- behavior: codemp/server/sv_client.cpp:1206
- behavior: codemp/server/sv_client.cpp:1211
- behavior: codemp/server/sv_main.cpp:1061
- behavior: codemp/server/sv_main.cpp:1081
- behavior: codemp/server/sv_main.cpp:1054