New Composite Liquid and Gas Meter Microcontroller in Stormworks for Beginners (Engineer Explains)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 6

  • @programmer137
    @programmer137 10 หลายเดือนก่อน +3

    I didn't realize it had a composite node either! You learn something new every day

    • @454ss_gaming
      @454ss_gaming  10 หลายเดือนก่อน +3

      They really slipped this one in!

  • @riverswing2502
    @riverswing2502 10 หลายเดือนก่อน +2

    very handy ill add this to my submarine for gasses

  • @gabeteuton
    @gabeteuton 22 วันที่ผ่านมา

    is there any reference to what each channel is? i mean official reference or cheatsheet? cant seem to find it (for the meter i mean)

  • @sijonda
    @sijonda 9 หลายเดือนก่อน

    I think the best design would be LUA which shows nothing when the value is 0 but anything above will display a value on screen sorted highest to lowest. That way it can expand and shrink depending on what's going on. If in the future we need a longer list maybe rotate the display with a 2x1 or 3x1 so it's 3 high.
    I'd try this but I'm not a programmer. I can do stuff with nodes but struggle with the basics in LUA.

  • @35manning
    @35manning 10 หลายเดือนก่อน

    You could have the tool tip say the type of of fuel.
    Use the tooltip on/off, and add one for each fuel type, set them to display only if no error.
    Use an equals then not on each one.
    Wire up the property to all of them and constant numbers to each one selecting it's composite number.
    Now, all of them will be on except for which ever is selected and they will be hidden.
    The selected one will be off and visible.
    You could set them to only display when on and skip the not gates, but off shows in black whilst on shows in red, which is fine if there's an error and you want to get some attention.