Satisfactory - Wiremod tutorial power

Поделиться
HTML-код
  • Опубликовано: 8 ноя 2024

Комментарии • 10

  • @ertar0
    @ertar0 16 дней назад

    nice tutorial, thanks!

  • @deanzap3658
    @deanzap3658 Год назад +1

    i got the blue print your next level thank you and was supper easy with your vid

    • @christwo03
      @christwo03  Год назад +1

      Thanks man, glad to help =)

    • @deanzap3658
      @deanzap3658 Год назад +1

      @@christwo03 asking 4 a friend😊 will u b making more🤭

  • @deanzap3658
    @deanzap3658 Год назад +1

    This is good stuff. Thank you

    • @christwo03
      @christwo03  Год назад

      Thanks :)
      For time you can also use "number to time" and its much better look :)

  • @allessiabahzelson167
    @allessiabahzelson167 Год назад

    First good video and quite understandable. I played around a bit with this too and normali i get stuff to do what i wont being a noob with programming (i never learnt anything about that) by try and error and logical thinking. But now i run into a problem. I wont to display 3 colors to a text. Two is not a problem with true and false. I got 3 displays that show me the three colors in the right order and switch of and on how i like it but it seems, that i can't put a color through a OR gate. It acceps only bool commands. I played around with different something to color, but somehow i can't get it to work. Is there a way to do that? And where can i find more Information about programming of the kind the mod uses?

    • @christwo03
      @christwo03  Год назад +1

      Hi buddy, try this method :)
      ruclips.net/video/xu-0XjKfEMg/видео.html
      Select / constant / equal / multiply / number to bool
      The idea of my method is to multiply the bool (when true = 1, otherwise 0) by the number we want to obtain (1/2/3/...400) which corresponds to the color in select (0/1/2/3/....400) and we add all the bools together (which each time gives 0+0+0+our number+0+0= our number=our desired color)

    • @allessiabahzelson167
      @allessiabahzelson167 Год назад +1

      @@christwo03 Thank you thats what i was looking for. I will need to look at it several times, 'cause its in french, but i hope that it will be like with a lot of other things, if i understand that, a lot more will come as well while starting to learn how to think.

    • @christwo03
      @christwo03  Год назад

      @@allessiabahzelson167 Yeah sorry for the French, usually I do in approximate English :p so much the better if you were able to understand the basic logic of my solution :)