#Multi-Speed Gearbox
1 messages · Page 1 of 1 (latest)
Interesting, but we usually use CC Tweaked as it can directly set the speed of the rotation controller
It is quite compact tho, good job
Another solution would be to use the adjustable chain drive (I forgot its actual name) that can do a *2 when powered via redstone
Oh thats really cool, I've never used CC Tweaked before, but that sounds a lot simpler than what I'm doing
Yeah that'd be a bit more compact, my intention was to make a 6 speed with adjustable gears so hence the speed controllers
CC-Tweaked is a mod that lets you use computers in game that you program with lua code
Yeah I had a read through the page, I don't think its something I'd enjoy but i think its a sick concept for minecraft
I usually do (non modem ver because I hate modems) ,
local input = redstone.getAnalogInput("(the side you want to receive signals on)")
if input > 0 then
(Your code here)
end
It's actually really fun if you start to understand it
Gives you a whole new skill set
I've been meaning to put a new modpack together so I'll definitely give it a try, I've only got experience in C# and very limited experience lol
Lua is easy
Its also compatible with tweaked controllers because the dev had the right idea to make the controller a valid peripheral 
I'm sure you can understand it (unlike me)
Yea I wonder who was that great man 
The fact that you can even comprehend the few lines of code needed for this proves that you're leagues above me
Uh... have you heard of chain gearshifts and enchased chain drives?
I'm more so talking about the T flip-flop, I have it set to shift on the controller so it shifts pretty seamlessly and with only 1 button press
Well, if you want to see what a car with CC controls looks like
https://discord.com/channels/244934352092397568/1255546145208537251
Basically you can set any speed to the speed controller
and here is bound to a trigger axis of the controller
that's amazing!
I would love to play on a SMP with these mods installed, I feel like it'd completely change the way people transfer materials from factories. I think create mod trains are really good for repetitive deliveries but something about an actual car you can drive with freight would be so fun to play around with
Obviously you can program the computer to emulate a real car gearbox, here its just an example of the thing in action
Oh yeah you can totally program an autopilot with CC
but its more advanced
raycaster detection?
people have been making drones with it
Or just plain cc:vs
Yes, that can help
I was thinking of CC-VS with an autopilot in order to go to a destination
Also this gives me an idea, a very bad cool idea 
like using the ship world position command ?
Could you also use CC for automatic unloading and loading? I noticed that the portable storage interfaces don't work on clockwork contraptions which is a shame
Use vs additions
i have vs tournament, is additions a seperate mod?
Yea
ill take a look thankyou
No problem
yup, plus orientation
Dem
I totally forgot i wanted to make a guiding system for submarines
Well maybe later because I'm not at that level yet
you can make a very simple gearbox with 6 gears using redstone and the resistor from clockwork
i made this a while ago but I dont think it can get more compact
tweaked controllers are 
What does that mean 😭
You mean like using an actual controller for the tweaked ones, or something like mouse up/down and mouse side to side
do you know what the mod tweaked controllers is ?
then you should know that the axis on it, like joystick axis can be analog if you bind them to an analog input source
like mouse cursor movement
Ok but that doesnt answer my first question
Well just think about it
if tweaked controllers are analog
and they use redstone links
as output source
that should mean
that
redstone links
are analog 
“should” also you coulda just said “yes”
Dont have pc working rn
Also I misunderstood your first question as "does linked controllers are analog"
which is why I said that first 
@tardy anvil I've made this 9 speed "transmission", works with TFMG engines or Resistor thing from Clockwork
https://discord.com/channels/244934352092397568/1274434911075434517
thats sick, ill definitely be taking inspiration
Eh, idk if it can be applied to a smaller car type thing, and not because of the size, but more so because I don't really think they do that on small cars
you mean having 9 speeds? yeah its not the most realistic but in terms of practicality i think its a really good solution
I mean the stuff I do is analogue throttle using controller which is even less realistic lol
I personally don't worry too much about realism, i think its fun to make things as realistic as possible but I want to make something I could use in a survival world so thats my top priority
(I can probably get like 30 different speeds out of that lmao)