Voicepacks.wiki
author Wuzzy
Sun, 27 Mar 2016 20:25:38 +0100
changeset 810 5f0a6fb3a63a
parent 798 30c5f1ebd552
child 943 8151ecbc40a3
permissions -rw-r--r--
ThemeFiles: fixes

#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:

 * [https://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).

== Sharing voicepacks ==
Custom voicepacks (voicepacks which are not part of the official Hedgewars installation) can only be heard by other players (online) if they have the voicepack installed under the same name.

In case the other player does not have the custom voicepack installed, the player will hear the default voice instead.

You are encouraged to share your voicepacks in the “[https://www.hedgewars.org/forum/19 Content Creations]” forum.