Add sample config and the option to speak repeated lines at a faster rate
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# Copy or adapt this file to Mudmouth's application-data directory:
|
||||
# ~/.local/share/mudmouth/config.toml on Linux.
|
||||
|
||||
kokoro_url = "http://127.0.0.1:8880"
|
||||
|
||||
# Set this to your EverQuest log, or configure it through the TUI.
|
||||
# log_path = "/home/you/Games/EverQuestLegends/Logs/eqlog_Character_server.txt"
|
||||
|
||||
volume = 0.85
|
||||
max_queue_length = 10
|
||||
|
||||
# An NPC repeating the same line within this window accelerates it:
|
||||
# first occurrence: 1x, second: repeat_second_speed, third and later: repeat_third_plus_speed.
|
||||
repeat_window_seconds = 15
|
||||
repeat_second_speed = 1.5
|
||||
repeat_third_plus_speed = 2.0
|
||||
|
||||
[events]
|
||||
npc_dialogue = true
|
||||
zone_transitions = false
|
||||
Reference in New Issue
Block a user