Rotation.txt

2 replies [Last post]
sMaxKillMax
Offline
Joined: Jan 2004
Posts:

help me adjust it, below is rotation.
It isn't going to second map, thanks.

[code:1]
# Excessive Plus for Quake III Arena
#
# www.excessiveplus.net

// comment
# comment

// this will be executed before each map

q3dm6 {
fraglimit: 100
timelimit: 25
g_gametype 0

q3dm1 {
fraglimit:85
timelimit: 30
g_gametype 0

}

// this will be ffa! remember the "g_gametype: 0"
q3ctf4[/code:1]

Anonymous
Rotation.txt

Try this

-DeeXGod
:twisted:

------------------------------------------------------------------------------------

# Excessive Plus for Quake III Arena
#
# www.excessiveplus.net

// comment
# comment

// this will be executed before each map

q3dm6 {
fraglimit: 100
timelimit: 25
g_gametype 0

}

q3dm1 {
fraglimit:85
timelimit: 30
g_gametype 0

}

// this will be ffa! remember the "g_gametype: 0"
q3ctf4

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Rotation.txt

Every opened bracket "{" have to be closed again "}".
They describe a section:

[code:1]Topic {
Key1: Value1
Key2: Value2
Key3: "Value 3"
}

// this key does not belong to "Topic"
Key 4: "test"[/code:1]