First Question, how can I change the sound for one single sector movement? For example I have a moving floor and a moving ceiling ("FloorAndCeiling_LowerByValue") and I don't want the standard doom floor movement sound to be played, I want something different (defined in the SNFINFO lump), how do I do that?
Second Question, does anyone have a sound that sounds like an old rusty elevator that's moving? Or something similar that can be played continueously while the floors/ceilings are moving?
"Floor/Ceiling Raise/Lower" Different Sound?!
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- Tormentor667
- Posts: 13556
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact:
- chaoscentral
- Posts: 677
- Joined: Sun Feb 27, 2005 4:32 pm
- Location: Revere, MA
- Contact:
- Tormentor667
- Posts: 13556
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact:
- Tormentor667
- Posts: 13556
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact:
I got this script for the platforms:
Now I just need 3 sounds!
Code: Select all
:Seq2Plat
platform 1
playuntildone Plat1BEG
playrepeat Plat1MID
stopsound Plat1END
end
Can't remember where these came from - any use?
I use them like this
Obviously I have a sndinfo entry that defines them as CLANK1 and CLANK2
I use them like this
Code: Select all
:Clank
DOOR 9
PLATFORM 9
attenuation STATIC
playrepeat CLANK1
stopsound CLANK2
end
Last edited by Enjay on Fri Mar 17, 2006 7:14 pm, edited 1 time in total.
- Tormentor667
- Posts: 13556
- Joined: Wed Jul 16, 2003 3:52 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Germany
- Contact: