Author Topic: Mixing Game.qvms  (Read 6688 times)

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Mixing Game.qvms
« on: July 31, 2008, 02:48:42 pm »
I have a quick little question. Can you just copy one qvm into another and it will work??? Also i have some admin.dat problems i tryed everything but level 1000 has less commands then level 999 and level 999 flag is !*@ and level 1000 flag is *. Why does level 1000 have less commands???

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Mixing Game.qvms
« Reply #1 on: July 31, 2008, 04:33:27 pm »
No.
And your problem is because you are using stupid numbers.  You can have up to 25 levels in the range -9 - 99 (I think).
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.

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: Mixing Game.qvms
« Reply #2 on: July 31, 2008, 05:09:04 pm »
looks to me like you can have 32 levels numbered -2147483648 to 2147483647 (i'll let you figure out the range if you use gamex86_64.so...like me). but there was previously an issue where levels that took more than 2 characters to represent would cause issues with !listplayers. that has since been fixed

if you want level 1000 to have the same permissions as level 999, you will have to set them the same. just because it is a higher level does not mean it automatically gets the same permissions
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: Mixing Game.qvms
« Reply #3 on: July 31, 2008, 07:39:53 pm »
also another question how to you make a game.qvm

Bomb

  • Guest
Re: Mixing Game.qvms
« Reply #4 on: July 31, 2008, 09:48:40 pm »
You compile the source code. It would be a good idea to use the most recent SVN revision.

If you're running Leopard and are using SVN 1053 or later, apply this patch. Although the problem may have been fixed by now.

[EDIT] Leopard now compiles QVMs just fine without that patch.
« Last Edit: July 31, 2008, 09:56:58 pm by Bomb »

Lonly

  • Posts: 231
  • Turrets: +9/-39
    • Host-Man
Re: Mixing Game.qvms
« Reply #5 on: August 03, 2008, 12:35:12 am »
i dont understand any of that...how do you just make a game.qvm>>>

Bomb

  • Guest
Re: Mixing Game.qvms
« Reply #6 on: August 03, 2008, 01:06:07 am »
I just told you.

These stickies have tutorials on compiling the source code. If you're on Linux, you should already know how to compile things.
Downloading and compiling Tremulous source on a Mac
The short and sweet guide to compiling SVN 895 on Windows

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: Mixing Game.qvms
« Reply #7 on: August 03, 2008, 01:53:42 am »
i dont understand any of that...how do you just make a game.qvm>>>

Either you compile it. Or, if you'd like to change things you need to prep your c coding skills and actually program something. And then compile it.

KamikOzzy

  • Posts: 742
  • Turrets: +317/-172
Re: Mixing Game.qvms
« Reply #8 on: August 03, 2008, 10:36:09 am »
Okay let me explain combining qvms:

You put the:




In the:





And you:





'em both together.



Okay?
« Last Edit: August 03, 2008, 07:21:53 pm by KamikOzzy »
|AoD|Ozzyshka at your service.
Still using Windows XP and still playing 1.1
click this: http://cornersrocks.shop-pro.jp/?pid=16232798

Bomb

  • Guest
Re: Mixing Game.qvms
« Reply #9 on: August 03, 2008, 04:00:19 pm »
You forgot the coconut pic. :(

KamikOzzy

  • Posts: 742
  • Turrets: +317/-172
Re: Mixing Game.qvms
« Reply #10 on: August 03, 2008, 07:23:14 pm »
Hmm, my original one musta been too big. I'm not elite with HTML picture-sizing so if any moderators want to shrink that lime feel free. Thanks for the notice, Bomb. :)
|AoD|Ozzyshka at your service.
Still using Windows XP and still playing 1.1
click this: http://cornersrocks.shop-pro.jp/?pid=16232798

Bomb

  • Guest
Re: Mixing Game.qvms
« Reply #11 on: August 03, 2008, 07:42:14 pm »
I'm always happy to help people post coconut pictures. ;)

Side note: I think we scared the OP away.

cactusfrog

  • Posts: 390
  • Turrets: +678/-176
    • tremulous fun server offical site
Re: Mixing Game.qvms
« Reply #12 on: August 08, 2008, 05:52:31 am »
I just told you.
If you're on Linux, you should already know how to compile things.
is this because it is simpler on linux or you have to be smart to use linux? 

Lava Croft

  • Guest
Re: Mixing Game.qvms
« Reply #13 on: August 08, 2008, 06:01:42 am »
I just told you.
If you're on Linux, you should already know how to compile things.
you have to be smart to use linux? 
Haha!

Bomb

  • Guest
Re: Mixing Game.qvms
« Reply #14 on: August 08, 2008, 11:14:49 pm »
I just told you.
If you're on Linux, you should already know how to compile things.
is this because it is simpler on linux or you have to be smart to use linux? 
Neither. It's because a lot of Linux software is only available as source code and you have to compile it yourself.
« Last Edit: August 09, 2008, 12:26:05 am by Bomb »

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: Mixing Game.qvms
« Reply #15 on: August 09, 2008, 12:24:57 am »
Its also easier on Linux.
Assuming a non-minimalistic distro, most thing can be compiled by typing make.  Trem might need a few libs installed first, but is just as easy.
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.