fs_forcegame
EternalJK
Folder to use for overriding of fs_game (can not be set by the server).
At a glance
| Field | Value |
|---|---|
| Category | Files & downloads |
| 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 | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | `` |
| 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
CVAR_INIT— initialization/command-line setting
Registration-specific defaults
| Default | Module | Renderer | Compile condition |
|---|---|---|---|
| `` | engine-shared |
— |
defined(DEDICATED) |
TAYSTJKGAME |
engine-shared |
— |
else(defined(DEDICATED)) |
Provenance
Origin: EternalJK
- TaystJK integration evidence:
596ae40cc9aa - Origin pull request: #52
- Attribution method:
identifier-adjacent-explicit-credit - Attribution confidence:
high - Notes: openjk retains origin because content authorship and PR submission predate the project that merged the work first. An identifier-adjacent source/commit/PR line explicitly credits eternaljk.
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 | 2019-02-17 |
— | 2020-01-01 |
d99db29e816a |
Other project appearance |
| NewJK / NewMod | 2019-10-18 |
— | 2019-10-18 |
ca19cb761e35 |
Other project appearance |
| OpenJK | 2023-11-06 |
2023-11-07 | 2024-04-07 |
065d32955f56 |
Other project appearance |
| TaystJK | 2023-11-06 |
2023-11-27 | 2023-11-28 |
596ae40cc9aa |
Other project appearance |
| jaPRO | 2023-11-06 |
— | 2023-11-28 |
596ae40cc9aa |
Other project appearance |
| rend2 | 2023-11-06 |
— | 2024-04-09 |
b688bdf3ea00 |
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 |
|---|---|---|---|---|
2024-01-17 |
EternalJK | 0da288606eb0 · PR #98Make fs_forcegame and fs_basegame default to empty for dedicated servers. (#98) |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/files.cpp |
medium |
2024-02-27 |
TaystJK | dbbea6b8a0bf · PR #31Rename to TaystJK (#31) |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/qcommon/files.cpp |
high |
2026-06-16 |
TaystJK | 07c65a6f01a8 · PR #341Merge pull request #341 from taysta/basegame |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/qcommon/files.cpp |
high |
Evidence
- registration: codemp/qcommon/files.cpp:3913 (Cvar_Get); condition
defined(DEDICATED) - registration: codemp/qcommon/files.cpp:3915 (Cvar_Get); condition
else(defined(DEDICATED)) - behavior: codemp/qcommon/files.cpp:3752
- behavior: codemp/qcommon/files.cpp:3753
- behavior: codemp/qcommon/files.cpp:3988
- behavior: codemp/qcommon/files.cpp:3989
- behavior: codemp/qcommon/files.cpp:4480