安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








Which events have you tried that did not work?
The funny thing I noticed, though, was that after enabling the triggers in Streamer.bot and testing the mod, a SIF.txt file was created in my Streamer.bot folder. It would append all the chat lines as expected, and the file kept growing.
However, after redirecting the triggers to the correct folder inside username/zomboid/etc..., this new SIF.txt file started getting emptied or overwritten every time. Notepad++ would notify me that the file had been updated, but it was always empty.
I thought the issue might be a conflict with the Week One version of the mod, but unsubscribing from that didn’t solve the problem, but that mod worked as expected
example events' and 'Streamer Integration Framework' enabled in pz mod list?
LOG : Lua f:19912, t:1738528247236> [SIF DEBUG] Queued event: {type = "car"}
LOG : Lua f:19912, t:1738528247237> [SIF DEBUG] Pre-processed Line: {type = "car"}
LOG : Lua f:19912, t:1738528247238> [SIF] No registered handler: car
the same happens for !heli1
LOG : Lua f:13621, t:1738528141802> [SIF DEBUG] Queued event: { type = "helicopter"}
LOG : Lua f:13621, t:1738528141803> [SIF DEBUG] Pre-processed Line: { type = "helicopter"}
LOG : Lua f:13621, t:1738528141803> [SIF] No registered handler: helicopter
I am subscribed both to the mod and the examples. Is there something i am missing in streamerbot?
No registered handler means that the associated script is not loaded or the framework cant find the script.
After creating a new save file, everything worked.
I probably created the older save file before activating the example events, because I didn't change anything after that.
Thank you for your kind help.