Good day. As far as I understand, when calculating the speed of loading / unloading, the value is taken from the capacity of the conveyor. In the code of specific values of the change in speed, I did not find, only a reference to the conveyor. Why when changing the speed of the conveyor does not change the speed of loading / unloading? For my game I increased the speed of the conveyor to 60, but loading / unloading remained a maximum of 45. How can I fix this? Changed speed
local speed3 = 0.03125 * 4
data.raw ["transport-belt"] ["express-transport-belt"]. speed = speed3
Thanks in advance for your prompt response.
Доброго времени суток. Насколько я понимаю, при подсчете скорости загрузки/разгрузки значение берется из пропускной способности конвеера. В коде конкретных значений изменения скорости я не нашел, только отсылку к конвееру. Почему при изменении скорости конвеера не изменяется скорость загрузки /разгрузки? Я для своей игры увеличил скорость конвеера до 60, но загрузка/разгрузка осталась максимум 45. Как мне это можно исправить? Скорость менял
local speed3 = 0.03125 * 4
data.raw["transport-belt"]["express-transport-belt"].speed = speed3
Заранее спасибо за оперативный ответ.