ui_netGametype
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 ui_netGametype in the ui module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | ui |
| Also registered in | ui |
| 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_callvote.menu:785, ingame_callvote_japro.menu:878 |
| Default | 0 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/ui/ui_main.c:1664 |
1 |
Enabled. | codemp/ui/ui_main.c:1664 |
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_INTERNAL— internal UI/engine state
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: codemp/ui/ui_main.c:11457
- 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 |
|---|---|---|---|---|
2013-09-05 |
OpenJK | 9bc49a503050UI cleanup. Unused functions |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/ui/ui_main.c |
medium |
2013-09-28 |
OpenJK | 5cd41b41c941[MP] Port the xcvar stuff and clean up cvar usage in UI. Few minor tweaks in UI code for cleanup/was unused. |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/ui/ui_main.c |
medium |
2013-09-28 |
OpenJK | 8fdb5fb65dbe[MP] The cvar files for previous commit … |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/ui/ui_xcvar.h |
medium |
2013-09-30 |
OpenJK | 2ca29aebe0e9[MP] Fix more defaults for saber names and team names. Don’t register cg_viewsize needlessly on client startup, update cvar as soon as it’s changed |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/ui/ui_xcvar.h |
medium |
2013-10-20 |
OpenJK | ada0921d57db[MP] Allow Capture the Ysalamiri in solo games |
Changed an exact bound cvar-variable reference. codemp/ui/ui_main.c |
medium |
2014-01-30 |
OpenJK | d3a6d2b9b9d2[MP] Style: remove superfluous whitespace |
Changed an exact bound cvar-variable reference. codemp/ui/ui_main.c |
medium |
2019-06-13 |
EternalJK | 49e91d910266Filter custom skins/species/hilts out of player menus on sv_pure servers |
Changed an exact bound cvar-variable reference. codemp/ui/ui_main.c |
medium |
2024-02-29 |
jaPRO | 1119453aa232 · PR #159Japro update (#159) |
Changed an exact bound cvar-variable reference. codemp/ui/ui_main.c |
high |
Evidence
- registration: codemp/ui/ui_xcvar.h:101 (XCVAR_DEF)
- behavior: codemp/ui/ui_main.c:1664
- behavior: codemp/ui/ui_main.c:2085
- behavior: codemp/ui/ui_main.c:2241
- behavior: codemp/ui/ui_main.c:3441
- behavior: codemp/ui/ui_main.c:3447