Changes

Jump to navigation Jump to search
Sound data folder
'''Sound data - voice navigation pack'''
The each Each voice navigation voice pack is defined in a separate configuration file.
Configuration file is located in this game data folder:
/base/sound/navigation
File is very simply simple unit with this these attributes:
== Attributes ==
{|class="wikitable"
|string
|
|Name of the pack (shown in the game). Format "<code>Language</code> - <code>Actor name</code> (<code>Optional Variant</code>)" (e.g. <code>"English - Skye (UK)"</code>)
|-
|pack_dir
|Name of the folder with sound files. (e.g. <code>pack_dir: "/sound/navigation/english_skye_uk"</code>)
|}
Good practice is to use the same name for the configuration unity unit file and for the folder with sound data.
== Sound data folder ==
Files with the same prefix are used for the same command and their usage is randomized.
(''We strongly recommend using only one file commandsfor each traffic command. Randomization of this is very unintuitive.'')
{|class="wikitable"
!Remark
|-
|and_then_exit_left|"... and then exit left."|''The second part of the compound command.''|-|and_then_exit_right|"... and then exit right."|''The second part of the compound command.''|-|and_then_go_straight|"... and then continue straight on."|''The second part of the compound command.''|-|and_then_keep_left|"... and then keep left."|''The second part of the compound command.''|-|and_then_keep_right|"... and then keep right."|''The second part of the compound command.''|-|and_then_turn_left|"... and then turn left."|''The second part of the compound command.''|-|and_then_turn_right|"... and then turn right."|''The second part of the compound command.''|-|compound_exit_left|"Exit left ..."|''The first part of the compound command.''|-|compound_exit_right|"Exit right ..."|''The first part of the compound command.''|-|compound_go_straight|"Go straight on ..."|''The first part of the compound command.''|-|compound_keep_left|"Keep left ..."|''The first part of the compound command.''|-|compound_keep_right|"Keep right ..."|''The first part of the compound command.''|-|compound_turn_leftturn_left|"Turn left ..."|''The first part of the compound command.''|-|compound_turn_right|"Turn right ..."|''The first part of the compound command.''|-|exit_left|"Exit left."
|
|-
|exit_nowturn_right|"Exit now."|''Used on roundabout.''|-|exit_right|"Exit Turn right."||-|finis|e.g. "Here we are..."|''End of the route. Good for randomization.''|-|go_straight|"Go straight on."
|
|-
|
|-
|prepare_exit_leftexit_left|"Get ready to exit Exit left."
|
|-
|prepare_exit_rightexit_right|"Get ready to exit Exit right."
|
|-
|prepare_turn_leftgo_straight|"Get ready to turn left."||-|prepare_turn_right|"Get ready to turn rightGo straight on."
|
|-
|recomputing
|e.g. "Recomputing..."
|''Used when the player leaves the selected path. Good for randomization.''
|-
|roundabout_1
|
|-
|speed_signalexit_now|"Exit now."|(''Only acoustic signal, no voice commandUsed on roundabout.'')|-|prepare_turn_left|"Get ready to turn left."||-|prepare_turn_right|"Get ready to turn right."||-|prepare_exit_left|"Get ready to exit left."||-|prepare_exit_right|"Get ready to exit right."
|
|-
|speed_warningcompound_turn_left|"Caution, please mind Turn left ..."|''The first part of the compound command.''|-|compound_turn_right|"Turn right ..."|''The first part of the compound command.''|-|compound_keep_left|"Keep left ..."|''The first part of the compound command.''|-|compound_keep_right|"Keep right ..."|''The first part of the compound command.''|-|compound_exit_left|"Exit left ..."|''The first part of the compound command.''|-|compound_exit_right|"Exit right ..."|''The first part of the compound command.''|-|compound_go_straight|"Go straight on ..."|''The first part of the compound command.''|-|and_then_turn_left|"... and then turn left."|''The second part of the compound command.''|-|and_then_turn_right|"... and then turn right."|''The second part of the compound command.''|-|and_then_keep_left|"... and then keep left."|''The second part of the compound command.''|-|and_then_keep_right|"... and then keep right."|''The second part of the compound command.''|-|and_then_exit_left|"... and then exit left."|''The second part of the compound command.''|-|and_then_exit_right|"... and then exit right."|''The second part of the speed limitcompound command.''|-|and_then_go_straight|"... and then continue straight on."|''Warning when speed is exceededThe second part of the compound command.''
|-
|start
|''Start of new route. Good for randomization.''
|-
|turn_leftfinish|e.g. "Turn leftHere we are..."|''End of the route. Good for randomization.''
|-
|turn_rightrecomputing|e.g. "Turn rightRecomputing..."|''Used when the player leaves the selected path. Good for randomization.''
|-
|u_turn
|"Make a u-turn."
|''Good for randomization.''
|-
|speed_signal
|(''Only acoustic signal, no voice command.'')
|
|-
|speed_warning
|"Caution, please mind the speed limit."
|''Warning when speed is exceeded.''
|}

Navigation menu