Skip to content
Ygor Amorim edited this page Sep 14, 2022 · 12 revisions

OpenRA supports WAV (IMA ADPCM or PCM) and Westwood AUD formats for audio files.

Follow these steps to add a new audio file to a mod:

  1. You may need to convert your audio to IMA ADPCM WAV using a program of your choice:

    For the conversion of WAV to AUD (not recommended) you can use:

    Listen to AUD files to test them:

  2. Place the converted files to <OpenRA root>/mods/<mod>/bits/ directory.

  3. Add entries for the files in music.yaml, notifications.yaml or voices.yaml. Definitions can be found in music.yaml, notifications.yaml and voices.yaml as well as scattered around in other files like weapons.yaml (REPORT: with .aud extension) and various traits in the rules folder.


Another beginner friendly method of getting new sounds for your mods are as follows

  1. Acquire your sound file and convert it to a .WAV using any working online converter.
  2. Open XCC Mixer and get the folder that contains your .WAV on the left menu and where you want it to be delivered after conversion on middle menu
  3. Right-click the .WAV on the left you want convert and select Copy as AUD
  4. The converted file should now have been created in whatever folder you had selected in the middle menu.

Players ๐ŸŽฒ

Modders โœ๏ธ

Developers ๐Ÿ”ง

Clone this wiki locally