Changes

Jump to navigation Jump to search

Documentation/Engine/Sound

162 bytes added, 15:59, 4 March 2020
no edit summary
The game use two ways how to define using of sound object:
# Direct '''sound id'''<br>"Sound id" i string in format "[bank filename]#[event name]".<br>[bank filename] is file of the bank relative to the game "base" folder.<br>[event name] is name of the event in the FMOD Studio project.<br>''Sample: "/sound/ui/ui.bank#click"''
# Sound reference file<br>Sound reference file is used as indirection for the sound specification.<br>It is simple path to the soundref file (''sample: "/sound/ui/ui_click.soundref"'').<br>Soundref file is text file (UTF-8) contents 'sound id' on the separate line at the format: source="[bank filename]#[event name]".<br>''Sample of content of the file "ui_click.soundref": source="/sound/ui/ui.bank#click"''<br> == Sound documentation == * (WIP) Audio buses, routing and mixer* (WIP) Global parameters* (WIP) Engine sound* (WIP) * (WIP) * (WIP) * (WIP) * (WIP)
255
edits

Navigation menu