UDMF Node issues

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 a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: UDMF Node issues

Re: UDMF Node issues

by MaxED » Sun Nov 02, 2014 1:06 pm

To Graf: mkay, seems to be my fault after all... (BLOCKMAP lump was not removed when switching map fromat to UDMF in GZDB). Fixed in r2111: when switching to a different map format, all nodes with "nodebuild" property set to true in the "maplumpnames" block of current game configuration are now removed.

To RaveYard: you can fix your map by removing the BLOCKMAP lump in Slade 3.

Re: UDMF Node issues

by Graf Zahl » Sun Nov 02, 2014 12:03 pm

It's the blockmap. I wonder how that ended up in the map.

Re: UDMF Node issues

by MaxED » Sun Nov 02, 2014 11:33 am

I've looked into the issue (using gzdoom-g2.1.pre-188 and ZDBSP 1.18.1) and here are my findings:

1. The issue is there: I can walk through linedef 6223.
2. Nodes themseleves seem to be in working order (or at least I don't see anything wrong with them using GZDB's Nodes Viewer plugin).
Spoiler:
3. There are bunch of linedefs marked as double-sided when in reality they aren't.
Spoiler:

Re: UDMF Node issues

by Graf Zahl » Sun Nov 02, 2014 10:33 am

RaveYard wrote: btw I use ZDBSP.
Which version? There have been problems with UDMF in the past but they should be fixed by now.

UDMF Node issues

by RaveYard » Sun Nov 02, 2014 4:50 am

It seems whenever GZDoom Builder uses nodebuilder on my map there are some collision problems with walls. (i.e: I can walk thru this line at X:385 Y:1346)
When I delete the ZNODES inside the .wad, everything works just fine.
btw I use ZDBSP.

I tested this with Zandronum, GZDoom and ZDoom 2.7.1 ... all of those show that whenever I leave the ZNODES inside the .wad, the collision is messed up.
with ZDoom 2.5.0 I cannot launch the map at all (with or without ZNODES)

Download link for my map: (Textures not included)
https://www.dropbox.com/s/wj9sc3et0sqk4 ... 1.zip?dl=0

EDIT: The nodes are correctly building now, I don't know what caused it to work again. One hour ago it was broken!

Top