Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Zolgia108

Quick cluster intermission question!

Question

Hi guys, for my megawad i am now doing map 17, which is the end of the third episode (in doom2 iwad) and and i want to put the fourth intermission text before map 18, problem is that it doesn't appear. I did exactly what i did before but this time it doesn't work, any ideas? This is the mapinfo, the problem is with cluster 5 (note that map 18 works correctly with music and sky). Thanks a lot guys

 

map MAP01 "Ruins of Zos"
{
cluster = 1
levelnum = 1
music = "D_runnin"
sky1 = "SKY1"
next = "MAP02"
}
map MAP02 "Ruins of the One Temple"
{
cluster = 2
levelnum = 2
music = "D_STALKS"
sky1 = "SKY1"
next = "MAP03"
}
map MAP03 "The Lich"
{
cluster = 2
levelnum = 3
music = "D_countd"
sky1 = "SKY1"
next = "MAP04"
}
map MAP04 "The Worm that Gnaws in the Night"
{
cluster = 2
levelnum = 4
music = "D_betwee"
sky1 = "SKY1"
next = "MAP05"
}
map MAP05 "Sinkhole"
{
cluster = 2
levelnum = 5
music = "D_doom"
sky1 = "SKY1"
next = "MAP06"
}
map MAP06 "Blood Inside"
{
cluster = 2
levelnum = 6
music = "D_the_da"
sky1 = "SKY1"
next = "MAP07"
}
map MAP07 "Close to Dog"
{
cluster = 2
levelnum = 7
music = "D_Shawn"
sky1 = "SKY1"
next = "MAP08"
}
map MAP08 "One with the Shade"
{
cluster = 3
levelnum = 8
music = "D_ddtblu"
sky1 = "SKY1"
next = "MAP09"
}
map MAP09 "The City of Zos"
{
cluster = 3
levelnum = 9
music = "D_in_cit"
sky1 = "SKY1"
next = "MAP10"
}
map MAP10 "Solitary Confinement"
{
cluster = 3
levelnum = 10
music = "D_dead"
sky1 = "SKY1"
next = "MAP11"
}
map MAP11 "The Gaze"
{
cluster = 3
levelnum = 11
music = "D_stlks2"
sky1 = "SKY1"
next = "MAP12"
}
map MAP12 "Keys to the Gate"
{
cluster = 3
levelnum = 12
music = "D_theda2"
sky1 = "SKY1"
next = "MAP13"
}
Map MAP13 "Shadow Dweller"
{
Cluster = 4
levelnum = 13
music = "D_doom2"
sky1 = "SKY2"
next = "MAP14"
}
Map MAP14 "Flow Down"
{
Cluster = 4
levelnum = 14
music = "D_ddtbl2"
sky1 = "SKY2"
next = "MAP15"
}
Map MAP15 "Black Sword"
{
Cluster = 4
levelnum = 15
music = "D_runni2"
sky1 = "SKY2"
next = "MAP16"
}
Map MAP16 "Masak Mavdil"
{
Cluster = 4
levelnum = 16
music = "D_dead2"
sky1 = "SKY2"
next = "MAP17"
}
Map MAP17 "Imagine Vulva"
{
Cluster = 4
levelnum = 17
music = "D_stlks3"
sky1 = "SKY2"
next = "MAP18"
}
Map MAP18 "Circle 1: Limbo"
{
Cluster = 5
levelnum = 18
music = "D_stlks3"
sky1 = "SKY3"
next = "MAP19"
}
Cluster 2
{
    Flat = "ablood09"
    Music = "D_READ_M"
    Entertext = "Snail has to deal with his own shade",
    "Back to the past",
    "Back in a world where men did not exist",
    "where the abyss reigned upon the land",
    "where the stars and the gods were fearsome",
    "and well known",
    "As soon as he touched the sand",
    "he recognized his sorrow",
    "Snail gazed at the ochre ocean",
    "they were calling him again",
    "His path had finally come to an end",
    "He took a deep breath",
    "and he approached the temple in ruins"
}
Cluster 3
{
Flat = "ablood09"
Music = "D_READ_M"
Entertext = "First is smashed bones",
"drops of loneliness",
"although Evil has no roots",
"Second was never born",
"The moon",
"disgusts me",
"Children on seven paws",
"pour on the stone walls",
"They have got thousands of eyes",
"But no mouths to cry"
}
Cluster 4
{
Flat = "ablood09"
Music = "D_READ_M"
Entertext = "Can a hand full of dark",
"hold a gun in a restless night?",
"King of Black Holes, Mighty One",
"Universal Mind",
"Take a deep breath and hold the dust",
"Empty Hand full of thoughts",
"Mind your words and mark mine",
"It has to go down, Doom, disaster, omen",
"it has to go down... walls, a bed",
"and the whispering shades",
}
Cluster 5
{
Flat = "ablood09"
Music = "D_READ_M"
Entertext = "Beyond the Abyss a whispering hiss",
"Again i was drowning in the vortex divine",
"again my torch ceased to shine",
"So dark her temple started to crumble",
"Barely i survived the second tunnel",
"I knocked at her door and i was opened inside",
"my precious goddess of suicide",
"Never will pain leave me and end",
"once i'll be able to comprehend",
}

Share this post


Link to post

4 answers to this question

Recommended Posts

  • 0

Not seeing anything super obvious, although I do see two trailing commas on cluster 4 and 5 entertext. I'd try removing those first.

Share this post


Link to post
  • 0

it seems that putting exittext on cluster5 solved it, even though i still would like to understand why. Which comas are the problem m8? They are all the same to me from cluster  2 to 5. Thanks for the answer btw!

Share this post


Link to post
  • 0
1 hour ago, Zolgia108 said:

Which comas are the problem m8? They are all the same to me from cluster  2 to 5. Thanks for the answer btw!

He is referring to the commas after the last line of text for clusters 4 and 5. Unlike the semicolons in ACS, those commas are only needed if there is more text after them.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×