LTN Combinator


Adds a new type of Constant Combinators to the game. They come with a custom GUI to ease the control of LTN signals.

Content
3 years ago
0.17 - 0.18
161
Circuit network

b 18.27 Broken

3 years ago

Verified that it is indeed LTN Combinator that is the problem.

Error message:

Error while loading gui-style prototype "default" (gui-style): Parent style not found: ltnc_misc_slot_selected

3 years ago
(updated 3 years ago)

I have a fix:

LTN_Combinator_X.X.X\prototypes\styles.lua, line 60:

replace "selected_logistic_slot_button" with "slot_button"

LTN_Combinator_X.X.X\scripts\ltnc-gui.lua, line 916:

replace "large_caption_label" with "heading_3_label"

Both of these fixes make the mod work, as far as I can tell, however the style may not be exactly as Dockmeister intends.

Reference: https://forums.factorio.com/viewtopic.php?p=495184#p495184

3 years ago

also reminder, it wont work in multi

3 years ago
(updated 3 years ago)

What is the problem that it doesn't works in multiplayer on a dedicated, headless server?

Also here is an image of the bug: https://i.imgur.com/EpwHd07.png

3 years ago

So, that's actually the same error that I fixed above (different parent styles, though). It seems odd that it only manifests in multiplayer. If you check the lua, and replace "misc_slot_selected" with "slot_button", it should work. It just may look a little strange.

3 years ago

Thanks for posting this fix - it works a treat in SP. <3

3 years ago

@chaos, in multi, mod checksum their value (to prevent desynch)

the server don't send the custom mod to the client, so the only way is to manually share the mod update with the client user

New response