Voicepacks.wiki
author Wuzzy
Thu, 10 Sep 2015 01:43:18 +0000
changeset 624 e5a435750723
parent 568 308ea2972bb1
child 659 7d9bc79b233a
permissions -rw-r--r--
Fix WriteLnToConsole

#summary Short information about the structure and creation of voicepacks
= Voicepacks =
== Introduction ==
Voicepacks are collections of audio files which contain the taunts the hedgehogs say on various events.

== Creating voicepacks ==

A voicepack is a directory in `Data/Sounds/voices` and contains a bunch of audio files which are encoded in the Ogg Vorbis format.

Each audio file represents a single taunt which is played at certain events. Only files with the correct file names will be recognized as taunts, other files will be ignored. For a list of recognized file names, see [Taunts].

Here is a guide with advice on the process of recording voices itself:
 * [http://www.hedgewars.org/node/2132 Recording Voices for Hedgewars]

== Special voicepacks ==
The voicepack “Default” is the English default voice.

Voicepacks with the name “`Default_<language>`” (where “`<language>`” is a language code) are played by default with respect to the player's language.

If you specify “Default” as voice for a team by using Lua scripting, Hedgewars will play the default voice with respect to the player's language. If no default voice for the local language is found, Hedgewars will use the English Default voicepack instead.

For example, in German Hedgewars, the voice “Default_de” will be played by default (if it exists).