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
@DarthUmbreon2 жыл бұрын
Facts
@wouijaawaira13942 жыл бұрын
How can i put a sound effect with the door ?
@einar20042 жыл бұрын
@@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
@lyletheforger90712 жыл бұрын
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 Жыл бұрын
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 😁
@DarthUmbreon2 жыл бұрын
Great video! Most detailed infinite forge door tutorial I’ve seen yet! Keep making videos like this and you’ll surely blow up
@pengi2882 жыл бұрын
Thanks, will do!
@e14tamz772 жыл бұрын
@@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 Жыл бұрын
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
@THgoll Жыл бұрын
Dude, this quality of tutorial is so rare. Amazing! You got a sub from me for sure. Please keep it up!
@TheMa5terchief2 жыл бұрын
Holy shit this makes those massive strings you see people put together make so much more sense. Thank you
@808countreeboy6 Жыл бұрын
Best tutorial for scripting I’ve found - thank you
@tylerkolakovich1776 Жыл бұрын
Much appreciated dude I’ve been trying to figure this out for so long!
@elviejowoopy67512 жыл бұрын
Just got a sub!!! Thank you, hope you bring out more tutorials!
@pengi2882 жыл бұрын
More to come!
@Astronauts777 Жыл бұрын
I am the 500th like, congratulations to you 🎉
@Oscarmike142 жыл бұрын
Absolute legend thanks for spending your time and effort to show us (me) this
@pengi2882 жыл бұрын
Glad you enjoyed it!
@jaztheman22 жыл бұрын
Nice tutorial, subscribed :)
@pengi2882 жыл бұрын
Thanks for the sub!
@christianb3883 Жыл бұрын
most underated scripting tutorial on youtube. you went and did everything step by step and explained why it mattered. ty very much!
@GaudyTV2 жыл бұрын
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.
@FierceElements2 жыл бұрын
Thanks for the video. Subbed and I'll be building this later today.
@vboo12 жыл бұрын
ABSOLUTELY AMAZING! Thank you for this have subbed :)))))
@pengi2882 жыл бұрын
Thanks for the sub!
@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 Жыл бұрын
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.
@Fedora_Mask2 жыл бұрын
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.
@ryanturner56492 жыл бұрын
I followed the step to the T up to 20:11 and still couldn't get the door to open :(
@listenhere16232 жыл бұрын
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.
@HeatedJew4 ай бұрын
They need to add a scripting tutorial
@BoBoDjinn Жыл бұрын
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?
@Ohhowmuchhavewefallen Жыл бұрын
Thank you, your a forge god.
@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
@soveriegn4782 жыл бұрын
Wow good job on the tutorial
@wouijaawaira13942 жыл бұрын
How put a sound effect with the door?
@montyuchiha1172 жыл бұрын
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 Жыл бұрын
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?
@TheRageEnterprise Жыл бұрын
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
@LT35story10 ай бұрын
Hi I got the door to open and close but then it won't open again? Can you help please
@Codester916702 жыл бұрын
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?
@lucascarvalho77342 жыл бұрын
can you show how make a volume that damages players over time but when they leave it they stop receiving damage?
@ivanbennett90992 жыл бұрын
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
@shototodoroki20352 жыл бұрын
This makes sense but at the same time it doesn't and it's confusing as hell
@Uppers1012 жыл бұрын
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!
@pengi2882 жыл бұрын
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
@Uppers1012 жыл бұрын
Ah, that's a pity. But thanks for your reply! Looking forward to more content 👍
@ZachSam-o5q Жыл бұрын
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.
@Forerunner_Official2 жыл бұрын
I have my object set to phase but its still colliding with the ground
@MementoTurtle2 жыл бұрын
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
@CptDogg259 Жыл бұрын
Very helpful video thanks!
@fakedthunder50034 ай бұрын
I miss halo 5 simplicity. I wish we were able to just have halo 5 style scripting for simples doors and such
@acrustykrab8 ай бұрын
Excellent! Thank you 😊
@StrmTrprTK4202 жыл бұрын
I can't save the file, any ideas why?
@WhatzVA7ID2 жыл бұрын
Damn why wouldn’t you be able to script static/ scalable objects 😑
@ross411 Жыл бұрын
is there a way to make multiple scripts for multiple doors?
@absolutelypro46122 жыл бұрын
Can you do one with two splitting doors? Split from the middle outwards.
@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
@Marinealver2 жыл бұрын
Can we script a drop pod?
@hostil3SaysNo10 ай бұрын
Can you make a video scripting a health bar system above players in multiplayer custom matches?
@xsnapjacket52592 жыл бұрын
Wow, they really made it harder to script stuff compared to halo 5
@andrewdillard59612 жыл бұрын
Seriously
@chaelrhinock260111 ай бұрын
No it didn't work I did everything you told me to do and it didn't work what's going on
@SciDraco2 жыл бұрын
Can you script an non “door” to move like a door?
@ericwelcome46672 жыл бұрын
Yes
@jayta906 Жыл бұрын
Penguini from EE?
@OpTiC_DaD2 жыл бұрын
Thank you 🙌🏻
@OriginalNoke3 ай бұрын
Thank you man that wasnt fun to learn solo
@djsmart5794 Жыл бұрын
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...
@robertogonzalez19072 жыл бұрын
WHY DID THEY HAVE TO MAKE IT SO COMPLICATED?? Where is the “Move Offset” node from Halo 5???
@sandygutier271 Жыл бұрын
12:59
@droid4d2792 жыл бұрын
Scripting very difficult they should follow Dreams formula
@ronok74702 жыл бұрын
ngl the intro triggers me a bit lol, scripting's been present since 5
@SniperBeast117 Жыл бұрын
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
@Jellae2 жыл бұрын
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
@HeatedJew4 ай бұрын
How do you do a damaged door?
@jayta9062 ай бұрын
Pengi can you make a video about how to move an object (a boat that i made) from one area to anothet area, as long as the player is standing on top of it