How to Script a Door in Halo Infinite | Halo Infinite Forge Scripting

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2022
  • In this tutorial on how to script a door in halo infinite, you'll be shown how to build a room and a door that can be interacted with a button.
    Scripting in halo Infinite's forge mode is Quite daunting, but not impossible.
    the key is to start small and work yourself up to something big!
    The Visual scripting Language is just like any other Programing language like Python or Blockly that has a syntax to learn, but once you do, you'll be creating experiences in no time
    Link to the Script
    www.halowaypoint.com/halo-inf...
    #haloinfinite #halo #forge
  • ИгрыИгры

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

  • @vaporeternal974
    @vaporeternal974 Год назад +60

    Thank god, someone who actually shows step by step AND explains the process. Hopefully you blow up and gain the views you deserve. Definitely someone I’ll be coming to frequently for my Halo Forge questions

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

      Facts

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

      How can i put a sound effect with the door ?

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

      @@wouijaawaira1394 maybe too late my comment, but I'm guessing it's the same script process, just the event instead of moving the door, has to be to activate a concrete sound

  • @lyletheforger9071
    @lyletheforger9071 Год назад +12

    I've been putting sticks and rocks together for the last 3 hours trying to move a block.
    With paying attention to this you've made it all make sense. Just scripted for the first time successfully and it immediately got me excited to work on ideas I have for maps and minigames.
    Thank you so much!

  • @LG1ikLx
    @LG1ikLx 9 месяцев назад +6

    Pengi will you please come back and do some more forge stuff. Its great the way you go into detail. I feel like the door was the foundation but the tutorial taught so much much more. Allot of videos it feels like I am just copying and not learning. In this video I learnt so much about the node graph 😁

  • @DarthUmbreon
    @DarthUmbreon Год назад +7

    Great video! Most detailed infinite forge door tutorial I’ve seen yet! Keep making videos like this and you’ll surely blow up

    • @pengi288
      @pengi288  Год назад +3

      Thanks, will do!

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

      @@pengi288 can you make a update on the door.
      Instead of reset to close the door can you update it with a second button interact and also sound effects.

  • @shadowjokergp859
    @shadowjokergp859 6 месяцев назад

    I've now watched a couple of videos about scripting for doors and stuff, but for the most part, they just kind of blow right on through it and make it sound super easy. Thank you for explaining this very slowly, and in depth, it a good video and I feel like I understand the process better

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

    Holy shit this makes those massive strings you see people put together make so much more sense. Thank you

  • @THgoll
    @THgoll Год назад +2

    Dude, this quality of tutorial is so rare. Amazing! You got a sub from me for sure. Please keep it up!

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

    most underated scripting tutorial on youtube. you went and did everything step by step and explained why it mattered. ty very much!

  • @tylerkolakovich1776
    @tylerkolakovich1776 9 месяцев назад

    Much appreciated dude I’ve been trying to figure this out for so long!

  • @elviejowoopy6751
    @elviejowoopy6751 Год назад +2

    Just got a sub!!! Thank you, hope you bring out more tutorials!

  • @808countreeboy6
    @808countreeboy6 11 месяцев назад +1

    Best tutorial for scripting I’ve found - thank you

  • @shototodoroki2035
    @shototodoroki2035 Год назад +2

    This makes sense but at the same time it doesn't and it's confusing as hell

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

    Thanks for the video. Subbed and I'll be building this later today.

  • @Oscarmike14
    @Oscarmike14 Год назад +3

    Absolute legend thanks for spending your time and effort to show us (me) this

    • @pengi288
      @pengi288  Год назад +5

      Glad you enjoyed it!

  • @Astronauts777
    @Astronauts777 7 месяцев назад

    I am the 500th like, congratulations to you 🎉

  • @jaztheman2
    @jaztheman2 Год назад +2

    Nice tutorial, subscribed :)

    • @pengi288
      @pengi288  Год назад +3

      Thanks for the sub!

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

    ABSOLUTELY AMAZING! Thank you for this have subbed :)))))

    • @pengi288
      @pengi288  Год назад +2

      Thanks for the sub!

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

    I have a similar scrip but I need help making it! It goes like this -
    1. Pick up certain weapon spawns a 10 second kill barrier.
    2. Once kill barrier reaches zero it changes colors of a few objects. (turns glowing objects to black to look like it’s off)
    3. After the 10 seconds is up it also closes a door and turns off a telaporter.
    4. Once the certain weapon spawns back, the glowing objects glow again, the door reopens and the telaporter is back on ready to repeat the cycle.

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

    I have a very peculiar action to complete in order to open a secret door. Not sure if either would work. Scenario A: player punches a destructible object like a electrical box and it opens a door. Only if electrical box is destroyed by a punch, no other action will work. Scenario B: player punches door directly (3,4,5, or N times) and door will open. I could probably figure it out, but I’m a complete noob with the scripting at the moment. I’m really appreciating these videos!

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

      So I could have used ChatGPT but instead used the version built into Bing. It actually gave me steps and referenced each type of node to use. Not sure how accurate it is yet but I’m excited to try it when I get home today.

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

    Just like the other comments, you made the scripting language make sense to me!
    1. Is there a way to make the door close at the same speed it opens?
    2. If possible please make tutorials related to bots.
    Yep subbed.

  • @TheRageEnterprise
    @TheRageEnterprise 9 месяцев назад

    42:04 Yes that works, but, if 2 people press both buttons at the same time, it will cause the door to move double. Your boolean only stops the spamming of 1 button, but not both

  • @listenhere1623
    @listenhere1623 Год назад +2

    Does anyone know an easy way to script bot spawns. To make them only spawn where and when you want along a path. The game says you can reference spawn order in scripting but I can't find it. There's got to be an easier way than spawning the spawn point then bot then despawning the spawn.

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

    Thank you, your a forge god.

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

    Wow good job on the tutorial

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

    Very helpful video thanks!

  • @Uppers101
    @Uppers101 Год назад +3

    Great video! Thanks! I was wondering if you can get access to power seeds in forge, outside of the stockpile game mode. For example, could you script a power seed open a door in a ctf game? Any help is greatly appreciated!

    • @pengi288
      @pengi288  Год назад +3

      So in Forge you can set the spawn area of the power seeds for the game stockpile, but without playing a stockpile they will not Spawn (FRUSTRATING) so cannot be used to 'Trigger' anything

    • @Uppers101
      @Uppers101 Год назад +2

      Ah, that's a pity. But thanks for your reply! Looking forward to more content 👍

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

    My door breaks when the player enters/exits the trigger volume multiple times in a short time, how can I prevent the script from breaking?
    Please keep making content like this, it helps us so much

  • @BoBoDjinn
    @BoBoDjinn 9 месяцев назад +1

    If you wanted to have the button open 3 doors at the same time, would you add two additional "Translate Object to Point" nodes in the script and connect them together? or is there a better way?

  • @acrustykrab
    @acrustykrab 2 месяца назад

    Excellent! Thank you 😊

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

    I’m trying to make the same door but have a a precursor button in a far away location that essentially “turns on the power to the base”. I want the button next to the door not able to be pressed until the first button is pressed, would you know how to do this? Keep up the good videos

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

    Thank you 🙌🏻

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

    can you show how make a volume that damages players over time but when they leave it they stop receiving damage?

  • @American-Nobody
    @American-Nobody Год назад

    New 🤝Subscriber

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

    Issues I'm running into are, spawning outside of my map even with dedicated spawn points.
    Nav mesh, I used Nav seed, but bots are not picking up weapons I have on map or items. Is there a way to fix the bots to explore whole map after you have seed draw build for the map and for the bots to interact eith weapons and items on map and spawning issues?

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

    When I do multiple doors this way the indiviual buttons are affected by the others, so each door seems to be moving while also taking in the other doors positions
    how do i fix

  • @wouijaawaira1394
    @wouijaawaira1394 Год назад +2

    How put a sound effect with the door?

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

      I guess make a script so that when you click/activate the button it spawns an audio object, i think you would have to set the audio object and sound you want then in its option set it so that when the game starts, it starts despawned, so when you activate the button it spawns it then afterwhile have it delete again etc

  • @TheRageEnterprise
    @TheRageEnterprise 9 месяцев назад

    How do you make the door return to its original position by taking 5 seconds to close rather than it really quickly closing as seen in the video?

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

    For some reason I can only interact with a button once per save after I activate a button I can't interact with it or any other button on the whole save

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

    I have my object set to phase but its still colliding with the ground

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

    Wow, they really made it harder to script stuff compared to halo 5

  • @hostil3SaysNo
    @hostil3SaysNo 5 месяцев назад

    Can you make a video scripting a health bar system above players in multiplayer custom matches?

  • @user-bf1tz2si7k
    @user-bf1tz2si7k 7 месяцев назад

    I followed step by step and I keep getting “failed to build” on the global log.
    I have no idea what I have done wrong, or how to fix it.

  • @LT35story
    @LT35story 4 месяца назад

    Hi I got the door to open and close but then it won't open again? Can you help please

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

    Can you do one with two splitting doors? Split from the middle outwards.

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

    is there a way to make multiple scripts for multiple doors?

  • @WhatzVA7ID
    @WhatzVA7ID Год назад +3

    Damn why wouldn’t you be able to script static/ scalable objects 😑

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

    Can we script a drop pod?

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

    I can't save the file, any ideas why?

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

    I followed the step to the T up to 20:11 and still couldn't get the door to open :(

  • @djsmart5794
    @djsmart5794 8 месяцев назад

    A good tutorial, but this begs a question if it takes 40 something minutes to instruct a simply door script why not make it simple? asking for the average halo user...

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

    Can you script an non “door” to move like a door?

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

    WHY DID THEY HAVE TO MAKE IT SO COMPLICATED?? Where is the “Move Offset” node from Halo 5???

  • @jayta906
    @jayta906 7 месяцев назад

    Penguini from EE?

  • @chaelrhinock2601
    @chaelrhinock2601 6 месяцев назад

    No it didn't work I did everything you told me to do and it didn't work what's going on

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

    Scripting very difficult they should follow Dreams formula

  • @sandygutier271
    @sandygutier271 9 месяцев назад

    12:59

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

    ngl the intro triggers me a bit lol, scripting's been present since 5

  • @SniperBeast117
    @SniperBeast117 9 месяцев назад

    shit is a joke, have to code for 20 mins for a functioning door? they could of easily added a lot more intuitive functional shit.
    Shit is cool if i want to turn Halo into Super Mario Bros.
    but im not trying to fucking do that, i want a door that simply opens tf

  • @Jellae
    @Jellae Год назад +2

    Way worse compared to halo 5 scripting. They made this so much more complicated and you can’t even script if your friend is scripting at the same time. And the size of the node graph is small compared to halo 5. You can have wayyy more scripts on halo 5 than this

  • @montgomeryfitzpatrick473
    @montgomeryfitzpatrick473 3 месяца назад

    Thanks for what you do, cause 343 doesnt