Author Topic: cgame.qvm + lakitu7 game.qvm  (Read 7001 times)

rotacak

  • Posts: 761
  • Turrets: +39/-64
cgame.qvm + lakitu7 game.qvm
« 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.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: cgame.qvm + lakitu7 game.qvm
« Reply #1 on: June 04, 2009, 11:27:42 pm »
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

  • Posts: 761
  • Turrets: +39/-64
Re: cgame.qvm + lakitu7 game.qvm
« Reply #2 on: June 04, 2009, 11:32:46 pm »
You mean that patch? I can apply rev 1044 patch to lakitu rev 966 sources?

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: cgame.qvm + lakitu7 game.qvm
« Reply #3 on: June 04, 2009, 11:44:17 pm »
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

  • Posts: 761
  • Turrets: +39/-64
Re: cgame.qvm + lakitu7 game.qvm
« Reply #4 on: June 04, 2009, 11:59:39 pm »
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

  • Posts: 761
  • Turrets: +39/-64
Re: cgame.qvm + lakitu7 game.qvm
« Reply #5 on: June 05, 2009, 12:12:45 am »
r1131 failed too:
Code: [Select]
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

  • Posts: 219
  • Turrets: +30/-19
Re: cgame.qvm + lakitu7 game.qvm
« Reply #6 on: June 05, 2009, 08:42:03 pm »
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!

rotacak

  • Posts: 761
  • Turrets: +39/-64
Re: cgame.qvm + lakitu7 game.qvm
« Reply #7 on: June 05, 2009, 08:57:23 pm »
Thanx! I will try it.

googles

  • Posts: 219
  • Turrets: +30/-19
Re: cgame.qvm + lakitu7 game.qvm
« Reply #8 on: June 05, 2009, 09:02:43 pm »
BTW, Hey rota :-D its me google, remember me and jally?

Thorn

  • Guest
Re: cgame.qvm + lakitu7 game.qvm
« Reply #9 on: June 05, 2009, 10:25:20 pm »
r1131 failed too:
Code: [Select]
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

  • Posts: 761
  • Turrets: +39/-64
Re: cgame.qvm + lakitu7 game.qvm
« Reply #10 on: June 05, 2009, 11:04:01 pm »
BTW, Hey rota :-D its me google, remember me and jally?
Hi. Yes, I rememer you :-D

And that patch work perfectly!
« Last Edit: June 05, 2009, 11:43:35 pm by rotacak »

googles

  • Posts: 219
  • Turrets: +30/-19
Re: cgame.qvm + lakitu7 game.qvm
« Reply #11 on: June 06, 2009, 02:59:21 am »
That is due to the main not being compiled first, try compiling it the second time. I was told that fixed the bug....

rotacak

  • Posts: 761
  • Turrets: +39/-64
Re: cgame.qvm + lakitu7 game.qvm
« Reply #12 on: September 02, 2009, 11:44:11 pm »
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?