![]() |
|
uaOpenKore question - Printable Version +- Forums (https://uaro.kiev.ua/forum) +-- Forum: uaRO (https://uaro.kiev.ua/forum/forumdisplay.php?fid=1) +--- Forum: uaOpenKore (https://uaro.kiev.ua/forum/forumdisplay.php?fid=43) +--- Thread: uaOpenKore question (/showthread.php?tid=178) |
uaOpenKore question - TW1272282 - 17-04-2026 執行程式時,彈出以下資訊。我該如何解決這個問題? [busFollow] timeouts.txt 中缺少 busFollow_sendInfo!預設值為 1 秒。 RE: uaOpenKore question - Sergio - 17-04-2026 你需要在 timeouts.txt 檔案中新增參數 busFollow_sendInfo——這是 OpenKore 的要求。如果你不明白這個設定,那麼可以改用 uOK207。 busFollow 的作用是讓隊伍保持整體一起移動;或者你也可以在 uOK210 中將其關閉。 RE: uaOpenKore question - TW1272282 - 18-04-2026 (17-04-2026, 01:02 PM)塞爾吉奧 Wrote: 需要在 timeouts.txt 檔案中新增參數busFollow_sendInfo——這是 OpenKore 的要求。如果你不明白這個設置,那麼可以用 uOK207 修改。 busFollow How do I disable `busFollow_sendInfo` in uOK210? I can't find any files with `busFollow_sendInfo` parameter settings. If I want to add it to the `timeouts.txt` file, which file should I select? There are currently four files, and I can't determine which one it is. Could you please tell me the correct path to `timeouts.txt`? Also, what are the parameters for `busFollow_sendInfo`? RE: uaOpenKore question - Sergio - 18-04-2026 this is control files what work in uOK https://github.com/uaOpenKore/uOK210/blob/main/control/timeouts.txt if you want disable: + set 0 in param "bus" + set only this "loadPlugins_list macro,profiles,breakTime" another delete in file https://github.com/uaOpenKore/uOK210/blob/main/control/sys.txt |