actually, you're probably better off not building nodes at all, zdoom will do it for you whenever you load the map, and it has a much better nodes builder when it comes to polyobjs than any external ones avaliable
on a related note, if you do use an external builder, don't use WA's internal one, it's shit. I'd recommend BSP or Warm, those are my favs (BSP doesn't get along with polyobjs tho it seems)
Simply Deathmatch
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
-
- Posts: 912
- Joined: Tue Jul 15, 2003 5:12 pm
well, zdoom will auto-detect if the nodes are stale. to make them stale the easiest thing is to move a vertex slightly and then move it back and save the map without building nodes (to turn off building go to Tools -> Options -> Files tab -> Node Building, select none
to use an external builder you select external in the same tab, I never used it however (I always built nodes from a cmd prompt) but I'm sure someone else here can answer that
to use an external builder you select external in the same tab, I never used it however (I always built nodes from a cmd prompt) but I'm sure someone else here can answer that
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
-
- Posts: 1061
- Joined: Wed Jul 16, 2003 5:29 pm
- Location: Monrovia, CA, USA
-
- ... in rememberance ...
- Posts: 2975
- Joined: Tue Jul 15, 2003 8:06 pm
-
- Posts: 1061
- Joined: Wed Jul 16, 2003 5:29 pm
- Location: Monrovia, CA, USA
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
after dumping the map, couldnt you just use XWE or WinTex to copy the NODES lump from one to the other?Biff wrote:Woah, I didn't know zdoom would do that. If I use dumpmap before actually joining the game, zdoom crashes. After I join, it works OK. A new wad is written to disk, but the map is stripped of all "things". Other resources such as music, sounds, graphics, data lumps are also gone.
-
- Posts: 1061
- Joined: Wed Jul 16, 2003 5:29 pm
- Location: Monrovia, CA, USA
That might work fine, Muffin Ruler. 
As far as external node builders, I'm still having best overall luck with WARM. If you are going to use it often while working, you'd probably want to use the command line argument to specify that it not rebuild the reject table since that can take quite a while on a large map (takes more than a minute for simply deathmatch on 1 Ghz machine).
Oops, just checked, I think your fast option is to use the -z argument, which simply fills the reject table with zeroes. Leave off the -z for your final build if you want a proper reject table. You can see the command line arguments by simply executing warm.exe without any wad file named on the command line.

As far as external node builders, I'm still having best overall luck with WARM. If you are going to use it often while working, you'd probably want to use the command line argument to specify that it not rebuild the reject table since that can take quite a while on a large map (takes more than a minute for simply deathmatch on 1 Ghz machine).
Oops, just checked, I think your fast option is to use the -z argument, which simply fills the reject table with zeroes. Leave off the -z for your final build if you want a proper reject table. You can see the command line arguments by simply executing warm.exe without any wad file named on the command line.