Gez Posted June 17, 2017 One way is to define a platform sound sequence that uses the door sounds in SNDSEQ and then override the door sector to use that sound sequence, through the soundsequence property in UDMF, or a sound_sequence_thing in older map formats. Another way that should probably work is to make the "real" door in a control sector between two dummy sectors (so that it can actually open), and have the visible door use a sector link where you link the platform door's floor with the dummy door's ceiling, and invert the movement. (So, surface 1, type 5.) 1 Quote Share this post Link to post
Misty Posted June 20, 2017 How to convert ANIMATED into ANIMDEFS? 0 Quote Share this post Link to post
ranhcase Posted June 20, 2017 is there a way to make a linedef impassable only by one direction, so the player can pass by the other side? 0 Quote Share this post Link to post
Albertoni Posted June 20, 2017 4 hours ago, MysteriousHaruko said: How to convert ANIMATED into ANIMDEFS? By hand. Good luck. There might be an easier way somewhere, but I looked before and didn't found anything. 10 minutes ago, ranhcase said: is there a way to make a linedef impassable only by one direction, so the player can pass by the other side? ZDoom and ACS would allow that: https://zdoom.org/wiki/SetLineBlocking For vanilla, you miiiiiiiiiiiight be able to, with some BLOCKMAP abuse, but I wouldn't count on it. 1 Quote Share this post Link to post
Misty Posted June 20, 2017 2 minutes ago, Albertoni said: By hand. Good luck. There might be an easier way somewhere, but I looked before and didn't found anything. Damn, I guess I'll stay with ANIMATED and reconvert some textures in ANIMATED too. I don't know if ANIMDEFS can stay with ANIMATED, that's why I'm asking here. 0 Quote Share this post Link to post
ranhcase Posted June 20, 2017 5 minutes ago, Albertoni said: ZDoom and ACS would allow that: https://zdoom.org/wiki/SetLineBlocking For vanilla, you miiiiiiiiiiiight be able to, with some BLOCKMAP abuse, but I wouldn't count on it. Thanks for the info. I don't wanna mess with BLOCKMAP stuff, i know nothing about it. I'm gonna think of something else, thanks. 0 Quote Share this post Link to post
Dragonfly Posted June 20, 2017 I know this one sounds ridiculous, but, you could just have a small staircase (32 units high) so when you fall down you can't return. 0 Quote Share this post Link to post
Albertoni Posted June 21, 2017 (edited) 33 minutes ago, MysteriousHaruko said: I don't know if ANIMDEFS can stay with ANIMATED, that's why I'm asking here. I'd assume yes, as long as they don't provide conflicting info. I'd make a quick test to be sure though. 31 minutes ago, ranhcase said: Thanks for the info. I don't wanna mess with BLOCKMAP stuff, i know nothing about it. I'm gonna think of something else, thanks. Depending on how the ceiling is set up in that area, this might be of use: Or this: https://doomwiki.org/wiki/Making_an_invisible_floor Edited June 21, 2017 by Albertoni 0 Quote Share this post Link to post
Misty Posted June 21, 2017 9 minutes ago, Albertoni said: I'd assume yes, as long as they don't provide conflicting info. I'd make a quick test to be sure though. Both texture sets have different things. I'll wait and see what you'll say here. 0 Quote Share this post Link to post
Albertoni Posted June 21, 2017 3 minutes ago, MysteriousHaruko said: Both texture sets have different things. I'll wait and see what you'll say here. I meant "you go and make one." Just try adding both sets as resources, put one animated texture of each on a wall and see what happens. 0 Quote Share this post Link to post
Misty Posted June 21, 2017 Just now, Albertoni said: I meant "you go and make one." Just try adding both sets as resources, put one animated texture of each on a wall and see what happens. Yeah. That's right. I should test it for myself. Anyway,thanks. 1 Quote Share this post Link to post
Bauul Posted June 21, 2017 1 hour ago, ranhcase said: Thanks for the info. I don't wanna mess with BLOCKMAP stuff, i know nothing about it. I'm gonna think of something else, thanks. What @Dragonfly said: a small step you fall down or a door that closes behind you will feel much more honest to the player than an invisible wall they just walked through. You know how much everyone loves invisible walls! 0 Quote Share this post Link to post
VGA Posted June 21, 2017 I want to mess around with mapping a bit, even though I am artistically handicapped. Is there some boom-compatible texture pack I can use? It helps me if I see interesting textures and flats, gives me ideas, heh. 0 Quote Share this post Link to post
Albertoni Posted June 21, 2017 (edited) 18 minutes ago, VGA said: I want to mess around with mapping a bit, even though I am artistically handicapped. Is there some boom-compatible texture pack I can use? It helps me if I see interesting textures and flats, gives me ideas, heh. http://realm667.com/index.php/en/texture-stock-mainmenu-152-97360/doom-style-mainmenu-153-87237 and also pretty much anything in the idgames archive. shogotex.wad is awesome, but while compatible, not everything in it fits with the normal Doom textures. Edited June 21, 2017 by Albertoni 1 Quote Share this post Link to post
Gez Posted June 21, 2017 12 hours ago, MysteriousHaruko said: How to convert ANIMATED into ANIMDEFS? SLADE 3, right-click on ANIMATED lump, select "convert to ANIMDEFS" option in context menu. 0 Quote Share this post Link to post
Graf Zahl Posted June 21, 2017 13 hours ago, MysteriousHaruko said: How to convert ANIMATED into ANIMDEFS? If the lump is inside a WAD WADEXT will also decompile ANIMATED and SWITCHES lumps to ANIMDEFS format. 0 Quote Share this post Link to post
scifista42 Posted June 21, 2017 (edited) 8 hours ago, Bauul said: What @Dragonfly said: a small step you fall down or a door that closes behind you will feel much more honest to the player than an invisible wall they just walked through. You know how much everyone loves invisible walls! The wall could be covered by a translucent middle texture, making a visible "one-way forcefield". One-way passable walls could also be useful for controlling movement of monsters alone (leading them to an area while preventing them from leaving), possibly in areas that the player can't reach at all, or these walls could block the player differently than the monsters (passable from both sides / impassable from both sides). Edited June 21, 2017 by scifista42 0 Quote Share this post Link to post
Phade102 Posted June 21, 2017 3 hours ago, VGA said: I want to mess around with mapping a bit, even though I am artistically handicapped. Is there some boom-compatible texture pack I can use? It helps me if I see interesting textures and flats, gives me ideas, heh. Honestly, while its used a lot, cc4-tex.wad which comes with community chest 4 is a massive texture wad with so much stuff. you should try that. 1 Quote Share this post Link to post
Egg Boy Posted June 21, 2017 I'm having issues with Bridges in Boom. It works, but there's a HOM directly below it. I see this HOM in GLBoom + but not GZDoom. Related question: How do I stop the sound of the lift raising when you walk across the bridge? 0 Quote Share this post Link to post
Spectre01 Posted June 22, 2017 Hey guys, how's it going, Spectre01 here. How do you stop default Doom 2 demos from playing after launching a PWAD? 0 Quote Share this post Link to post
Edward850 Posted June 22, 2017 1 hour ago, Spectre01 said: Hey guys, how's it going, Spectre01 here. How do you stop default Doom 2 demos from playing after launching a PWAD? Replace the demos with new ones. 0 Quote Share this post Link to post
Spectre01 Posted June 22, 2017 Looks like adding Demo1-3 markers in Slade with no demos between them did the trick. 0 Quote Share this post Link to post
scifista42 Posted June 22, 2017 (edited) ^ I think that only works in certain ports. Also, DEMO1-3 are not markers, but normal lumps, and demos are not supposed to be between them, but in them. Edited June 22, 2017 by scifista42 0 Quote Share this post Link to post
Spectre01 Posted June 22, 2017 Slade shows them as Type > Marker for me. I copied those over from Stardate 20x7, which plays no demos, and that seemed to work in GLBoom+ at least. 0 Quote Share this post Link to post
scifista42 Posted June 22, 2017 16 minutes ago, Spectre01 said: Slade shows them as Type > Marker for me. SLADE3 just shows "Type: Marker" for any (non-special) lump with "Size: 0". 18 minutes ago, Spectre01 said: that seemed to work in GLBoom+ at least. PrBoom-plus and GlBoom-plus are among the certain ports where this works, sure. 0 Quote Share this post Link to post
NeedHealth Posted June 25, 2017 I am having an error where I have two pairs of stairs generated by a switch 127 stairs raise by 16 (fast) that monsters refuse to climb. They behave as if the generated pair of stairs is set to block monsters. I am out of ideas and this makes the map easier so I would like to solve it. I have a linedef walk-over trigger for an other action in the middle of both pairs of stairs but that can't be the root can it ? 0 Quote Share this post Link to post
scifista42 Posted June 25, 2017 (edited) Your stairs may be too steep for monsters to climb. A monster can only step to a new position if the terrain directly below the monster's hitbox on the new position is relatively plain, precisely that the height difference between the lowest and the highest heights of all floors below the monster's hitbox must be lesser or equal the monster step height, which is standardly 24 map units. This makes too wide monsters unable to climb stairs that are too narrow and steep. Generally, the monster's diameter and walking speed, and each step's height and narrowness, are all factors that determine whether the monster will be able to climb the stairs or not. Edited June 25, 2017 by scifista42 1 Quote Share this post Link to post
Bauul Posted June 25, 2017 @NeedHealth Exactly as Scifista said. Unlike the player that will happily whiz up stairs a unit wide, the monsters cannot climb any stairs that are steeper than 24 units per the monster width. By which we mean you could have one 24 unit step, two 12 unit steps or even twenty four 1 unit steps, but the total horizontal distance between the first and last cannot be more than the width of the monster. E.g. for an imp, the stairs cannot go more than 24 units up every 40 units across. And that's presuming the imp approaches them perfectly orthogonally. If they hit them diagonally, that increases to 57 units across for every 24 up. And even then the random monster movement can confuse things, so I wouldn't go for anything steeper than about 70 units for every 24 up. For a Spider Mastermind, you need steps that are nearly 400 units wide for every 24 units up! 1 Quote Share this post Link to post
scifista42 Posted June 25, 2017 (edited) 1 hour ago, Bauul said: monsters cannot climb any stairs that are steeper than 24 units per the monster width. By which we mean you could have one 24 unit step, two 12 unit steps or even twenty four 1 unit steps, but the total horizontal distance between the first and last cannot be more than the width of the monster. To be entirely precise, "distance between the first and last step" must not be greater than "the monster's diameter minus the monster's speed per one move". But if the "distance between the first and last step" is in the critical range between "monster's diameter minus its speed per one move" and full "monster's diameter", the monster may or may not succeed to climb the step any time it tries to do so, depending on the monster's very exact position relative to the steps. In this scenario, the greater distance, the more likely the monster will succeed to climb the step. You can observe this for example with Revenants on staircases where each step is 16 units high and 32 units narrow. They will seem "partially blocked" by the stairs, slowly climbing them in the long term but staying on each step for quite a long time before succeeding to move to the next step. Edited June 25, 2017 by scifista42 1 Quote Share this post Link to post
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.