g_fixSaberDisarmBonus
TaystJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls g_fixSaberDisarmBonus in the game module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | game |
| Also registered in | game |
| Renderer | All / not renderer-specific |
| Network scope | server-authoritative — Owned or enforced by the server. |
| Derivation | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/game/w_saber.c:7029 |
1 |
Enabled. | codemp/game/w_saber.c:7029 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: TaystJK
- Ultimate-origin introduction:
530446764ef0in TaystJK (content authored2023-10-08, PR opened2023-10-28, integrated2023-10-29) - Origin pull request: #29
- Upstream registration evidence: codemp/game/g_xcvar.h:92
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high - Notes: The TaystJK integration evidence credits openjk as an immediate port source, but taystjk has an earlier dated introduction and remains the ultimate origin.
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 |
|---|---|---|---|---|---|
| TaystJK | 2023-10-08 |
2023-10-28 | 2023-10-29 |
530446764ef0 |
Ultimate origin |
| jaPRO | 2023-10-08 |
— | 2023-10-29 |
530446764ef0 |
Shared integration commit |
| OpenJK | 2024-02-20 |
— | 2024-02-20 |
142e0b71cca8 |
Other project appearance |
| rend2 | 2024-02-20 |
— | 2024-04-09 |
b688bdf3ea00 |
Other project appearance |
Immediate port-source credit: OpenJK. The earlier dated project remains the ultimate origin.
Evidence
- registration: codemp/game/g_xcvar.h:92 (XCVAR_DEF)
- behavior: codemp/game/w_saber.c:7029
- behavior: codemp/game/w_saber.c:7120