I'm familiar with wiremod basics but just need someone to shoot me off a few names of chips I need.
I want to make a system where a - and + button adjust the speed of your train by desired MPH/KMH and then calculate that number into the required force, then send said force to the 8 thrusters that power the currently 2 car train.
Thanks :rock:
You'd probably get a better answer if you asked this on wiremod.com
But as far as I know, you'd want an increment/decrement gate, or an advanced input, to do the adjusting of speed, then you would have to know how much force actually pushes your train I suppose.
If you weren't bothered about setting it to desired speed, you could have it so that your thrusters are wired directly to an increment/decrement. Then when it's at 0, the thrusters would be off, when it's at 1, the thrusters are firing at their weakest and so on.
Hey, i had the EXACT SAME PROBLEM. I had to use e2, but it was only 1 line of code.
@inputs W S
@outputs Thruster
Thruster += (W-S) * 100
Change the 100 to how much you want it to go up by.
Sorry, you need to Log In to post a reply to this thread.