Stormworks: Build and Rescue

Stormworks: Build and Rescue

Stormworks Custom Content Workshop
Find, rate and try out the best community vehicles in Stormworks!
I need help with a submarine
I am making a submarine that has torpedoes in it, the submarine is very small so i only have one hole for it to go out, but i have 7 torpedoes in the front of the sub (3 on both sides of the one ready to launch and the one that's ready to launch) i plan to use grippers and gripper tracks to feed them into the ready position but i don't know how to make it automatically alternate between the side it feeds the torpedo in from, any suggestions on how to do that, thanks.
< >
Showing 1-1 of 1 comments
sounds like a good use case for an SR flip flop, getting the data from a rising flank of a contact switch.

as far as i understand, you have the torpedo hole in the middle, a shaft going left, a shaft going right, so 7 torpedoes

1234567

and you want to fire them in this order

6421357

so you would just have an on/off value for the used side (example: on = left, off = right) and you set that with that SR flip flop (left side used -> set, right side used -> reset)
that way you know what you have used last time, and can then use the other side.

every other idea i would have for that would be overengineered.
< >
Showing 1-1 of 1 comments
Per page: 1530 50