mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-05-30 16:40:59 +00:00
Many many changes
- Added in a cheat menu (https://jkhub.org/files/file/3828-beta-ingame-customization-and-cheat-menu/) - Added and building source for JK2 - FIxed jittery head tracking - Started on motion controlled weapons (no sabers yet) - made cutscenes immersive (can be turned off) - Started on a visible HUD
This commit is contained in:
parent
18f17c2bab
commit
adfc6da46d
54 changed files with 1265 additions and 1288 deletions
|
@ -1049,7 +1049,7 @@ void SV_InitGameProgs (void) {
|
|||
import.WE_SetTempGlobalFogColor = SV_WE_SetTempGlobalFogColor;
|
||||
|
||||
#ifdef JK2_MODE
|
||||
const char *gamename = "jospgame";
|
||||
const char *gamename = "jogame";
|
||||
#else
|
||||
const char *gamename = "jagame";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue