#Multi-Speed Gearbox

1 messages · Page 1 of 1 (latest)

tardy anvil
#

Has anyone come up with a more compact way to make multi-speed contraptions? I'm using a T flip-flop into clutches connected to rotational speed controllers, I could definitely compact it but I still think it'd be too big for a normal car/truck.

teal oar
#

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

tardy anvil
#

Oh thats really cool, I've never used CC Tweaked before, but that sounds a lot simpler than what I'm doing

tardy anvil
teal oar
#

CC-Tweaked is a mod that lets you use computers in game that you program with lua code

tardy anvil
#

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

novel dagger
#

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

novel dagger
#

Gives you a whole new skill set

tardy anvil
#

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

novel dagger
#

Lua is easy

teal oar
#

Its also compatible with tweaked controllers because the dev had the right idea to make the controller a valid peripheral clueless

novel dagger
#

I'm sure you can understand it (unlike me)

novel dagger
tardy anvil
icy lichen
tardy anvil
#

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

teal oar
#

Basically you can set any speed to the speed controller

#

and here is bound to a trigger axis of the controller

tardy anvil
#

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

teal oar
#

Obviously you can program the computer to emulate a real car gearbox, here its just an example of the thing in action

teal oar
#

but its more advanced

novel dagger
teal oar
#

people have been making drones with it

novel dagger
#

Or just plain cc:vs

teal oar
teal oar
novel dagger
tardy anvil
#

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

novel dagger
#

Use vs additions

tardy anvil
#

i have vs tournament, is additions a seperate mod?

novel dagger
#

Yea

tardy anvil
#

ill take a look thankyou

novel dagger
#

No problem

teal oar
novel dagger
#

Dem

#

I totally forgot i wanted to make a guiding system for submarines

#

Well maybe later because I'm not at that level yet

mortal plover
#

i made this a while ago but I dont think it can get more compact

median ocean
#

Wowheoaheoah

#

Redstone links are analog?

teal oar
median ocean
#

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

teal oar
#

do you know what the mod tweaked controllers is ?

median ocean
#

Yes

#

I meant using an actual controller for inputs in the tweaked controller

teal oar
#

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

median ocean
#

Ok but that doesnt answer my first question

teal oar
#

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 clueless

median ocean
#

“should” also you coulda just said “yes”

teal oar
#

but you could also have figured it out by yourself

#

or tested it clueless

median ocean
#

Dont have pc working rn

teal oar
#

Also I misunderstood your first question as "does linked controllers are analog"

#

which is why I said that first GREG

fresh egret
tardy anvil
icy lichen
tardy anvil
icy lichen
tardy anvil
#

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

icy lichen
tardy anvil
#

Also just realised I could use hoppers instead of droppers so 5 speeds instead of 9 which is a lot more realistic

#

working concept, just have the fun task of compacting it now