Tremulous Forum
General => Troubleshooting => Topic started by: DraZiLoX on February 21, 2010, 01:21:56 pm
-
Well, i made alot layouts with my friend. I want them to default layout.
How its possible to change that way.
Example: I do !map atcs
Tremulous does something like this: map atcs *BUILTIN*
Well, i want it to my layoutname (all layouts has same name)
Hmm, is there some g_defaultLayout which can be put to mapconfigs.
-
Example: I do !map atcs
Tremulous does something like this…
…using layout "*BUILTIN*" from list (*BUILTIN* )
]adminhelp changemap
AdminCmd: -1 "console" ("console")
adminhelp: help for 'changemap':
Description: load a map (and optionally force layout)
Syntax: changemap [mapname] (layout)
Flag: 'changemap'
Hmm, is there some g_defaultLayout which can be put to mapconfigs.
g_layouts which can also be set in the map rotation with "layouts" in a map command block
-
I know i can do !map atcs balalalalayout, but i want it automatically.
g_layouts " layoutname" ?
-
g_layouts " layoutname" ?
Yes, or
rotation1
{
transit
{
layouts layoutname
}
}
-
thanks =)