Map rotation woes

Get support for Unvanquished.
Post Reply
spudwebb
Debugger
Posts: 22
Joined: Fri Feb 07, 2014 2:52 am UTC

Map rotation woes

Post by spudwebb »

cat maprotation.cfg

rotation1 {
arachnid2
chasm
karithm
ethane-beta1
nano
nexus6
niveus
orion
parpax
plat23
spacetracks-r1
station15-r1

Code: Select all

    if numClients < 12 #skip-thunder
    thunder
    #skip-thunder

    utcs
    yocto

}

I believe that's the default file.

but I get:
-> /exec maprotation.cfg ││
│execing 'maprotation.cfg' ││
│Unknown command "arachnid2"
│Unknown command "chasm" ││
│Unknown command "karithm" ││
│Unknown command "ethane-beta1" ││
│Unknown command "nano" ││
│Unknown command "nexus6" ││
│Unknown command "niveus" ││
│Unknown command "orion" ││
│Unknown command "parpax" ││
│Unknown command "plat23" ││
│Unknown command "spacetracks-r1" ││
│Unknown command "station15-r1" ││
│usage: if if <number|string> <relation> <number|string> <cmdthen> (<cmdelse>) — compares two numbers or two string││
│s and executes <cmdthen> if true, <cmdelse> if false ││
│ ││
│-- commands are cvar names unless prefixed with / or \ ││
│Unknown command "thunder" ││
│Unknown command "#skip-thunder" ││
│Unknown command "utcs" ││
│Unknown command "yocto" ││
│Unknown command "}"

also
rotation1 ││
│"rotation1" - "{"

spudwebb
Debugger
Posts: 22
Joined: Fri Feb 07, 2014 2:52 am UTC

Re: Map rotation woes

Post by spudwebb »

I'll reply to my own post.

maprotation.cfg is not a quake parseable file. (like the other .cfgs)

You're supposed to place it in the directory with the other configs and 'set g_initialMapRotation rotation1'

It didn't work for me because it wasn't in the correct configs directory.
For debian it should be /etc/unvanquished-server/

Post Reply