Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
Ponys Microcontroller Tools
2
   
Award
Favorite
Favorited
Unfavorite
Items (19)
Ponys Microcontroller Tools - Composite Visualizer
Created by CrazyFluffyPony
Features display all booleans of the composite (5x3 monitor) display all numbers (with 3 decimal precision) of the composite (5x3 monitor) Note The screenshot shows two green values, because of a bug that is fixed now. Normally only true will result in a g...
Ponys Microcontroller Tools - Graphs
Created by CrazyFluffyPony
Features draw Graphs for numbers select ticks between measurements (edit in lua script) select labels (edit in lua script) select min and max of values (edit in lua script) select color (edit in lua script) Example Setup https://steamcommunity.com/sharedfi...
Ponys Microcontroller Tools - G Force
Created by CrazyFluffyPony
Features Displays g force on a 1x1 monitor Collection of all the tools https://steamcommunity.com/workshop/filedetails/?id=2080346369 ...
Ponys Microcontroller Tools - Battery Level Change
Created by CrazyFluffyPony
Features calculates change of battery level you can choose an interval. Larger intervals mean less accuracy but shorter update times. Smaller intervals mean higher accuracy but longer update times. Can be combined with a battery time left calculator: https...
Ponys Microcontroller Tools - Battery Time Left
Created by CrazyFluffyPony
Features calculates time until battery is full or empty if battery level is rising, time until battery is empty will be 0 if battery level is decreasing, time until battery is full will be 0 Collection of all the tools https://steamcommunity.com/workshop/f...
Ponys Microcontroller Tools - Fuel Efficiency
Created by CrazyFluffyPony
Features calculates fuel efficiency depending on the output the output can be anything, speed, rps, generator output Setup requires the Microcontroller "Ponys Microcontroller Tools - Fuel Flow" first spawn this in, and try to find the highest efficiency nu...
Ponys Microcontroller Tools - Fuel Flow
Created by CrazyFluffyPony
Features measures fuel flow per second Collection of all the tools https://steamcommunity.com/workshop/filedetails/?id=2080346369 ...
Ponys Microcontroller Tools - Fuel Distance Left
Created by CrazyFluffyPony
Features calculates distance left until fuel tank is empty (in meters) Collection of all the tools https://steamcommunity.com/workshop/filedetails/?id=2080346369 ...
Ponys Microcontroller Tools - Fuel Time Left
Created by CrazyFluffyPony
Features calculates time left until fuel tank is empty (in seconds) Collection of all the tools https://steamcommunity.com/workshop/filedetails/?id=2080346369 ...
Ponys Microcontroller Tools - Value Table
Created by CrazyFluffyPony
Features draws a table of 4 values onto a 5x9 monitor you can select the ticks between measurements Collection of all the tools https://steamcommunity.com/workshop/filedetails/?id=2080346369 ...
Ponys Microcontroller Tools - Music Box
Created by CrazyFluffyPony
Features you define a song and necessary notes in lua you can change the speed of the song and when it plays Examples Cantina Band https://steamcommunity.com/sharedfiles/filedetails/?id=2089374021 Spongebob Campfire Song Song https://steamcommunity.com/sha...
Ponys Microcontroller Tools - Lowercase Characters and Fontsizes (Scalable Text)
Created by CrazyFluffyPony
Need lowercase characters in lua? Need bigger fontsizes in lua? No problem! This code allows you to do exactly that. With quite good performance (you dont need to worry about the details). For best results, use full number fontsizes (e.g. 2, 3, 4, 5, ...) ...
Ponys Microcontroller Tools - Antenna Triangulation
Created by CrazyFluffyPony
Calculates distance, angle and gps coordinates of a sending antenna (any type) very precise location of sender antenna you can use medium, large or huge antennas or video receivers, but always use the same type. the sender antenna type does not matter (IMP...
Ponys Micocontroller Tools - Frequency Scanner
Created by CrazyFluffyPony
Scans radio frequencies for transmitted signals (audio/composite and video) scans spectrum 0-1000 in 1.5 seconds range (depends on transmitting sender type, but at least 20km you can define frequency range to scan scans both types: video and radio (composi...
Ponys Microcontroller Tools - Fire Animation
Created by CrazyFluffyPony
Animated Fire works for every screen size Collection of all the tools https://steamcommunity.com/workshop/filedetails/?id=2080346369...
Ponys Microcontroller Tools - Fluid Tank Animation
Created by CrazyFluffyPony
Animated Fluid Tank works for every screen size either percent mode or absolute mode (see video and screenshot) Collection of all the tools https://steamcommunity.com/workshop/filedetails/?id=2080346369...
Lua Keyboard - Uppercase, Lowercase, Special Characters (ASCII)
Created by CrazyFluffyPony
All in one single lua script! Easily use keyboard data within your own script. This vehicle contains a microcontroller with two lua scripts and a bunch of logic connections. Your code will be placed inside the upper lua script. This script is already fille...