Tremulous Forum

Community => Servers => Topic started by: [LaD]GigaJake on May 29, 2007, 09:04:47 pm

Title: How do you program !slap and !layout in a server
Post by: [LaD]GigaJake 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:
Title: How do you program !slap and !layout in a server
Post by: David 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.
Title: How do you program !slap and !layout in a server
Post by: [LaD]GigaJake 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:
Title: How do you program !slap and !layout in a server
Post by: Evlesoa 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
Title: How do you program !slap and !layout in a server
Post by: David 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.
Title: How do you program !slap and !layout in a server
Post by: [LaD]GigaJake 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:
Title: How do you program !slap and !layout in a server
Post by: David on May 30, 2007, 03:43:29 pm
What OS you on?
Title: How do you program !slap and !layout in a server
Post by: [LaD]GigaJake on May 30, 2007, 04:34:42 pm
Windows XP :eek:
Title: How do you program !slap and !layout in a server
Post by: David 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.
Title: How do you program !slap and !layout in a server
Post by: Thorn 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 :/
Title: How do you program !slap and !layout in a server
Post by: benmachine 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.
Title: How do you program !slap and !layout in a server
Post by: Divmax 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.
Title: How do you program !slap and !layout in a server
Post by: tehOen 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?