Stormworks: Build and Rescue

Stormworks: Build and Rescue

How to measure Acceleration And Air Pressure
i want to have a dial that measures acceleration, but i don't know where to start on how to achieve this. also the same with air pressure, there must be a formula that converts altitude to PSI, or some other measurement. but i couldn't find one that worked within the game
Last edited by sundermann99; Jul 9, 2023 @ 3:21pm
Originally posted by Ripe Plantain:
Barometric formula can find air pressure using some assumptions with temp and altitude sensors, I saw there's an example on the workshop you can use that or maybe just reverse engineer it.

https://steamcommunity.com/sharedfiles/filedetails/?id=2133994409
< >
Showing 1-4 of 4 comments
Lystent Jul 9, 2023 @ 2:59pm 
My best guess is to use a MC with a linear speed sensor, assuming there are no blocks for this.
As for the MC, I'm guessing doing a system where it samples your current speed, waits an interval, then produces a different sample of the current speed. Then find the difference of the two samples, multiply the result in accordance to however long the time interval is (if it is 1/4 of a second, then multiply by 4 for example), then (ideally) you got your m/s/s reading (albeit a bit laggy).
The memory register would serve great for storing the samples, but IDK how accurate the timers are.
Kyrah Abattoir Jul 9, 2023 @ 3:16pm 
Speed fed in a n MC Delta component would tell you the change in speed from the last frame to the current.
The author of this thread has indicated that this post answers the original topic.
Ripe Plantain Jul 10, 2023 @ 3:03am 
Barometric formula can find air pressure using some assumptions with temp and altitude sensors, I saw there's an example on the workshop you can use that or maybe just reverse engineer it.

https://steamcommunity.com/sharedfiles/filedetails/?id=2133994409
sundermann99 Jul 10, 2023 @ 10:36am 
Originally posted by Ripe Plantain:
Barometric formula can find air pressure using some assumptions with temp and altitude sensors, I saw there's an example on the workshop you can use that or maybe just reverse engineer it.

https://steamcommunity.com/sharedfiles/filedetails/?id=2133994409
Thank you so much man. I never would have found this
Last edited by sundermann99; Jul 10, 2023 @ 10:37am
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Jul 9, 2023 @ 2:44pm
Posts: 4