I'm editing using Skulltag(Doom in Hexen Format), and there doesn't appear to be anything I can use to make a linedef block the player only (I still want monsters and projectiles to go through.)
I came across "Line_SetBlocking", but it doesn't seem to work when I script it. I'm using Doom Builder 1 (I find it easier to use than DB2). Anyone know what to do?
Lindef that blocks player only?
-
nightshade94
- Posts: 29
- Joined: Sun Oct 14, 2012 9:10 pm
- Location: Canada
Lindef that blocks player only?
Last edited by nightshade94 on Wed Oct 17, 2012 1:01 am, edited 1 time in total.
-
TheMisterCat
- Posts: 79
- Joined: Mon Jun 04, 2012 2:21 pm
- Location: NZ
RE: Lindef that blocks player only?
Use UDMF in the future. It has a line flag to block only players.
-
nightshade94
- Posts: 29
- Joined: Sun Oct 14, 2012 9:10 pm
- Location: Canada
RE: Lindef that blocks player only?
Looks like Im using DB2 now. Thanks for the help though.
RE: Lindef that blocks player only?
Hexen format does have support for this, but it's probably not in the config file this was also a problem during ST days.
- ZZYZX
- Posts a lot
- Posts: 742
- Joined: Thu Jun 07, 2012 5:56 pm
- Location: Ukraine
- Clan: A3
- Clan Tag: [A3]
RE: Lindef that blocks player only?
Hexen format supports this using Line_SetIdentification (usually put as line special) and Line_SetBlocking (usually put in OPEN script).Pottus wrote: Hexen format does have support for this, but it's probably not in the config file this was also a problem during ST days.
Last edited by ZZYZX on Thu Nov 01, 2012 8:13 am, edited 1 time in total.
quality DoomExplorer hackeringFilystyn wrote:Do you know what windows.h is? It's D, DWORD.
overcomplicated ZDoom grenade
random Doom things
GZDoomBuilder-Bugfix