g_saber_color
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 g_saber_color 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 | No |
| Default | UI_Cvar_VariableString ( "ui_saber_color" |
| 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
No cvar flags are registered at the cited site.
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
SaberColorToString(atoi(color |
ui |
— |
always |
UI_Cvar_VariableString ( "ui_saber_color" |
ui |
— |
always |
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/ui/ui_main.cpp:4297
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import snapshot.
Evidence
- registration: codemp/ui/ui_main.c:6796 (implicit Cvar_Set)
- registration: codemp/ui/ui_main.c:6986 (implicit Cvar_Set)
- behavior: codemp/ui/ui_main.c:6994