Stormworks: Build and Rescue

Stormworks: Build and Rescue

62 ratings
Quality microcontollers for every occasion
   
Award
Favorite
Favorited
Unfavorite
Items (21)
[5x6] Number LCD Display Controller
Created by Tajin
Its a controller for displaying a single digit numbers on a 5x5 LCD. Input 0-9 Displays number Input 10 Turns the whole display on...
[4x3] Fully configurable GPS Autopilot
Created by Tajin
Based on my original gps autopilot, except this one is a bit more userfriendly and has some new features. ### Configuration ### After placing the chip you can adjust it to the specific needs of your vehicle by clicking it with the select tool. 1. Steering ...
[2x1] Signal to Pulse
Created by Tajin
Shortens any input to a 1 tick long output. Good for memory blocks and some other advanced logic....
[1x6] stackable marquee display
Created by Tajin
Display controler for a 5px single column display. This controller can be stacked in a loop to create a variable speed scrolling display of any length you like. An example can be found here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1583038317...
[1x1] Pulse Blinker
Created by Tajin
Sends a 1 tick pulse in a configurable interval. The interval can be changed via block settings by entering the number of ticks between each pulse. 60 ticks = 1second...
[2x3] Configurable jet engine controller
Created by Tajin
This MC allows you to control your jet engine with a simple 0-1 input without risk of blowing it up. It can be used either with a compressor or an electric starter motor hooked up to the turbine. Make sure you connect all required inputs for the controller...
[1x2] Ackermann Steering
Created by Tajin
Ackermann steering controller. You'll have to place one for every wheel you want to control. Wire the input to your cockpit and the output to the steering of the wheel. Determine where you want the turning center of your vehicle to be (the center of mass i...
[2x3] Roll independant Pitch Yaw
Created by Tajin
The "RiPY" controller allows you to control the pitch and yaw angles of your "vehicle" regardless of its roll-orientation. In simple words when a plane flies upside down, pulling up would normally make you crash. With this controller, UP is ALWAYS up. Even...
[3x3] Coordinate Tracker
Created by Tajin
Allows you to keep a turret (using a rotor and hinge) pointed at a GPS target. Based on the logic I've used in my scout tank, which can be found here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1468499457...
[3x3] 3D Coordinate Finder
Created by Tajin
Uses sensors and trigonometry to determine the GPS coordinates and Altitude of a point targeted with a distance sensor. Kind of like a laser designator. Sadly this is somewhat limited since the distance sensor can only measure up to 250meters. - - - Obviou...
[3x1] Composite Write Number
Created by Tajin
A simple MC that allows you to input a number signal to a binary channel (which can be selected in the block settings)....
[3x1] Composite Write Boolean
Created by Tajin
A simple MC that allows you to input an on/off signal to a binary channel (which can be selected in the block settings)....
[2x1] Composite Read Number
Created by Tajin
A simple MC that allows you read and output a number from a binary channel (which can be selected in the block settings)....
[2x1] Composite Read Boolean
Created by Tajin
A simple MC that allows you read and output an on/off signal from a binary channel (which can be selected in the block settings)....
Radial / Bar Segments as Gauge - Easiest Way
Created by Geekness
This is a Microcontroller I made for a Video about the 0.6.14 Update and i've made a Number to Gauge version for Steam Workshop. If you need, i made a test with this microcontroller here : https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1691997260 U...
*LUA* animated fireplace
Created by Tajin
Winter is coming... Prepare yourself for the cold season and warm your weary feet by the fire after a long day of stormworking. (Warning: no actual warmth included!) Simply use the + / - buttons on the side to turn up the gas and set the intensity of your ...
*LUA* Scalable Multiline Text
Created by Tajin
This draws a custom made, fully scalable font on any connected screen. It an be used as is or be included into an existing MC. This allows you to enter the fontsize for your text manually. You can change the position and of the text the same way you would ...
*LUA* Scalable Text
Created by Tajin
This draws a custom made, fully scalable font on any connected screen. It an be used as is or be included into an existing MC. The script is by default configured to fit the whole screen and takes its settings from the properties in the MC. You can change ...
Customisable Radial Dial Module
Created by WH1T3_No1SE
Customisable Radial Dial Module! Name says it all, its fully customisable digital dial overlay for your creation! What can you customise? A lot of things! Things: Dial Range! Min-Max Colors Every Part of the Dial! (Hex Codes) Dial fill choose from three op...
[2x2] G force sensor (nondirectional)
Created by Tajin
I'd uses your global position (gps and altimeter) to calculate the current G-forces on your vehicle. >>> WIP <<< >> Currently only calculates centrifugal force! I'll update it shortly to return more data....