are you sure that it's still working properly?
I'm playing 2002ADO (2002 A DOOM ODYSSEY (V2)), and I can't lower a pillar tagged 666, thus I have defeated the 13 barons !!!
E1M8 & the tag 666
Moderator: Graf Zahl
- Jive
- Posts: 340
- Joined: Sat Mar 11, 2006 23:44
- Location: Manaus (Amazonia)
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
- Jive
- Posts: 340
- Joined: Sat Mar 11, 2006 23:44
- Location: Manaus (Amazonia)
- Contact:
I understood what is happening:
in the MAPINFO, there is no section
Does that mean that the usual way to work for the regular maps don't work properly anymore?!?
The tag 666 applied in E1M8 is coming directly from the past, so that it should work without any special section in a mapinfo lump...
Am I wrong?!?
Plus, this megawad was made to work properly with Zdoom... Which means that, since its release, 4 years ago, nobody was able to bypass the Map ???
The version that I'm using is coming from the doomworld database area.
in the MAPINFO, there is no section
Code: Select all
baronspecial
specialaction_lowerfloor
The tag 666 applied in E1M8 is coming directly from the past, so that it should work without any special section in a mapinfo lump...
Am I wrong?!?
Plus, this megawad was made to work properly with Zdoom... Which means that, since its release, 4 years ago, nobody was able to bypass the Map ???
The version that I'm using is coming from the doomworld database area.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Any map needs this specialaction set, even the one from the IWAD. There's a mapinfo for this in gzdoom.pk3. Its E1M8 looks like this:
Code: Select all
map E1M8 lookup HUSTR_E1M8
levelnum 8
titlepatch WILV07
next EndGame1
secretnext E1M9
sky1 SKY1 0
cluster 1
par 30
nointermission
nosoundclipping
baronspecial
specialaction_lowerfloor
sucktime 1
music D_E1M8
- Jive
- Posts: 340
- Joined: Sat Mar 11, 2006 23:44
- Location: Manaus (Amazonia)
- Contact:
After having repared the MAPINFO file, I was able to end the level.
I added:
I added:
Code: Select all
baronspecial
specialaction_lowerfloor
next EndGame1