- Видео 44
- Просмотров 91 756
Burrow Games
Великобритания
Добавлен 20 фев 2023
Hey everyone, I'm a hobbyist game developer with Unreal Engine and hopefully will be able to help you guys learn how to make your own games!
I am starting off with a beginner series, but I'm also in the process of making my own creature collector "gym" tycoons style game, which I hope to show off soon.
I also play games as well, and will be posting gaming videos, such as let's plays on the channel. Occasionally I stream.
If you have any requests or questions join my Discord server, join the Meerkonomy, and have fun at:
discord.gg/GD2fMZXdtZ
I am starting off with a beginner series, but I'm also in the process of making my own creature collector "gym" tycoons style game, which I hope to show off soon.
I also play games as well, and will be posting gaming videos, such as let's plays on the channel. Occasionally I stream.
If you have any requests or questions join my Discord server, join the Meerkonomy, and have fun at:
discord.gg/GD2fMZXdtZ
Unreal Engine 5 Build System - Part 2 - Collision and actual Building.
That's it, you COULD stop at the end of this video and have a working building system.
We look at collisions and stopping overlapping builds, and actually building the buildings.
Structs and Data Tables? Yeah that's right.
#unrealengine5 #ue5 #gamedev #unrealengine
We look at collisions and stopping overlapping builds, and actually building the buildings.
Structs and Data Tables? Yeah that's right.
#unrealengine5 #ue5 #gamedev #unrealengine
Просмотров: 413
Видео
Unreal Engine 5 Build System - Setting up the Ghost
Просмотров 1,4 тыс.10 месяцев назад
Time for another basic system that you can twist and turn into something amazing! We're looking at a build system, which is in pretty much every game around now. So we look at snapping to grids, and getting our ghost ready and snapped to that grid. #unrealengine5 #gamedev #ue5 #unrealengine
Making a game in 2 HOURS - Twitch VOD
Просмотров 10311 месяцев назад
Ever wanted to see how I go about actually making a game when I'm not making a video? Here's the full 2 hour unedited stream for your mindless watching. If you have any questions, I will be streaming every Thursday from here on, with alternating Thursdays being Game Dev related! Follow me at www.twitch.tv/meestermeerkat and lets make a game! #livestream #gamedev #unrealengine5
Unreal Engine 5 Landscape - Now its Foliage time.
Просмотров 7111 месяцев назад
Adding trees to the landscape (and rocks, cacti and grass). Really simple idea, so a short video to finish this short series off. Hope you enjoyed it and it helped! #unrealengine5 #ue5
Build an Auto material for your UE5 Landscape!
Просмотров 23911 месяцев назад
Learn how to build a very basic Auto material in Unreal Engine 5. Learn how to add layers to paint onto your landscape for more control, and how to add an ocean, all easy to do thanks to UE5! #unrealengine5 #ue5 #landscapegamedesign
Create and Import a UE5 Landscape in 12 MINUTES!
Просмотров 39411 месяцев назад
Here I show you how to create a Landscape in Photoshop, and import it for use in Unreal Engine 5. Next we'll be creating a material to automatically give stone and grass to edges, before foliage.
Making a HORROR game in Unreal Engine 5 - Part 4 - Wandering AI
Просмотров 1,2 тыс.Год назад
Hey pups! This time we're taking a small dive into AI for our chase villain. First thing is we need to create him and let him wander around. Please like, comment and subscribe if you like the series, as any interaction goes a long way, especially as a small channel. While you're at it, why not join my discord server for more help with UE5? My link is discord.gg/GD2fMZXdtZ #unrealengine5 #tutori...
UE5 - Making a HORROR game - Part 3 - Hiding places
Просмотров 1,5 тыс.Год назад
We carry on with spooky season. This episode we look at a couple of things: 0:00 - Fixing the UI from last episode 2:00 - Making a toggleable cupboard. 5:19 - Blueprint Interface - for Interaction 6:05 - Smooth activation of door opening. 8:30 - New Input for Interaction 9:00 - Adding the ability to Interact. Adding the ability to hide, means that your games can have chase sequences, or just gi...
UE5 - Making a HORROR game - Part 2 - Adding Stamina and Battery
Просмотров 1,1 тыс.Год назад
Hey guys, this time round we're adding to the mechanics, allowing us to sprint and become exhausted, so we need to manage our sprinting. And also allows our torch to run out of battery. Forcing us to have to find additional cells around the map! We also look at a small animation to the HUD so we don't clog the screen up. Hope you enjoy! Please like, comment and subscribe if you like the series,...
UE5 - Making a Horror Game - Part 1 - Character setup!
Просмотров 2,9 тыс.Год назад
It's nearly October, which means it's nearly SPOOKY Season! Let's make a horror game in Unreal Engine 5. I will be doing longer videos in this series as there will be some more complicated stuff which 10 mins won't be enough. Saying that.... here's a 12 minute video to start us off! Please like, comment and subscribe if you like the series, as any interaction goes a long way, especially as a sm...
UE5 Pokeclone Tutorial - Part 8 - Math Expressions and Generating Stats
Просмотров 257Год назад
Hi Everyone! It's time we get some real stats going for the monsters. At the moment the stats are in the 1000s as its purely Base * IV. Level doesn't even matter. Let's change that! We look at using Math Expressions here! Please like, comment and subscribe if you like the series, as any interaction goes a long way, especially as a small channel. While you're at it, why not join my discord serve...
UE5 PokeClone Tutorial - Part 4.5 - Creating the Monster Generator
Просмотров 238Год назад
FIRSTLY: APOLOGIES THIS EPISODE WAS MISSED! I FORGOT I EDITED THIS BEFORE THE MONTH I COULDN'T POST. This episode we work on a major script. This will be used to create a Monster. Whenever we want to create a monster, this will be used, so this when adding to our party, rolling for a wild monster, trainer battles, etc. Massive L on my part for missing this out! Please like, comment and subscrib...
UE5 PokeClone Tutorial - Part 7 - Working on Encounters (Part 2)
Просмотров 148Год назад
Finishing off the Encounters basics now, with actually spawning what the encounter is, as well as your first party monster in the battle map! After this is the numbers game, where we look at stat calculation! Please like, comment and subscribe if you like the series, as any interaction goes a long way, especially as a small channel. While you're at it, why not join my discord server for more he...
UE5 PokeClone Tutorial - Part 6 - Working on Encounters (Part 1)
Просмотров 219Год назад
This time we're adding customisable encounters to the game! We will edit our roll for battle script, to give us a random enemy from a data table we create. This is the next small part before we get the juicy bits. So stay tuned! Please like, comment and subscribe if you like the series, as any interaction goes a long way, especially as a small channel. While you're at it, why not join my discor...
UE5 PokeClone Tutorial - Part 5 - Preparing the Battle Scene
Просмотров 217Год назад
UE5 PokeClone Tutorial - Part 5 - Preparing the Battle Scene
UE5 PokeClone Tutorial - Part 4 - Tidying the Instance and Adding Monsters!
Просмотров 207Год назад
UE5 PokeClone Tutorial - Part 4 - Tidying the Instance and Adding Monsters!
UE5 PokeClone Tutorial - Part 3 - Introducing the Game Instance
Просмотров 194Год назад
UE5 PokeClone Tutorial - Part 3 - Introducing the Game Instance
UE5 PokeClone Tutorial - Part 2 - Rolling for Random Encounters
Просмотров 388Год назад
UE5 PokeClone Tutorial - Part 2 - Rolling for Random Encounters
Game Dev Battle Results! Meester Guru Game Jam!
Просмотров 49Год назад
Game Dev Battle Results! Meester Guru Game Jam!
UE5 PokeClone Tutorial - Part 1 - Data Tables and Structs
Просмотров 648Год назад
UE5 PokeClone Tutorial - Part 1 - Data Tables and Structs
Unreal Engine 5 - Loot System - Part 7 - Finishing up!
Просмотров 1,9 тыс.Год назад
Unreal Engine 5 - Loot System - Part 7 - Finishing up!
Game Dev Battle! Create a Game in 24 hours, but ChatGPT decides the game
Просмотров 379Год назад
Game Dev Battle! Create a Game in 24 hours, but ChatGPT decides the game
Unreal Engine 5 - Loot System - Part 6 - EQUIPPING items!
Просмотров 1,8 тыс.Год назад
Unreal Engine 5 - Loot System - Part 6 - EQUIPPING items!
Unreal Engine 5 - Loot System - Part 5 - Creating and Showing Stats on Loot
Просмотров 1,6 тыс.Год назад
Unreal Engine 5 - Loot System - Part 5 - Creating and Showing Stats on Loot
Unreal Engine 5 - Loot System - Part 4 - Hiding the LS and Adding a UMG element.
Просмотров 1,9 тыс.Год назад
Unreal Engine 5 - Loot System - Part 4 - Hiding the LS and Adding a UMG element.
Unreal Engine 5 - Loot System - Part 3 - Generating Loot Score
Просмотров 2,4 тыс.Год назад
Unreal Engine 5 - Loot System - Part 3 - Generating Loot Score
Unreal Engine 5 - Loot System - Part 2 - Spawning Items with Rarity
Просмотров 4,2 тыс.Год назад
Unreal Engine 5 - Loot System - Part 2 - Spawning Items with Rarity
Unreal Engine 5 - Loot System - Part 1 - Generating Rarity
Просмотров 12 тыс.Год назад
Unreal Engine 5 - Loot System - Part 1 - Generating Rarity
Unreal Engine 5 - Pong Beginner Series - Part 11 - Wrapping things up
Просмотров 535Год назад
Unreal Engine 5 - Pong Beginner Series - Part 11 - Wrapping things up
UE5 Function Series - Finding the Closest Actor of Class
Просмотров 4 тыс.Год назад
UE5 Function Series - Finding the Closest Actor of Class