Accumulator, or just use numberpad outputs. I don't use the accumulator specifically, so I couldn't help you there.
Hey, pardon my ignorance but I want an advanced input without needing numpad keys, is there a chip that does this or something?
My contraption is a manned anti-aircraft turret and I use the advanced input to control the hydraulic that raises and lowers the guns.
Accumulator, or just use numberpad outputs. I don't use the accumulator specifically, so I couldn't help you there.
Originally Posted by Flux
Yeah, an accumulator. An advanced input is basically two numpad inputs, an add chip, a constant value chip, and an accumulator. If you want that, without numpad inputs...just use an accumulator. And add whatever other stuff you want to it.
u can use this e-gate
Just change Min value to the minium valueCode:N@Advanced input buttons I@Up Down O@Value interval(100) Maxvalue = 100 Minvalue = 10 Resolution = 1 Up & clk() -> Value += Resolution; Down & clk() -> Value -= Resolution; Value >= Maxvalue -> Value = Maxvalue; Value <= Minvalue -> Value = Minvalue;
Maxvalue to the maximum value
and resolution to the amount u want the number change per 1/10th of a second
and then when u press Up or Down the number will increase/decrease with the resolution
Creator of this Ram controller
Click here if u experience wiremod error Problems
92% of teens have moved onto rap. If you are part of the 8% that still listen to real music, copy and paste this into your signature.
98% of teens smoke, or have smoked before in their life. If you are part of the 2% that hasn't/doesn't, copy this into your sig.
It ain't broken, it just lacks ducktape
Bookmarks