con_scale
JK2MV
Scale console font relative to it’s original size.
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Feature family | Console |
| 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.0 |
| Value type | float |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Enforced ranges
0.2through10.0f(numeric; Cvar_CheckRange) — codemp/client/cl_console.cpp:656
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
1 |
engine-client |
— |
always |
1.0 |
engine-client |
— |
always |
Provenance
Origin: JK2MV
- Ultimate-origin introduction:
20de49f4fe92in JK2MV (content authored2016-05-26, integrated2016-06-12) - TaystJK integration evidence:
135f109285cb - Upstream registration evidence: src/client/cl_console.cpp:406
- Attribution method:
identifier-adjacent-explicit-credit - Attribution confidence:
high - Notes: An identifier-adjacent source/commit/PR line explicitly credits jk2mv. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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 |
|---|---|---|---|---|---|
| JK2MV | 2016-05-26 |
— | 2016-06-12 |
20de49f4fe92 |
Ultimate origin |
| EternalJK | 2018-02-05 |
— | 2018-02-05 |
135f109285cb |
Other project appearance |
| TaystJK | 2018-02-05 |
— | 2018-02-05 |
135f109285cb |
Other project appearance |
| jaPRO | 2018-02-05 |
— | 2018-02-05 |
135f109285cb |
Other project appearance |
| Vulkan | 2018-02-05 |
— | 2018-02-05 |
135f109285cb |
Other project appearance |
| OpenJK | 2023-11-09 |
— | 2024-02-08 |
01697e61fe58 |
Other project appearance |
| rend2 | 2023-11-09 |
— | 2024-02-19 |
49adb7447c9f |
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 |
|---|---|---|---|---|
2018-02-05 |
EternalJK | 135f109285cbAdded con_scale from JK2MV. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
2018-02-25 |
EternalJK | 3a6ec05fdffffix padding for console prompt carrots |
Changed an exact bound cvar-variable reference. codemp/client/cl_console.cpp |
medium |
2018-02-25 |
EternalJK | f57cbc3056a9ops |
Changed an exact bound cvar-variable reference. codemp/client/cl_console.cpp |
medium |
2018-12-01 |
EternalJK | b75dba021689Show formatted build date in console instead of “Beta” |
Changed an exact bound cvar-variable reference. codemp/client/cl_console.cpp |
medium |
2024-02-03 |
TaystJK | cf5f50918b74 · PR #125Small fixes (#125) |
Changed an exact bound cvar-variable reference. codemp/client/cl_console.cpp |
medium |
2024-02-27 |
JK2MV | 61b1b328accf · PR #155qol_console (#155) |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/client/cl_console.cpp |
medium |
Evidence
- registration: codemp/client/cl_console.cpp:655 (Cvar_Get)
- registration: codemp/client/cl_console.cpp:666 (Cvar_Get)
- behavior: codemp/client/cl_console.cpp:595
- behavior: codemp/client/cl_console.cpp:656
- upstream-documentation: CVARS.rst:153