Voicepacks.wiki
author Wuzzy
Tue, 16 Apr 2019 13:59:36 +0100
changeset 1734 cefc366aedb6
parent 1672 41dc5e7910c0
child 1987 d1f476f458e8
permissions -rw-r--r--
TableOfContents: Add newline
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
568
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     1
#summary Short information about the structure and creation of voicepacks
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     2
= Voicepacks =
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     3
== Introduction ==
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     4
Voicepacks are collections of audio files which contain the taunts the hedgehogs say on various events.
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     5
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     6
== Creating voicepacks ==
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     7
1564
d7ffa0f2e78e Voicepacks: Add recommended sample rate
Wuzzy
parents: 1249
diff changeset
     8
A voicepack is a directory in `Data/Sounds/voices` and contains a bunch of audio files which are encoded in the Ogg Vorbis format. All the audio files should have a sample rate of 44100 Hz.
568
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
     9
1672
41dc5e7910c0 Voicepacks: remove extension note
Wuzzy
parents: 1564
diff changeset
    10
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].
973
ce2673c4b8fa Voicepacks: Hint for adding extra-taunts
Wuzzy
parents: 943
diff changeset
    11
1060
7b2cde186c96 Voicepacks: fix typo
Wuzzy
parents: 1059
diff changeset
    12
Important links:
659
7d9bc79b233a Fix typo
Wuzzy
parents: 568
diff changeset
    13
1059
f97cf9eed3c4 Voicepacks: Edited via web interface
Wuzzy
parents: 1058
diff changeset
    14
 * [Taunts]
f97cf9eed3c4 Voicepacks: Edited via web interface
Wuzzy
parents: 1058
diff changeset
    15
 * [https://www.hedgewars.org/node/2132 Recording Voices for Hedgewars] (guide)
568
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
    16
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
    17
== Special voicepacks ==
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
    18
The voicepack “Default” is the English default voice.
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
    19
1249
e169ba5aeb07 Voicepacks: Fix underscore fail for real
Wuzzy
parents: 1248
diff changeset
    20
Voicepacks with the name “`Default_<language>`” (where “`<language>`” is a language code) are played by default with respect to the player's language, if a localisation exists for that language. This can be applied to other voicepacks, such as `Pirate_<language>` if such a localisation was created.
943
8151ecbc40a3 a bit of clarification on localisation
nemo
parents: 798
diff changeset
    21
1249
e169ba5aeb07 Voicepacks: Fix underscore fail for real
Wuzzy
parents: 1248
diff changeset
    22
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. This would apply to other voice pack localisations if they are created.
568
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
    23
1249
e169ba5aeb07 Voicepacks: Fix underscore fail for real
Wuzzy
parents: 1248
diff changeset
    24
For example, in German Hedgewars, the voice “`Default_de`” will be played by default for the Default voice (if it exists). `Pirate_de` would be played for the `Pirate` voice if it exists.
568
308ea2972bb1 Short intro on voicepacks
almikes@aol.com
parents:
diff changeset
    25
1249
e169ba5aeb07 Voicepacks: Fix underscore fail for real
Wuzzy
parents: 1248
diff changeset
    26
If a player or script explicitly selects a localisation, such as `Default_de`, it will be played for everyone regardless of locale.
943
8151ecbc40a3 a bit of clarification on localisation
nemo
parents: 798
diff changeset
    27
664
cb261c3b1907 Sharing section
Wuzzy
parents: 660
diff changeset
    28
cb261c3b1907 Sharing section
Wuzzy
parents: 660
diff changeset
    29
== Sharing voicepacks ==
cb261c3b1907 Sharing section
Wuzzy
parents: 660
diff changeset
    30
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.
cb261c3b1907 Sharing section
Wuzzy
parents: 660
diff changeset
    31
cb261c3b1907 Sharing section
Wuzzy
parents: 660
diff changeset
    32
In case the other player does not have the custom voicepack installed, the player will hear the default voice instead.
cb261c3b1907 Sharing section
Wuzzy
parents: 660
diff changeset
    33
943
8151ecbc40a3 a bit of clarification on localisation
nemo
parents: 798
diff changeset
    34
You are encouraged to share your voicepacks in the “[https://www.hedgewars.org/forum/19 Content Creations]” forum.