// ==========================
//  Ultimate Doom Episode 1
// ==========================
cluster 1
{
    flat = "FLOOR4_8"
    music = "$MUS_VICTOR"
    entertext = ""
    exittext = "EP1TEXT"
}

// Redirect E1M8 to cluster 1 finale
map E1M8 "Phobos Anomaly"
{
    cluster = 1
    next = "E2M1"
}


// ==========================
//  Episode 2
// ==========================
cluster 2
{
    flat = "SLIME16"
    music = "$MUS_VICTOR"
    exittext = "EP2TEXT"
}

map E2M8 "Tower of Babel"
{
    cluster = 2
    next = "E3M1"
}


// ==========================
//  Episode 3
// ==========================
cluster 3
{
    flat = "F_SKY1"
    music = "$MUS_VICTOR"
    exittext = "EP3TEXT"
}

map E3M8 "Dis"
{
    cluster = 3
    next = "E4M1"
}


// ==========================
//  Episode 4 (Ultimate Doom)
// ==========================
cluster 4
{
    flat = "FLOOR7_2"
    music = "$MUS_VICTOR"
    exittext = "EP4TEXT"
}

map E4M8 "Unto The Cruel"
{
    cluster = 4
    next = "EndGameC" // this is DOOM's castcall ending
}
