r/DoomModDevs

Image 1 — Door Not Working?
Image 2 — Door Not Working?
Image 3 — Door Not Working?

Door Not Working?

Hey Everyone. I wanted to make a door but for some reason it doesn't render when I first load into the map, but after using it, it does. Any tips on how to fix this? Thanks.

u/Greedy_Amphibian475 — 24 hours ago

Coding a custom zoom key, help required

Good day.

I have an idea to write code for a custom zoom in-zoom out key. This is what it looks like:

addmenukey "Zoom" "+SVD_zoom"

alias +SVD_zoom "fov 20"

alias -SVD_zoom "fov 90"

defaultbind "mouse2" "+SVD_zoom"

. The issue is that with field of view set to 20 mouse sensitivity becomes too high, which harms aim accuracy. Changing the mouse sensitivity by using a command like

"fov 20; mouse_sensitivity 0.2"

is not working. Using an A_ZoomFactor action in weapon's state will not do either because both fire and altfire states are reserved for attack and special ability.

Let me know what other methods might work.

reddit.com
u/William_Wave — 6 days ago

how the hell do you make glass (ultimate doom builder)

ive made a texture in paint. net with an opacity of 1 put the texture into my wad with slade3 (via with this tutorial https://www.youtube.com/watch?v=huYF2KiilV4) put it on a wall (first image for reference) and i just see black thats with all transparent textures not just my custom one (second image for reference) how do i fix this

if you need more info ill try and give it (i also didint really understand what i found when searching a fix up)

u/bendy27893 — 11 days ago