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

g Error when launch on v0.18.27

3 years ago

https://ibb.co/4299ymT
Failed to load mods

3 years ago
(updated 3 years ago)

the selected_logistic_slot_button GUI doens't exist anymore in core folder style file

deleting "selected_" from combinator /prototyype/style file is a temporary workaround

good luck

edit : nevermind all crahed:d

reedit: in script/ltnc-gui

Large caption Label to caption label do the trick for now: the game and save launche

3 years ago

as Mpmpmpmpm mentioned, that GUI style doesnt existing anymore. As my work around, I commented out "selected_logistic_slot_button" and added a new parent line "inventory_slot" as a work around for myself.

Works good. shows when selected (depressed)

data.raw["gui-style"].default["ltnc_misc_slot_selected"] = {
type = "button_style",
-- parent = "selected_logistic_slot_button",--
parent = "inventory_slot",
}

3 years ago

thank for Mpmpmpmp and nagy-out

3 years ago

i found file but no idea where and what exactly needs change.
could you be more specific please ?

3 years ago

@trampek
combinator /prototyype/style.lua
deleting "selected_"
parent = "selected_logistic_slot_button" >>> parent = "logistic_slot_button"
This is one way

3 years ago

thank you

3 years ago
(updated 3 years ago)

https://cdn.discordapp.com/attachments/697564089907675217/715567624377073744/unknown.png
Adding this to it. Have two mods on this list that make all the other crash on load.

3 years ago

New problems arise...help thx

Error while running event LTN_Combinator::on_player_created (ID 24)
Unknown style large_caption_label
stack traceback:
LTN_Combinator/scripts/ltnc-gui.lua:916: in function 'build'
LTN_Combinator/scripts/ltnc-gui.lua:94: in function 'on_player_joined'
LTN_Combinator/scripts/ltnc.lua:24: in function 'on_player_joined'
LTN_Combinator/control.lua:150: in function <LTN_Combinator/control.lua:142>
stack traceback:
[C]: in function 'add'
LTN_Combinator/scripts/ltnc-gui.lua:916: in function 'build'
LTN_Combinator/scripts/ltnc-gui.lua:94: in function 'on_player_joined'
LTN_Combinator/scripts/ltnc.lua:24: in function 'on_player_joined'
LTN_Combinator/control.lua:150: in function <LTN_Combinator/control.lua:142>

3 years ago

fix please?

New response