[Fixed] Clusters and Irregularly Named Levels

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
Nanami
Posts: 1066
Joined: Tue Jul 15, 2003 5:13 pm
Location: That little island pritch created.
Contact:

Clusters and Irregularly Named Levels

Post by Nanami »

Code: Select all

clearepisodes
episode LOUNGE
name "ZooM"

//LOUNGE

map LOUNGE "The Lounge"
levelnum 0
next 1
cluster 0
sky1 SKY1 0
music D_LOUNGE

//DEMO CUP

map C1T1 "Hangar Race"
levelnum 1
next LOUNGE
cluster 1
sky1 SKY1 0

map C1T2 "Moonbase Race"
levelnum 2
next LOUNGE
cluster 1

map C1T3 "Fort Havoc"
levelnum 3
next LOUNGE
cluster 1
sky1 FORTSKY 0
music D_FRTHVC

map C1T4 "Sithe Mountain"
levelnum 4
next LOUNGE
cluster 1
music D_VOLCAN

map C1T5 "Race of the Triad"
levelnum 5
next LOUNGE
cluster 1
sky1 rottsky 0
music D_ROTRUN
I'm using a Teleport_NewMap(lvl,0); special in the lounge and it should teleport to the level in the cluster (IE, "4" would take the player to C1T4 since the levelnum is 4) but instead it takes the player to MAP04.
User avatar
Ultraviolet
Posts: 1152
Joined: Tue Jul 15, 2003 9:08 pm
Location: PROJECT DETAILS CLASSIFIED.

Post by Ultraviolet »

Sithe Mountain? Do you mean "Scythe" or is this made up or some literary reference I'm not catching?
User avatar
Nanami
Posts: 1066
Joined: Tue Jul 15, 2003 5:13 pm
Location: That little island pritch created.
Contact:

Post by Nanami »

Actually, Sithe was the name of a fire dragon in a book I was writing once. That's the only inspiration.
User avatar
SargeBaldy
Posts: 366
Joined: Tue Jul 15, 2003 3:49 pm
Location: Oregon
Contact:

Post by SargeBaldy »

yeah but where do you think the author got the name from :P
User avatar
Nanami
Posts: 1066
Joined: Tue Jul 15, 2003 5:13 pm
Location: That little island pritch created.
Contact:

Post by Nanami »

SargeBaldy wrote:yeah but where do you think the author got the name from :P
I said a book I was writing. I made up the name. I also made up several other names, for RP characters and in books I thought I was going to write when younger. In this particular book:

Fire - Sithe
Earth - Valkis

I also borrowed some names like:
Water - Leviathan
Wind - Xerxes
User avatar
randi
Site Admin
Posts: 7746
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Post by randi »

Fixed.
Post Reply

Return to “Closed Bugs [GZDoom]”