Bro dropped a 40 min video for folks to learn… absolute class act!!
@elliotalderson83583 күн бұрын
Thank you so much for actually teaching about this instead of just clickbaiting and filling it with the content easily available online
@rebx58912 ай бұрын
Amazing breakdown. As a novice programmer trying to learn verse - this helped me vastly improve my understanding of the structure, including with other tutorials.
@green7ave12 күн бұрын
Hi. I learned a lot of programming languages in my life. But this guide is better than 99% of all guides about programming. Thank you so much! (Sorry my english is bad. I am not native 😅)
@ZuriFortnite2 ай бұрын
Finally, one day you will make a custom inventory system and building system like me in verse with physics!!!
@howtwoboss2 ай бұрын
One day
@AntiUttp625Ай бұрын
Probably the best Fortnite tutorial channel out there
@TheClungeFarmer2 ай бұрын
Tempting me to go back to trying to learn verse, its crazy how fast you picked up most of this seen few things i didnt see when i was trying to learn, mainly the inline comments spent so long learning but I hate multiplayer coding and trying to keep track of stuff, im a check box kinda guy :')
@howtwoboss2 ай бұрын
Yeah multiplayer gets confusing with instigators/agents/players/getPlayspace().GetPlayers()[0] blah blah blah etc
@Saraf-d8m2 ай бұрын
extremely great video Thanks! Please make more video about Verse Language
@howtwoboss2 ай бұрын
I am planning to!
@luqyq2 ай бұрын
This came perfectly as i just started to learn verse!
@DJTekko2 ай бұрын
I have a problem in making a 7vs1 map some players are thrown into the air and put in the team that must have only one as it is possible and all correct 8 player 2 dynamic team
@howtwoboss2 ай бұрын
You could start out with all the players in 1 team, then grab only one random player then using something like the class selector device to swap the player to the team you want only the 1 player to be on.
@DJTekko2 ай бұрын
@@howtwoboss all vs all ?
@xuait87782 ай бұрын
please more verse tutorials🙌🙌
@AndriiTurchynRieltorDnipro26 күн бұрын
Thank you
@vieura2 ай бұрын
Just a small observation, you can actually damage a player using the player class
@howtwoboss2 ай бұрын
I didn't know that! Thanks for letting me know.
@ZuriFortnite2 ай бұрын
You can also make a custom player class to replace agent!
@kawshalyadilan992 ай бұрын
You are the GOAT🔥🔥🔥🔥
@CalSniffsMilo2 ай бұрын
pi equals three is an mvp for verse i swear
@MrJazzCat382 ай бұрын
I tried to learn verse a few days ago because I had ideas for masterpieces I wanted to create. But after a while I realized that it would take way too long to learn all of this and it would be painful af. I think I should just stick to making good fortnite maps without using verse except for copying a code to a ranking system that someone has made a tutorial about on youtube lol 😂
@ruinedtouch2 ай бұрын
don't think like that many coders uses codes that they found online and change them a bit try to learn verse and programming and then trust yourself be confident i bet you can achieve your dreams easily
@howtwoboss2 ай бұрын
Yeah, that's completely fine no one is forcing you to learn Verse. I had that mentality for a while, but it was bothering me not at least knowing how it works while also being a guy who makes tutorials for UEFN. It was my one weakness, so I'm learning it and now making tutorials for it.
@howtwoboss2 ай бұрын
@@ruinedtouch Very true
@MrJazzCat382 ай бұрын
@@howtwoboss I will keep looking at your tutorials about verse, maybe I can learn a bit.
@MrJazzCat382 ай бұрын
@@ruinedtouch where can you find codes online. Is there any other place other than youtube?
@BOUND-Studio2 ай бұрын
why is he actually understandable bruh
@djtommycreatives2 ай бұрын
Shiii, the boss is back w a banger
@BiboPlayer72 ай бұрын
when part 3?
@howtwoboss2 ай бұрын
At least another week like 6th or 7th of October I've got a lot of stuff to cover in the next week or so like Unreal fest, map showcase, etc.
@BiboPlayer729 күн бұрын
@@howtwoboss 🥲
@howtwoboss29 күн бұрын
Yeah sorry its been on the back burner for a while ☠️
@shiilzyt2 ай бұрын
yes
@Ashenqueter2 ай бұрын
Hey there I have a map idea for a self-learn project, where can I contact to get a minute of advice or guidance. Also banger of a video!
@M7xy212 ай бұрын
fainly i love u
@tora502119 күн бұрын
Thank you for the informative video. I can't open the digest in VScode by converting or holding down Ctrl and pressing button_device etc. Is there a solution?
@howtwoboss19 күн бұрын
If you got any errors in your code that will prevent you being able to do this.
@IgorKu-m4o2 ай бұрын
Why did the creators of the language verse come up with the idea of writing a colon after if, else? Was it possible not to force writing a colon? Why did they come up with the idea of writing the variable type after its name, and not as always before the name?
@howtwoboss2 ай бұрын
Well I got this from Python FAQ, which also uses : after if statements. There might be a similar reason with Verse. " if a == b print(a) if a == b: print(a) Notice how the second one is slightly easier to read. Notice further how a colon sets off the example in this FAQ answer; it’s standard usage in English. Another minor reason is that the colon makes it easier for editors with syntax highlighting; they can look for colons to decide when indentation needs to be increased instead of having to do a more elaborate parsing of the program text." But for variables after the name instead of before I literally have no idea ask Tim Sweeney
@IgorKu-m4o2 ай бұрын
Did I understand correctly that in UE 6 it will be possible to completely abandon blueprints and C++. The entire game code will be able to be written in verse?
@howtwoboss2 ай бұрын
I'm not entirely sure. But might work where you can pick between C++ or Verse, and blueprints will work between both. That's just a complete guess though.
@gameswownow72132 ай бұрын
bro u keep giving us gold. but for noobz like me. what is the point to make a verse code for something that you can use thru the devices like gold giver ? is less memory or ?
@TheClungeFarmer2 ай бұрын
Its a way to expand upon what devices can do, reduce the amount of devices you need some stuff can save alot of time such as 'tags' so you dont gota link each device as an editable, plus alot of stuff can be done without devices not everything is the tut is 100% but its super good starting point you can heal and damage, and bunch of other stuff without any devices, and moving stuff playing animations etc your best best to see what is possible is the verse digests and just search thro there some of best uses of verse if to make your own stats and data you wana track, such as custom levels, collectbles, currency, achivments
@EndoFN2 ай бұрын
I think Verse uses less memory, plus it offers more flexibility.
@howtwoboss2 ай бұрын
Yeah, technically you could just hook the item granter to the button but this is more to understand how it all works so you can expand on the base of what devices can only do.
@gameswownow72132 ай бұрын
@@howtwoboss if it's not to much, if u want and know, can u make us a verse tut about apply wind to grass mesh for ex, and custom trees?
@howtwoboss2 ай бұрын
@@gameswownow7213 You don't need to use verse, you just need to use materials. In my foliage mode tutorial do custom trees with wind -> kzbin.info/www/bejne/hoLbp6SwZ7B8n68feature=shared and in this tutorial my masteroshark it covers adding wind to stuff -> kzbin.info/www/bejne/oqOVp2lnh5VlnNkfeature=shared
@-Spex-Ай бұрын
Do you need to learn verse to make games in uefn
@howtwobossАй бұрын
No you don't, but it's a big help if you do.
@VerseifyUEFN2 ай бұрын
Verseify can help with this ;)
@GhostOfSatoshi17 күн бұрын
Is it really $20 a month for 20 prompts?
@skytex_gk2 ай бұрын
spanish version :c?
@howtwoboss2 ай бұрын
I don't speak spanish sorry, you'll have to use with auto-generated captions for now.