top of page

Setting up 3D Ambient / Environmental Sounds

NOTE

 

This tutorial assumes you already know how to set up sounds in an alias. If you don't, click HERE.




RADIANT

 

Open the ENTITY_BROWSER and place a SCRIPT_STRUCT in your map. This struct is going to be the origin of your sound.


Change the color of this struct to something easily identifiable for all of your sound structs.


We are now going to give this struct some new KVP's:

targetname - zm_mapname_ambient_sound
script_label - looper
script_sound - sound_alias_filename

The targetname honestly doesn't matter what you name it, but it needs to be something. To stay organized, I find it best to have it your mapname and then _ambient_sound so I know these are my 3D sounds.


You may now copy and paste this struct around everywhere and just change the script_sound to your new alias file.


Note that if you have too many sounds that are too close together you may glitch out your sounds in game.


That's it!

Related Posts

See All

Setting up Sounds in an Alias

HOW TO READ THE ALIAS In order to read .CSV's easier, get Microsoft Excel or Open Office, the latter being free which you can download HERE. Just right click on your alias and open with you preferred

Setting up Ambient Rooms

NOTE This tutorial comes from Scobalula & Ardivee. All credit goes to them. SCRIPT SETTING UP THE AMBIENT ROOMS Go into your ambient sound folder and make a copy of the ambient_mod.csv and name it wha

bottom of page