Author Topic: How do you program !slap and !layout in a server  (Read 6223 times)

[LaD]GigaJake

  • Posts: 8
  • Turrets: +0/-0
How do you program !slap and !layout in a server
« on: May 29, 2007, 09:04:47 pm »
Ive been googling and searching all over this forum on how to make custom admin powers. I found a really good topic that tought me almost everything i need to know. How you you program the commands !slap and !layout (all layout options) for a home-made server? :overmind:

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
How do you program !slap and !layout in a server
« Reply #1 on: May 29, 2007, 10:28:22 pm »
http://www.mercenariesguild.net/patches has all the patches for !layout and !slap, along with loads others.
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.

[LaD]GigaJake

  • Posts: 8
  • Turrets: +0/-0
How do you program !slap and !layout in a server
« Reply #2 on: May 30, 2007, 01:07:16 am »
ah thank you very much... now I probably sound like an idiot (and i am compared to you guys...) how do you work a tremulous patch file? D:

Evlesoa

  • Guest
How do you program !slap and !layout in a server
« Reply #3 on: May 30, 2007, 05:25:13 am »
I BELIEVE... that is, you compile them into a GAME.QVM and use it on your server... as far as I know

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
How do you program !slap and !layout in a server
« Reply #4 on: May 30, 2007, 02:08:12 pm »
On *nix you do patch -p0 < /path/to/patch and then the usual make.
On windows you find a qvm someone else made that has all the stuff you want.
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.

[LaD]GigaJake

  • Posts: 8
  • Turrets: +0/-0
How do you program !slap and !layout in a server
« Reply #5 on: May 30, 2007, 03:37:28 pm »
Sigh... im in way over my head... if i ad them into the game.qvm it messes up. If i rename it to game.qvm and launch them at the same time, it screws it up... wtf do i do??!?!?!?!?! In terms a monkey could understand... :oops:

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
How do you program !slap and !layout in a server
« Reply #6 on: May 30, 2007, 03:43:29 pm »
What OS you on?
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.

[LaD]GigaJake

  • Posts: 8
  • Turrets: +0/-0
How do you program !slap and !layout in a server
« Reply #7 on: May 30, 2007, 04:34:42 pm »
Windows XP :eek:

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
How do you program !slap and !layout in a server
« Reply #8 on: May 30, 2007, 07:23:06 pm »
Then find a QVM that's got everything you want, and use that.
Most of them are listed in the mods or servers forums.
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.

Thorn

  • Guest
How do you program !slap and !layout in a server
« Reply #9 on: June 17, 2007, 01:32:42 pm »
Quote from: "David"
http://www.mercenariesguild.net/patches has all the patches for !layout and !slap, along with loads others.


I'm could be extremely blind, but after searching there 6 times, i didn't see your slap.patch. I cant find it anywhere else either :/

benmachine

  • Posts: 915
  • Turrets: +99/-76
    • ben's machinery
How do you program !slap and !layout in a server
« Reply #10 on: June 17, 2007, 06:14:00 pm »
Slap isn't available as a separate patch as far as I'm aware. It's mostly just separated and stolen from Balance patches.
benmachine

Divmax

  • Posts: 197
  • Turrets: +3/-8
How do you program !slap and !layout in a server
« Reply #11 on: August 21, 2007, 11:46:41 am »
How do you "steal" the code? In terms someone who doesn't have experience with C would understand.
I'm a developer for the following projects(now I'm inactive) :
TremWars's QVMNot updated anymore
TremWars's Client and Server Executable
TremWars's QVM 2

tehOen

  • Guest
How do you program !slap and !layout in a server
« Reply #12 on: August 21, 2007, 12:02:57 pm »
Quote from: "Divmax"
How do you "steal" the code? In terms someone who doesn't have experience with C would understand.

copy paste?