Page 1 of 1
[Request] buffer combinator
Posted: Tue Feb 13, 2018 9:44 am
by McDuff
Simple QOL request: a combinator that simply passes the input to the output. Perhaps with a single toggle to invert the signal.
This is trivially doable in game at present with an arithmetic combinator. Either do "each * 1 output each" or "each * -1 output each." This mod would add no functionality per se. But what it would do is give you an easy way of visually seeing what was going on in complicated combinator setups.
Re: [Request] buffer combinator
Posted: Tue Feb 13, 2018 10:41 am
by mrvn
Maybe this would be better moved to suggestions for vanilla. And I would change this to making the arithmetic combinator have more functions or simply better show its configuration on ALT view.
Two special cases quickly come to mind:
- "each + 0" or "each * 1" setting should show some form of NOP or DELAY icon. Maybe a diode symbol?
- "each * -1" should show up as a negation
Re: [Request] buffer combinator
Posted: Wed Feb 14, 2018 3:43 am
by McDuff
I'm not sure if the devs would want to do it in vanilla, after all it's not really adding any more functionality per se.
Re: [Request] buffer combinator
Posted: Thu Feb 15, 2018 11:40 am
by mrvn
But you can't really mod it.
I think the best you can do is take a standard arithmetic combinator, program it for "each * 1 = each", remove the GUI options and switch the images. The ALT view would still be confusing though.
Or is there a way to mod a different ALT view over an entity?
Re: [Request] buffer combinator
Posted: Fri Feb 16, 2018 11:17 am
by McDuff
Ah, I'm not familiar with the modding mechanics so I didn't know this wasn't doable. It seemed trivial in my head.