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.
!layout save name
!layout load name
nothing happens when i write those in. I think I may have to set that up. Does anyone know how?
You need to have a qvm with those commands in it.
How about the correct commands instead (since !layout is buggy and unsupported)?
/rcon <password> layoutsave <layout>
/rcon <password> layoutload <layout> (or !restart <layout>)
How can i find the password? Where does it say it?
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.
(http://www.lt3c.info/inky/facepalm.jpg)
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.
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.
OMG i got a new game.qvm and now i got a whole bunch of commands!!! Thanks all of you guys who helped me.