IPlayDoomwaytomuch Posted March 7 (edited) My 2nd map. I've got to say I really like it! experimenting with switches and lifts for the first time, making more props, and adding ACTUAL SECRETS!!! side note: this was supposed to be themed like a hospital but i tried my best. screenshots Spoiler StatusCritical.zip Edited March 7 by IPlayDoomwaytomuch fixed bugs and stuff. (player was not able to exit.) 3 Quote Share this post Link to post
Bri0che Posted March 7 (edited) The first door can't be opened, you put a W1 linedef in it, so the player is basically soft locked at the first room of the map, sadly... Easy fix though ;) Edited March 7 by Bri0che 0 Quote Share this post Link to post
IPlayDoomwaytomuch Posted March 7 4 hours ago, Bri0che said: The first door can't be opened, you put a W1 linedef in it, so the player is basically soft locked at the first room of the map, sadly... Easy fix though ;) thanks for bringing my attention to this! Quick question, how do I fix? 0 Quote Share this post Link to post
IPlayDoomwaytomuch Posted March 7 3 hours ago, IPlayDoomwaytomuch said: thanks for bringing my attention to this! Quick question, how do I fix? nvm, fixed it 0 Quote Share this post Link to post
Zesiir Posted March 7 (edited) 15 hours ago, IPlayDoomwaytomuch said: My 2nd map. I've got to say I really like it! experimenting with switches and lifts for the first time, making more props, and adding ACTUAL SECRETS!!! That's what Doom mapping is all about :) Gonna try it out! Edit: Tried it out! Was fast paced, but the action was good right out the door. Keep it up. Edited March 7 by Zesiir 1 Quote Share this post Link to post
LadyMistDragon Posted March 7 Pretty small but nice and creative! What red texture was that on the computer desk near the end? It's really small. 0 Quote Share this post Link to post
Gianluco Posted March 8 On 3/7/2024 at 4:38 AM, IPlayDoomwaytomuch said: My 2nd map. I've got to say I really like it! experimenting with switches and lifts for the first time, making more props, and adding ACTUAL SECRETS!!! side note: this was supposed to be themed like a hospital but i tried my best. screenshots Reveal hidden contents StatusCritical.zip Gameplay-wise I love it! It' short and sweet (maybe a bit too easy, but as a first level it works) and I love the hospital theme. But (I don't know if it's a me problem, I ran the wad with GZDoom) some textures look weird, maybe a lenght/offset problem? Some choices are also weird, like the dirt chairs or the "balcony" with the enemies, it looks off. On the bright side, I loved the secrets! Especially the computer one! The HellKnight also jumpscared me the first time, but I think having two powerups and a blue armor in just one room is a bit too much and having an AllMap in such a short map is kinda useless. But honestly, as a second map, it's really cool. Keep making and keep improving! I hope to see more maps from you in the future! 0 Quote Share this post Link to post
IPlayDoomwaytomuch Posted March 8 22 hours ago, LadyMistDragon said: Pretty small but nice and creative! What red texture was that on the computer desk near the end? It's really small. It’s supposed to be kinda like an office plaque 1 Quote Share this post Link to post
ARMCoder Posted March 8 I made the map work on GZDoom, but it didn't work properly on DSDA-Doom (some doors didn't work) and Chocolate Doom just crashed on the map. So it's essential, before anything else, to verify and disclose whether the map is vanilla-compatible, or to which source ports it was targeted and tested on. (A good way to check whether the map is vanilla-compatible is to test-run it on Chocolate Doom). Given the overall map's simplicity, I'd suggest to ensure it's vanilla compatible, unless you really have a specific need. This will guarantee, or at least guide the widest audience to your map. Design-wise, the map has some nice ideas, it's fun for a beginner's mini-map. Keep going. Cheers! 0 Quote Share this post Link to post
rouge_means_red Posted March 9 (edited) 1 hour ago, ARMCoder said: but it didn't work properly on DSDA-Doom (some doors didn't work) Looks like the sectors are using tag 0 @IPlayDoomwaytomuch you should always add tags to your doors, lifts, etc. GZDoom makes it work but most vanilla ports will break if your ignore the tag Edit: I played the map, it's a fine second map and I noticed a couple issues: The door to the room with the 2 Hell Knights is set to only open once (not sure if intentional) with an S1 action instead of SR The exit lacks any indication that it is an exit (which is usually done with an exit sign, using the EXITSIGN texture), so players might end the level by accident You throw a couple powerful weapons at the end but with nothing really to use them on. It's ok to have a short level with just basic weapons, this can still be challenging and interesting The window at the end creates a hall of mirrors glitch. If you want to do a sky, this is what you do: Create a sector around the back of the window area, and select the ceiling and lower it to the floor (you can use the Page Down button for that). This thin sector has to have the sky texture applied to it Also your zip file included a .dbs file, but that's not needed as it's just something Doom Builder uses to save your map preferences Edited March 9 by rouge_means_red 0 Quote Share this post Link to post
IPlayDoomwaytomuch Posted March 9 7 hours ago, rouge_means_red said: Looks like the sectors are using tag 0 @IPlayDoomwaytomuch you should always add tags to your doors, lifts, etc. GZDoom makes it work but most vanilla ports will break if your ignore the tag Edit: I played the map, it's a fine second map and I noticed a couple issues: The door to the room with the 2 Hell Knights is set to only open once (not sure if intentional) with an S1 action instead of SR The exit lacks any indication that it is an exit (which is usually done with an exit sign, using the EXITSIGN texture), so players might end the level by accident You throw a couple powerful weapons at the end but with nothing really to use them on. It's ok to have a short level with just basic weapons, this can still be challenging and interesting The window at the end creates a hall of mirrors glitch. If you want to do a sky, this is what you do: Create a sector around the back of the window area, and select the ceiling and lower it to the floor (you can use the Page Down button for that). This thin sector has to have the sky texture applied to it Also your zip file included a .dbs file, but that's not needed as it's just something Doom Builder uses to save your map preferences for creating the sky texture? what is the texture name (like STUCCO2) 0 Quote Share this post Link to post
rouge_means_red Posted March 9 The sides should have no texture, just the ceiling of that sector that has to use the F_SKY1 texture. This works because of what the Doom renderer does when a wall has no textures, it'll render the walls as if they had the same texture as the surface. You can press Tab while in visual mode to preview the effect Example: skyexample.zip 0 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.