cl_timeNudge
Base Jedi Academy
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls cl_timeNudge in the engine-client module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | HUD & interface |
| Module | engine-client |
| Also registered in | cgame, engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | Yes — ingame_setup.menu:5334 |
| Default | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/cgame/cg_view.c:2627 |
1 |
Enabled. | codemp/cgame/cg_view.c:2627 |
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_TEMP— temporary and not archived
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
0 |
cgame |
— |
always |
0 |
engine-client |
— |
always |
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/client/cl_main.cpp:1218
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import snapshot. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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 |
|---|---|---|---|---|
2015-11-24 |
EternalJK | c8f6ea17a324Remove SP code |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/client/cl_main.cpp |
medium |
2018-09-03 |
jaPRO | bdcd618c6771Import japro cgame |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/cgame/cg_localents.c, codemp/cgame/cg_view.c, codemp/cgame/cg_weapons.c and 1 more |
high |
2018-09-20 |
EternalJK | 05fb3fc73fabMerge remote-tracking branch ‘origin/master’ |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_localents.c |
medium |
2023-12-29 |
jaPRO | 06c84155e1fb · PR #65Japro fixup (#65) |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_localents.c |
high |
2026-06-18 |
jaPRO | 3828aac1b69f · PR #344Merge pull request #344 from taysta/predict-knockback |
Changed an exact bound cvar-variable reference. codemp/cgame/cg_localents.c |
high |
Evidence
- registration: codemp/cgame/cg_xcvar.h:201 (XCVAR_DEF)
- registration: codemp/client/cl_main.cpp:3320 (Cvar_Get)
- behavior: codemp/cgame/cg_view.c:2627
- behavior: codemp/client/cl_cgame.cpp:988
- behavior: codemp/cgame/cg_weapons.c:2440
- behavior: codemp/cgame/cg_view.c:2607
- behavior: codemp/cgame/cg_localents.c:1030