com_steamIntegration
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Enables automatic Steam API integration (requires a steam_api64.dll to be in GameData)
At a glance
| Field | Value |
|---|---|
| Category | Gameplay & combat |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | int |
| Restart | Yes; the value is latched. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_LATCH— latched until the relevant subsystem or map is restarted
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
1 |
engine-shared |
— |
!defined(DEDICATED) && defined(_WIN64) |
1 |
engine-shared |
— |
!defined(DEDICATED) && else(defined(_WIN64)) |
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
df21cc35f5efin EternalJK (content authored2019-03-21, integrated2019-03-21) - Upstream registration evidence: codemp/qcommon/common.cpp:1237
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by eternaljk, taystjk, japro, vulkan; fork-lineage order selects eternaljk. 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 |
|---|---|---|---|---|---|
| EternalJK | 2019-03-21 |
— | 2019-03-21 |
df21cc35f5ef |
Ultimate origin |
| TaystJK | 2019-03-21 |
— | 2019-03-21 |
df21cc35f5ef |
Shared integration commit |
| jaPRO | 2019-03-21 |
— | 2019-03-21 |
df21cc35f5ef |
Shared integration commit |
| Vulkan | 2019-03-21 |
— | 2019-03-21 |
df21cc35f5ef |
Shared integration commit |
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 |
|---|---|---|---|---|
2024-01-26 |
TaystJK | 115e1e877bc4 · PR #119Search for 64-bit steamworks library on 64-bit versions (#119) |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/common.cpp |
medium |
Evidence
- registration: codemp/qcommon/common.cpp:1452 (Cvar_Get); condition
!defined(DEDICATED) && defined(_WIN64) - registration: codemp/qcommon/common.cpp:1454 (Cvar_Get); condition
!defined(DEDICATED) && else(defined(_WIN64)) - behavior: shared/sys/sys_win32.cpp:740
- behavior: shared/sys/sys_win32.cpp:742