Add sample config and the option to speak repeated lines at a faster rate
CI / macos-latest (push) Has been cancelled
CI / ubuntu-latest (push) Has been cancelled
CI / windows-latest (push) Has been cancelled

This commit is contained in:
pleb
2026-07-21 09:33:47 -07:00
parent 54fa53222e
commit 456893415d
6 changed files with 147 additions and 18 deletions
+20
View File
@@ -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