Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.