Stormworks: Build and Rescue

Stormworks: Build and Rescue

Not enough ratings
help on trailer lua
   
Award
Favorite
Favorited
Unfavorite
Vehicles: Vehicle, Wip, Land, Advanced
Tags: v1.2.2
File Size
Posted
438.813 KB
8 Jun, 2021 @ 7:56am
1 Change Note ( view )

Subscribe to download
help on trailer lua

Description
This vehicle does not have a description yet.
3 Comments
Ноутбук Dell 8 Jun, 2021 @ 9:18am 
Problem found! Change the text in f (x) to x * 0.00114789045. The problem was that the pre-value for the controller was very high. To find such numbers, use this formula:
pixels available for rendering / maximum input value = value by which x should be multiplied.

Also, due to a strange feature of Lua in the game, for correct display, replace
screen.drawRectF (4, 55, 9, -input1) on
screen.drawRectF (4, 56, 9, -input1).
Ноутбук Dell 8 Jun, 2021 @ 8:59am 
Oh, I already got it
Ноутбук Dell 8 Jun, 2021 @ 8:58am 
What should a microcontroller do?