Author Topic: Saving Layouts  (Read 5390 times)

tojimaru

  • Posts: 81
  • Turrets: +6/-6
Saving Layouts
« 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.
« Last Edit: March 15, 2008, 08:32:31 pm by tojimaru »

ServerInLAN

  • Posts: 18
  • Turrets: +0/-7
Re: Saving Layouts
« Reply #1 on: March 15, 2008, 11:13:39 pm »
!layout save name
!layout load name

tojimaru

  • Posts: 81
  • Turrets: +6/-6
Re: Saving Layouts
« Reply #2 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?

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: Saving Layouts
« Reply #3 on: March 16, 2008, 05:59:07 am »
You need to have a qvm with those commands in it.
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: Saving Layouts
« Reply #4 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>)
Need help? Ask intelligently. Please share solutions you find.

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

tojimaru

  • Posts: 81
  • Turrets: +6/-6
Re: Saving Layouts
« Reply #5 on: March 17, 2008, 12:11:04 am »
How can i find the password? Where does it say it?
« Last Edit: March 17, 2008, 12:21:05 am by tojimaru »

Rocinante

  • Posts: 642
  • Turrets: +252/-668
    • My Homepage
Re: Saving Layouts
« Reply #6 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.
}MG{Mercenaries Guild
"On my ship, the Rocinante, wheeling through the galaxies, headed for the heart of Cygnus, headlong into mystery." -- Rush, "Cygnus X-1"

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: Saving Layouts
« Reply #7 on: March 17, 2008, 03:09:30 am »
Need help? Ask intelligently. Please share solutions you find.

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

Archangel

  • Guest
Re: Saving Layouts
« Reply #8 on: March 17, 2008, 03:52:06 am »

tojimaru

  • Posts: 81
  • Turrets: +6/-6
Re: Saving Layouts
« Reply #9 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.
« Last Edit: March 17, 2008, 05:34:00 am by tojimaru »

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: Saving Layouts
« Reply #10 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.
Need help? Ask intelligently. Please share solutions you find.

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

tojimaru

  • Posts: 81
  • Turrets: +6/-6
Re: Saving Layouts
« Reply #11 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.