Voicepacks.wiki
author Wuzzy
Sun, 22 Nov 2015 11:42:23 +0000
changeset 662 6ae2337ac487
parent 660 ebfa6b97ae24
child 664 cb261c3b1907
permissions -rw-r--r--
Sharing section

#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).