Hacked Splitters deprecated


You've used your ingenuity as an engineer to hack your original splitter design, creating new splitters that perfectly balance transport belt inputs. These hacked splitters require extra circuitry and are best used with single-item belts as they no longer perform the function of their baser models. They unlock when their respective counterparts become available.

Content
6 years ago
0.15
6
Transportation

i Manual update to 0.16

6 years ago

This got it to work for me so far:

Extract mod

In file "info.json" change line
"factorio_version": "0.15",
to
"factorio_version": "0.16",

In file "prototypes/bobs.json" under each of the following lines:
icon = hacked.moddir.."/graphics/icons/hacked-green-splitter.png",
icon = hacked.moddir.."/graphics/icons/hacked-purple-splitter.png",
add this line:
icon_size = 32,

In file "prototypes/vanilla.json" under each of the following lines:
icon = hacked.moddir.."/graphics/icons/hacked-splitter.png",
icon = hacked.moddir.."/graphics/icons/hacked-fast-splitter.png",
icon = hacked.moddir.."/graphics/icons/hacked-express-splitter.png",add this line
add this line:
icon_size = 32,

Re-zip, making sure name is same as original zip file.

6 years ago

thank you so much, it work!

6 years ago
(updated 6 years ago)

hi! i manually update the mod, but when i delete a hacked splitter,
this error appears https://imgur.com/wabjWmK. and the game crash, how can i fix that?

6 years ago
(updated 6 years ago)

Try opening "control.lua" file and add line:
"if tin.valid then"
on line ~385 right after "local tin = lines[input]"
and an extra "end" at line ~407 (Increase from 3 to 4 lines of "end")

Seems to work remove the error for me without changing normal behaviour

6 years ago

it doesn't work, i have the same error

New response