Tremulous Forum

Community => Servers => Topic started by: tojimaru on March 15, 2008, 07:53:35 pm

Title: Saving Layouts
Post by: tojimaru on March 15, 2008, 07:53:35 pm
I made my own server and i would like to know how to save layouts from my server. Also, can someone tell me how to execute a saved layout at the start of a game? I would very much appreciate it.
Title: Re: Saving Layouts
Post by: ServerInLAN on March 15, 2008, 11:13:39 pm
!layout save name
!layout load name
Title: Re: Saving Layouts
Post by: tojimaru on March 16, 2008, 03:46:32 am
nothing happens when i write those in. I think I may have to set that up. Does anyone know how?
Title: Re: Saving Layouts
Post by: mooseberry on March 16, 2008, 05:59:07 am
You need to have a qvm with those commands in it.
Title: Re: Saving Layouts
Post by: Undeference on March 16, 2008, 12:52:59 pm
How about the correct commands instead (since !layout is buggy and unsupported)?
/rcon <password> layoutsave <layout>
/rcon <password> layoutload <layout> (or !restart <layout>)
Title: Re: Saving Layouts
Post by: tojimaru on March 17, 2008, 12:11:04 am
How can i find the password? Where does it say it?
Title: Re: Saving Layouts
Post by: Rocinante on March 17, 2008, 12:24:06 am
It's whatever you set it to in server.cfg.  If it's not in there, then there's probably no password which I believe means no rcon available.  So set one in the cfg, or use the actual console to set one (or make the change).  'rconpassword' is the cvar which you seek.
Title: Re: Saving Layouts
Post by: Undeference on March 17, 2008, 03:09:30 am
I made my own server
How can i find the password?
facepalm
Title: Re: Saving Layouts
Post by: Archangel on March 17, 2008, 03:52:06 am
(http://www.lt3c.info/inky/facepalm.jpg)
Title: Re: Saving Layouts
Post by: tojimaru on March 17, 2008, 04:15:17 am
Ok, i got the rcon password. But now when i type /rcon <password> layoutsave <layout>   it says unknown command layoutsave. I really need to know how to save a layout. I don't have much time.
Title: Re: Saving Layouts
Post by: Undeference on March 17, 2008, 08:42:57 pm
You need to use a game.qvm that supports custom layouts (svn r886+). If you typed everything properly and the command is not recognized, that means you need a newer game.qvm.
Title: Re: Saving Layouts
Post by: tojimaru on March 18, 2008, 12:13:21 am
OMG i got a new game.qvm   and now i got a whole bunch of commands!!! Thanks all of you guys who helped me.