jjdredd
jjdredd
Thanks much, @jtrumm ! All done!
@NightNord Is it a mistake?
I've tried this and the game is crashing: `Sys_LoadGameDll(.... source/morfrtcw/build/release-linux-x86_64/main/qagame.sp.x86_64.so) failed:` That library expects functions ``` U steamAlive U steamInit U steamRun U steamSetAchievement U steamSetRichPresence ``` defined in `steam.c`...
function va_arg() used at https://github.com/wolfetplayer/RealRTCW/blob/master/code/steamshim/steamshim_child.c#L58 in function `static void dbgpipe(const char *fmt, ...)` is declared in `stdarg.h`: https://man7.org/linux/man-pages/man3/va_arg.3p.html
I believe this file is related to steam integration code. Maybe it may be omitted at the stage of compilation for linux (or whenever you don't want steam integration). Besides,...
@M0Rf30 I will recheck again later but I don't think I had to change path to `steam.h` in `g_main.c` to build the engine. Perhaps we were building with different options.
I have just tested again: the game works fine on my intel video card, but when I try to use the nvidia video card, the menu freezes when I select...
@Niggler have you assumed that the text of DILLIGASPL is released under the terms of DILLIGASPL? **EDIT** Oh sorry, missed that in readme. Yep, a clear violation.
If this is merged, It think https://github.com/gentoo/gentoo/pull/26779 can be closed