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:
Simon 2022-09-27 23:19:12 +01:00
parent 18f17c2bab
commit adfc6da46d
54 changed files with 1265 additions and 1288 deletions

View file

@ -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