Trailmakers

Trailmakers

Not enough ratings
Usefull logic testbeds
   
Award
Favorite
Favorited
Unfavorite
Description
This collection has only the more useful logic testbeds that i have made, along with a couple extra testbeds by other players that i have personally vetted. If you want to see all the testbeds i have made check this collection: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2075066159
Items (35)
1 way variable storage
Created by alvaroping1
Counts how many times it has received an input The row of white gates are the outputs, the blue gate is the first value, the black gate is the input...
2-Way Counter [General Method Logic Gates]
Created by alvaroping1
Stores the value of a variable and allows it to increase and decrease The row of or gates are the output gates, the or gates in the rows of and gates are the input gates to increase/decrease the value of the variable...
5 state servo
Created by alvaroping1
Allows to toggle 5 different positions on the servo based on the max angle Connect the red gates to the servo, set the keybinds to rotate the servo on the green gates and remove the keybinds from the servo. You can change the preset positions by changing t...
6 outcomes RNG
Created by alvaroping1
Selects 1 output out of 6 possible different outputs pseudo randomly. If you need a more compact version (although less random) use this instead: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2072345189 Uses 3 different 7 bit LFSRs each implementi...
Compact pseudo RNG
Created by alvaroping1
Selects 1 output out of 5 possible different outputs pseudo randomly whenever the sensor is turned on. It's not too random so use this version if you can: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2072375029 Uses a 1 frame negative input to tu...
Compact pseudo RNG 2
Created by alvaroping1
Selects 1 output out of 5 possible different outputs pseudo randomly whenever the sensor is turned on. It's not too random so use this version if you can: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2072375029 Uses an extra row of gates to turn ...
Gate order detector
Created by alvaroping1
Detects the order in which the white gates turned on after both are on, the black gates are the output gates...
Output cycler
Created by alvaroping1
Cycles through the possible outputs each time a button is pressed and goes back to the first one after it reaches the last one The white and black gates are the outputs, the green gate is the input...
Output value decreaser based on current speed
Created by alvaroping1
Decreases the output value of the system based on the speed you are going at (faster speed=lower value) The green gate is the input, the red gate is the output, the speed sensors controll at which speeds the output value is decreased (they need to be point...
RNG
Created by alvaroping1
Optimized version of KezoTheCabra's 7 bit LFSR (Linear Feedback Shift Register), you can check out the original version here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1944690455 Outputs 1 or 0 randomly using the polinomial x^7+x+1 This is the...
RNG 2
Created by alvaroping1
Optimized version of KezoTheCabra's 7 bit LFSR (Linear Feedback Shift Register), you can check out the original version here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1944690455 Outputs 1 or 0 randomly using the polinomial x^7+x^6+1 This is n...
Cooldown controller
Created by alvaroping1
Allows to send an output of any length, but the moment the output turns off it won't be able to turn on again untill an specified time has passed Green gate is the input, red gate is the output and the white gate's delay is the cooldown time...
RNG 3
Created by alvaroping1
Optimized version of KezoTheCabra's 7 bit LFSR (Linear Feedback Shift Register), you can check out the original version here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1944690455 Outputs 1 or 0 randomly using the polinomial x^7+x^3+1 This is n...
Speed based engine gearbox
Created by alvaroping1
Engine gearbox that only allows to increase the gear when going faster than a specific speed Connect the black gates to the engines and remove the keybinds from them, change the forwards keybind on the top black gate and the blue gate above it, the backwar...
Output value inverter
Created by alvaroping1
Inverts the output value of the system if another keybind is on The red gates are the input and output (they must have the same input), change the keybind to invert the output value on the blue OR gate...
Pulse generator
Created by alvaroping1
Sends an output of constant length no matter the length of the input The green gate is the input, the red gate is the output and the white gate's delay is the length of the pulse Note: only use this if the pulse length is not a small amount, in the cases w...