News:

Come Chat with us live! Learn how HERE!

Main Menu

cgame.qvm + lakitu7 game.qvm

Started by rotacak, June 04, 2009, 11:10:40 PM

rotacak

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.

David

http://releases.mercenariesguild.net/semipure_vms/ is a cgame made by lak thats just bug fixes and performance stuffs, with no gameish changes.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

rotacak

You mean that patch? I can apply rev 1044 patch to lakitu rev 966 sources?

David

There's a QVM there too, in the pk3.
I think the patch is against trem SVN, you want a separate checkout for each.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

rotacak

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

rotacak

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 `)'

googles

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!


googles

BTW, Hey rota :-D its me google, remember me and jally?

Thorn

Quote from: rotacak on June 05, 2009, 12:12:45 AM
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.

rotacak

#10
Quote from: googles on June 05, 2009, 09:02:43 PM
BTW, Hey rota :-D its me google, remember me and jally?
Hi. Yes, I rememer you :-D

And that patch work perfectly!

googles

That is due to the main not being compiled first, try compiling it the second time. I was told that fixed the bug....

rotacak

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?