Jump to content

Automatic ambient sound?


Recommended Posts

Iss possible to make automatic ambient sound?
I mean water or nukage sound will play automatically after load map?
Give to water,lava,nukage and atc. texures his own sound only by using a script? I hope you understand what I mean and excuse my english
Thanks

Share this post


Link to post
aurelianus said:

Iss possible to make automatic ambient sound?
I mean water or nukage sound will play automatically after load map?
Give to water,lava,nukage and atc. texures his own sound only by using a script? I hope you understand what I mean and excuse my english
Thanks


Well, with ACS you can make an AmbientSound script, but you will need to get a custom sound and put it in your wad, and have it defined in the SNDINFO lump of your wad, (if you want a lava effect you do lava/sndnamehere or whatever you want/ sound name) then you type something like this in your acs script.



script 1 OPEN
{
AmbientSound("prefix/sound name", 127);
}

While that gets it playing, the only problem is that the sound will play everywhere. I do not know any other way to do ambient sounds.

Share this post


Link to post

Or simply create an ACS Script that executes an Ambient sound defined in SNDINFO after player enters the level .

Share this post


Link to post
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...