Voicepacks.wiki
changeset 1248 65166a271926
parent 1060 7b2cde186c96
child 1249 e169ba5aeb07
equal deleted inserted replaced
1247:6ebe1b8eb081 1248:65166a271926
    19 
    19 
    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.
    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.
    21 
    21 
    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.
    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.
    23 
    23 
    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.
    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.
    25 
    25 
    26 If a player or script explicitly selects a localisation, such as Default_de, it will be played for everyone regardless of locale.
    26 If a player or script explicitly selects a localisation, such as Default\_de, it will be played for everyone regardless of locale.
    27 
    27 
    28 
    28 
    29 == Sharing voicepacks ==
    29 == Sharing voicepacks ==
    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.
    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.
    31 
    31