Tremulous Forum
Mods => Modding Center => Topic started by: rotacak on June 04, 2009, 11:10:40 pm
-
Is there any easy way how to use lakitu7 game.qvm + cgame.qvm? I used cgame.qvm from tjw revision 755, but I don't think that is good for big changes. I saw this http://www.mercenariesguild.net/patches/?do=details&task_id=2 but that not help much.
-
http://releases.mercenariesguild.net/semipure_vms/ is a cgame made by lak thats just bug fixes and performance stuffs, with no gameish changes.
-
You mean that patch? I can apply rev 1044 patch to lakitu rev 966 sources?
-
There's a QVM there too, in the pk3.
I think the patch is against trem SVN, you want a separate checkout for each.
-
But I need modify that cgame.
I tryed compile:
r755 backported tjw: game.qvm not work with tjw/mg tremded
r901 + backport: game.qvm not work with tjw/mg tremded
r966 lakitu7: cgame.qvm not work
I need compile my own:
lakitu7 game.qvm + cgame.qvm + probably ui.qvm + must work with tjw/mg tremded.
If that cannot be done then I want anything what is compatible with 1.1.0 and what can produce game.qvm + cgame.qvm + ui.qvm working with tjw/mg tremded.
Going to try last thing - mod-backport-r1131.patch
-
r1131 failed too:
src/game/g_main.c:1677: `1.1.0_SVN1131M' is a preprocessing number but an invalid floating constant
src/game/g_main.c:1677: syntax error; found `1.1.0_SVN1131M' expecting `)'
src/game/g_main.c:1677: syntax error; found `1.1.0_SVN1131M' expecting `;'
src/game/g_main.c:1678: warning: expression with no effect elided
src/game/g_main.c:1679: warning: expression with no effect elided
src/game/g_main.c:1680: warning: expression with no effect elided
src/game/g_main.c:1681: warning: expression with no effect elided
src/game/g_main.c:1682: warning: expression with no effect elided
src/game/g_main.c:1683: warning: expression with no effect elided
src/game/g_main.c:1684: warning: expression with no effect elided
src/game/g_main.c:1686: warning: expression with no effect elided
src/game/g_main.c:1687: warning: expression with no effect elided
src/game/g_main.c:1688: warning: expression with no effect elided
src/game/g_main.c:1689: warning: expression with no effect elided
src/game/g_main.c:1690: warning: expression with no effect elided
src/game/g_main.c:1691: warning: expression with no effect elided
src/game/g_main.c:1691: warning: expression with no effect elided
src/game/g_main.c:1691: syntax error; found `)' expecting `;'
src/game/g_main.c:1691: illegal statement termination
src/game/g_main.c:1691: skipping `)'
-
I have just recently backported both cgame and ui for Lakitu's QVM, based on SVN 164
http://projects.mercenariesguild.net/issues/66
Hope it helps!
-
Thanx! I will try it.
-
BTW, Hey rota :-D its me google, remember me and jally?
-
r1131 failed too:
src/game/g_main.c:1677: `1.1.0_SVN1131M' is a preprocessing number but an invalid floating constant
src/game/g_main.c:1677: syntax error; found `1.1.0_SVN1131M' expecting `)'
src/game/g_main.c:1677: syntax error; found `1.1.0_SVN1131M' expecting `;'
src/game/g_main.c:1678: warning: expression with no effect elided
src/game/g_main.c:1679: warning: expression with no effect elided
src/game/g_main.c:1680: warning: expression with no effect elided
src/game/g_main.c:1681: warning: expression with no effect elided
src/game/g_main.c:1682: warning: expression with no effect elided
src/game/g_main.c:1683: warning: expression with no effect elided
src/game/g_main.c:1684: warning: expression with no effect elided
src/game/g_main.c:1686: warning: expression with no effect elided
src/game/g_main.c:1687: warning: expression with no effect elided
src/game/g_main.c:1688: warning: expression with no effect elided
src/game/g_main.c:1689: warning: expression with no effect elided
src/game/g_main.c:1690: warning: expression with no effect elided
src/game/g_main.c:1691: warning: expression with no effect elided
src/game/g_main.c:1691: warning: expression with no effect elided
src/game/g_main.c:1691: syntax error; found `)' expecting `;'
src/game/g_main.c:1691: illegal statement termination
src/game/g_main.c:1691: skipping `)'
I encountered the same error whilst compiling in Windows. I had to use linux to compile as a work around.
-
BTW, Hey rota :-D its me google, remember me and jally?
Hi. Yes, I rememer you :-D
And that patch work perfectly!
-
That is due to the main not being compiled first, try compiling it the second time. I was told that fixed the bug....
-
BTW, is possible to merge lakitu 5.5 r966 with this cgame sources http://releases.mercenariesguild.net/semipure_vms/?
I want to compile game.qvm with lakitu admin system and cgame with MG fixes. But I need only one source code. Or is there any other way?