Schall Belt Configuration


A minimalistic mod allowing changing vanilla belt settings, including belt speed and underground belt max distance. Also adds options on unlocking loaders, short loaders and lane splitters. Supports mods “Deadlock's Stacking Beltboxes & Compact Loaders” and “Space Exploration”. (Locale: English, Deutsch, 正體中文, 简体中文, Português Brasileiro)

Content
8 months ago
0.16 - 2.0
4.96K
Logistics

i AAI Loaders

5 months ago

Please support mod "AAI Loaders by Earendel", it's complicated?

4 months ago

Add this to the data-updates.lua file. I just added it to mine right after the Space Exploration section and it works perfectly.

-- Support "AAI Loaders" mod
if mods["aai-loaders"] then
BClib.check_set_value(dr["loader-1x1"]["aai-loader"], "speed", cfg1.speed[1])
BClib.check_set_value(dr["loader-1x1"]["aai-fast-loader"], "speed", cfg1.speed[2])
BClib.check_set_value(dr["loader-1x1"]["aai-express-loader"], "speed", cfg1.speed[3])
BClib.check_set_value(dr["loader-1x1"]["aai-turbo-loader"], "speed", cfg1.speed[4])
end

Schallfalke, please feel free to add this to the file next time you update it too.

New response