Learning All About Verse For Fortnite Creative 2.0 - Series: Part 2

  Рет қаралды 2,464

Graeme Bull

Graeme Bull

5 ай бұрын

In this quick video I talk about variables and constants, along with the 3 ways to write IF statements to make certain things happen in your game depending on the state of it.
I post ALL THE CODE in these tutorials along with pre-release and custom tutorials over on Patreon: / membership in the "Tech Based Tutorials" tier. JOIN IT!!
Here's a great beginner's VERSE tutorial: • Easy Beginning With UE...
Here's another: Learning All About Verse For Fortnite Creative 2.0 - Series:Part 1 --- • Learning All About Ver...
Join my discord server for Fortnite Creator Community stuff / discord
Follow me on Twitter/X / graemebullx
#uefn #fortnitecreative #verse

Пікірлер: 35
@ajc53
@ajc53 3 ай бұрын
I'm so glad there are creators on here sharing information like this. Thank you.
@GraemeBull
@GraemeBull 3 ай бұрын
You're very welcome, and thank you too!
@AtiFNBR
@AtiFNBR 4 ай бұрын
let’s go, I’ve recently doubled down on learning verse and you and warforge are the best verse teachers out there. Please keep on making these🙏, they help out a ton
@GraemeBull
@GraemeBull 4 ай бұрын
thanks!!
@MrT0R0NAGA
@MrT0R0NAGA 4 ай бұрын
Thank you so much for making videos about the Verce programming language. It's really not very popular, it's hard for beginners and doesn't have a lot of views... but it helps greatly expand the project's capabilities and make amazing game mechanics. Thank you for your work!
@GraemeBull
@GraemeBull 4 ай бұрын
You're very welcome!
@kawshalyadilan99
@kawshalyadilan99 4 ай бұрын
Again. Thank you so much for giving us these tutorials.😁😁
@Justin-sm3qh
@Justin-sm3qh 2 ай бұрын
helpful video thank you!
@GraemeBull
@GraemeBull 2 ай бұрын
You’re welcome
@Skitle.
@Skitle. 4 ай бұрын
Great video cant wait for next episodes
@mirkojankovic1144
@mirkojankovic1144 4 ай бұрын
Keep it up! Thank you so much for your tutorials. :)
@3erB
@3erB 4 ай бұрын
😎
@uncleamjad2958
@uncleamjad2958 4 ай бұрын
🌟THE GOAT 🌟
@howtwofortnite
@howtwofortnite 4 ай бұрын
ty for your tutorials
@deemfx
@deemfx 4 ай бұрын
Thanks man! Ive been loving your tutorials, and following along for awhile. Could you possibly cover how to make a prop teleport to where a player who killed another player is?
@GraemeBull
@GraemeBull 4 ай бұрын
Sure, I'll put it on the list
@ItsMidnightt
@ItsMidnightt 4 ай бұрын
hi could you please do a tutorial on how to make a one shot pickaxe ability! ty for ur tutorials
@GraemeBull
@GraemeBull 4 ай бұрын
I'll put it on the list
@cam8367
@cam8367 4 ай бұрын
If you can, could you make a tutorial for a power up where you can see all of your enemies through walls? Thank you for your great and easy to follow tutorials!
@GraemeBull
@GraemeBull 4 ай бұрын
It's on the list
@mr.awesome0812
@mr.awesome0812 4 ай бұрын
Can you please make a video on how to make the player knockback similar to Mega knockback and also how to put the damage percentage on the screen. It would be a big help for the map that I am trying to make. Thanks.
@GraemeBull
@GraemeBull 4 ай бұрын
I'll put it on the list
@mr.awesome0812
@mr.awesome0812 4 ай бұрын
Ok thanks. Would be a big help and I’ll make sure to leave a like.
@8anKy
@8anKy 4 ай бұрын
Could you maybe explain more indepth on the code. For example on the OnStepOnTrigger(MaybeAgent: ?agent):void= and on If(Agent:agent = MaybeAgent?): Why is it called MaybeAgent, and what does the "?" do infront of the agent, what does void do? what does the "?" after MaybeAgent do? If you could explain that and your thought process on what you want to achive and why. It would mean a lot and help the understanding of the code. Still love the vids
@GraemeBull
@GraemeBull 4 ай бұрын
Here you go: kzfaq.info/get/bejne/j69ofatj1NeremQ.html
@Mojo_184
@Mojo_184 Ай бұрын
Thanks for the video Sir! I have a couple questions. First, is it possible to allow people in my creative game (asymmetrical 7v1) to escape/win and then be able to spectate their remaining teammates? I have not found a solution to this. It seems the only way to spectate is by being eliminated. Second, is there a way to program more inventory slots? The current max is 5 and I’m needing 7 total for one specific player. I’m trying to make a gameplay style similar to Friday the 13th game but I keep running into issues on how to allow people to escape the map without dying.
@GraemeBull
@GraemeBull 24 күн бұрын
Yes, you can only spectate by eliminating the player. No, you can't have more inventory unless you write out a complex Verse system with a UI that would be separate from the original.
@Jan_Solo_
@Jan_Solo_ 4 ай бұрын
How do I display my all time stats (elims all time for example) onto a player reference device?
@GraemeBull
@GraemeBull 4 ай бұрын
you can't, you have to use a billboard for more lines of text
@g40theog
@g40theog 4 ай бұрын
I was on yt looking for a tutorial on a fortune wheel for power ups and weapons your tutorial was the only one.. i like to say thanks for that i did not know that you can import stuff from blender. if your not so busy can you make a tutorial on how to make a fortune wheel for powerups and weapons in blender i understand you do have a tutorial on a carnival wheel but im looking for the one like on the price it right prize wheel to add in my game
@GraemeBull
@GraemeBull 4 ай бұрын
It's the same concept so it's unlikely I'll just turn it sideways and call it a new tutorial
@g40theog
@g40theog 4 ай бұрын
@@GraemeBull how do we put weapon images around the wheel
@GraemeBull
@GraemeBull 4 ай бұрын
@@g40theogdecals or materials
@CulbladeStudio
@CulbladeStudio Ай бұрын
Just a note, Epic docs do not mention using all caps for constants. Isn't that just old school c++ stuff?
@GraemeBull
@GraemeBull Ай бұрын
Follow whatever coding convention you want that works best for you. I don't code in c++, so I have no idea.
Learning All About Verse For Fortnite Creative 2.0 Series : Part 3
18:11
THEY WANTED TO TAKE ALL HIS GOODIES 🍫🥤🍟😂
00:17
OKUNJATA
Рет қаралды 22 МЛН
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 10 МЛН
Is Creative 1.0 Better Than Creative 2.0?
8:59
Mustard Plays
Рет қаралды 181 М.
Use VERSE To Teleport To The Closest Player With Remote
14:04
Graeme Bull
Рет қаралды 5 М.
Fortnite Creative 2.0 is HERE and it's AMAZING!!!
13:59
Mustard Plays
Рет қаралды 624 М.
Athena Piper is Pay2Win 🗿
17:16
SnakeThug - Brawl Stars
Рет қаралды 341 М.
EA Won't Let Me Play This Game - So I Hacked It
8:49
Nathan Baggs
Рет қаралды 294 М.
Make A SUPER SMASH Power Up With Verse In UEFN
9:22
Graeme Bull
Рет қаралды 5 М.
HACKING UNITY GAMES (FOR NOOBS)
16:11
cazz
Рет қаралды 69 М.
I tried Discord Bot Makers...
14:19
FaceDev
Рет қаралды 97 М.
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 2,1 МЛН
PART 52 || DIY Wireless Switch forElectronic Lights - Easy Guide!
1:01
HUBAB__OFFICIAL
Рет қаралды 44 МЛН
АЙФОН 20 С ФУНКЦИЕЙ ВИДЕНИЯ ОГНЯ
0:59
КиноХост
Рет қаралды 96 М.
Choose a phone for your mom
0:20
ChooseGift
Рет қаралды 6 МЛН