Skip to content

Custom Audio

Perez edited this page May 15, 2023 · 1 revision

All custom audio files go into the audio/ folder of your tower.

image

Audio files

Custom audio is composed of 2 files:

  • [audio name].ogg: the ogg stream that will get loaded in the game
  • [audio name].ini: information about loop points. This file isn't necessary if your audio file is already a perfect loop or you don't plan on using it as a room song

Audio .ini structure

[loopPoints]
start : the start of the loop, in seconds*
end : the end of the loop, in seconds

*Everything that is before the set start point of the loop will still play, but once the song loops once it will only go back to that point

You can omit any of these 2 values, they get set by default to the start and end of the audio file respectively.

Here's an example of an audio .ini file:

image

Selecting audio as room song/title card jingle

Once you have added an audio file to the audio folder, you'll be able to select them as room song and titlecard jingle by going to the settings tab of the editor.

Clone this wiki locally