Unreal Engine - Turn Based Game Fundamentals (1/3)

  Рет қаралды 64,190

Reids Channel

Reids Channel

Күн бұрын

Support the channel through donations. Crypto accepted!
PayPal: paypal.me/reid...
Patreon: / reidschannel
Bitcoin: 1JFwWHr4X6uAeoZadukzqKjzFBj3Qjy7Sk
Ethereum: 0x2B2Bc108F1Cc0fF899959dEF3226637787d8C3dE
Dogecoin: DNQ33YnhpWoTBokBNVkZP5ub8KTLkpyjpv
Join our community discord!
Discord: / discord

Пікірлер: 50
@namelessninjon
@namelessninjon 2 жыл бұрын
Good to see you back! While you've been away I learnt so much from your videos. Literally you have a catalog of every important and useful things to do in Unreal.
@ReidsChannel
@ReidsChannel 2 жыл бұрын
Haha glad to hear it. I'll try to post more regularly but these videos take a lot of time to make! Haha
@makeunrealthings
@makeunrealthings 2 жыл бұрын
Thank you very much for spending your time and helping Unreal Engine community)👍
@notdavid6893
@notdavid6893 2 жыл бұрын
Would this work for a single player game or does it fundamentally rely on multiplayer?
@TheAxebeard
@TheAxebeard Жыл бұрын
This was very useful for my project, but somewhere down the line I started getting a failure to cast to TurnBasedGamemode from the client. Apparently the client cannot access the Gamemode, which is fine, but I'm wondering why it broke all the sudden and how I should handle cycling the turns now. Update: I didn't have my EndTurn event set to RunOnServer!
@murnoth
@murnoth 2 жыл бұрын
"I think that was the plan with Unreal Engine 5 'lets just make everything worse'" lmao
@wellweldedgames
@wellweldedgames 2 жыл бұрын
Thank you so much this is a tutorial I've been looking for.
@sohansuvarna1369
@sohansuvarna1369 3 ай бұрын
Thanks Reid for this amazing Tutorial. The player on index 0 does not spawn on the desired location will you help me with it.
@Yggdrasil777
@Yggdrasil777 2 жыл бұрын
Welcome back! Interesting different concept for a new tutorial.
@egementon
@egementon Жыл бұрын
I made this prototype based on your tutorial. Thank you! kzbin.info/www/bejne/pobRkqWdhMqLrM0
@taymack9725
@taymack9725 2 жыл бұрын
Pls do an anthem flight system tutorial next
@SuperBluDude
@SuperBluDude 4 ай бұрын
Only 10 minutes in and already loving this video
@OldDadGamer
@OldDadGamer 5 ай бұрын
Can i get this tutrial for a single player? :D
@alego54
@alego54 2 жыл бұрын
Finally literally couldn't find a tutorial on this
@evelyns3dshop
@evelyns3dshop 2 жыл бұрын
thank you for this tutorial Reids!
@payatthepump1191
@payatthepump1191 6 ай бұрын
What do I do if I already selected "GameModeBase"?
@ReidsChannel
@ReidsChannel 6 ай бұрын
just change the parent class of ur game mode blue print, u can do it in the class settings of ur blueprint
@drinkwatrr9883
@drinkwatrr9883 2 жыл бұрын
The legend has returned
@SuperXandl
@SuperXandl 2 жыл бұрын
More like that please
@JONminiminiME
@JONminiminiME Жыл бұрын
It's a great video but I just wish it was 1080p :(
@ArtemCreation
@ArtemCreation 6 ай бұрын
It wouldnt work for me until i realised i had to make the player index 1&2 not 0&1 took ages to work that out
@jeronimocollares320
@jeronimocollares320 2 жыл бұрын
Hi Reids Let me ask you, you know that old game, born in 2003, called 'Eve Online'? That control system (player) point and click + point to move (object/player) is very hard to do? (remember, we have some tech in there, like a volume nav). Im trying to find anything about it and im failing hard. Im coming from Unity to Unreal, pretty lost at this point.
@lp26197
@lp26197 2 жыл бұрын
Hello my friend, I am a beginner and I want to enter the world of the game industry. I started with the Blender program. Will I continue my education in the Blender program? What should I do in the next danger? I am studying the basics of C++, but how can I use the language for programming? Are there books that explain this thing?
@MartKart8
@MartKart8 2 жыл бұрын
When I think turn based I think Fire Emblem or the Wars series, I prefer Fire Emblem.
@bernardosardinha
@bernardosardinha 2 жыл бұрын
Awesome!
@dither4075
@dither4075 2 жыл бұрын
Hey! I've been seeing your tutorials and all of them are so cool, but I have one question of one of them, is the tutorial of the Grappling hook, I just wanted to know if it's possible to do more swinging in that mecanic, like the spider-man webs, thank you in advance! :) Sorry for the poor english, btw
@LigsYT
@LigsYT 2 жыл бұрын
This series deserves more views, good work and tutorial!
@NoName-tf6hp
@NoName-tf6hp 2 жыл бұрын
hey i follow your drag and drop inventory tutorial i was wondering if there is a way to cast inventory slot inside of inventory to make stackable items thank you
@sevfx
@sevfx 2 жыл бұрын
16:46 "instance edible" xD ...great tutorial ty :)
@random-gz6eu
@random-gz6eu 2 жыл бұрын
question how to add space bar on unreal engine 5
@polygraphliedetector
@polygraphliedetector 2 жыл бұрын
File save all before unreal crashes, lol yes!
@Maximillion115
@Maximillion115 Жыл бұрын
Been trying to follow your tutorial, I'm using Unreal 5.1 and for some reason, the scripts to choose spawn points, and to cycle the turn back forth don't work at all. Any ideas?
@condad503
@condad503 Жыл бұрын
Dunno if you're still stuck, but I was having the same issue. In the Get All Actors of Class function, make sure you've selected your TurnBasedPlayerStart that we created earlier. When you make the SpawnPoints variable, make sure it's an integer map, and make sure the second option is of the Player Start type, NOT the TurnBasedPlayerStart object we created.
@VladoPRO10
@VladoPRO10 2 жыл бұрын
Hey welcome back! Happy you are back my guy!
@jeuxdz
@jeuxdz 2 жыл бұрын
thank you !, i was looking for a tutorial like this one, please add more on multiplayer
@xvi1114
@xvi1114 5 ай бұрын
Thanks
@damanib
@damanib 2 жыл бұрын
Thank you!!
@jeuxdz
@jeuxdz 2 жыл бұрын
would be great if it was 1080p
@ReidsChannel
@ReidsChannel 2 жыл бұрын
Sorry i messed up when i recorded this one and accidently did it in 720p. All my others are in 1080p
@abdelhaksaouli8802
@abdelhaksaouli8802 2 жыл бұрын
Give us alpha key to your game we wanna test it please x')
@ReidsChannel
@ReidsChannel 2 жыл бұрын
Here is a link to our discord discord.gg/XX7seCSr2d you can find info about playtest there :)
@jeanettejohnston5594
@jeanettejohnston5594 2 жыл бұрын
ρɾσɱσʂɱ 😜
@vellendev
@vellendev 2 жыл бұрын
Interesting about the "making things worse" not sure if you were more joking or not but I would assume that either they feel as though changing it to be a certain way is "better" or they know about it and are changing it since it's in Preview 2 :) - especially the removal of the private word in front of the function name - doubt that is something they feel is better probably just working on adding it back haha :) At any rate love your channel and your vids, one of the better UE tutorial channels on youtube so I appreciate what you are doing!
@ReidsChannel
@ReidsChannel 2 жыл бұрын
Its a half joke lol. Obviously some things are better but also many things are worse or as you said are not finished yet.
@vellendev
@vellendev 2 жыл бұрын
@@ReidsChannel appreciate the reply! Also side note, mind if I ask what you have in the works as far as future tutorials?
@ReidsChannel
@ReidsChannel 2 жыл бұрын
@@vellendev Well, nothing concrete. I plan to make more videos but I just do them as I see fit depending on my mood and how much time I have haha
@vellendev
@vellendev 2 жыл бұрын
@@ReidsChannel sounds great to me man!
@furkannarin2844
@furkannarin2844 2 жыл бұрын
28:29: If you want to run something before play has actually began, you should use it in the construction script not in begin play. Begin play is the first frame, not before the game starts.
@50shadesofskittles9
@50shadesofskittles9 2 жыл бұрын
Excited to see you back making vids bud! Do you have a discord server?
@ReidsChannel
@ReidsChannel 2 жыл бұрын
see description
Unreal Engine - Turn Based Game Fundamentals (2/3)
32:21
Reids Channel
Рет қаралды 19 М.
Creating a HexGrid System in Unreal Engine (UE4/UE5)
9:04
StayAtHomeDev
Рет қаралды 32 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 23 МЛН
Ozoda - Lada ( Ko’k jiguli 2 )
06:07
Ozoda
Рет қаралды 15 МЛН
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 4,4 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
I Struggled With Blueprint Interfaces for Years!! (Unreal Engine 5)
16:48
Glass Hand Studios
Рет қаралды 185 М.
Unreal Engine 4 Tutorial - JRPG Part 1: Getting Started
20:33
Ryan Laley
Рет қаралды 64 М.
Tactical Combat 10 - Beginning Of The Grid - Unreal Engine Tutorial Turn Based
31:55
Unreal Engine Turn-Based Strategy RPG Template: Trailer
8:56
Phoenix Market
Рет қаралды 13 М.
Make 2D Games the EASY way in Unreal Engine 5 - PaperZD Tutorial
35:56
Unreal Engine 4 - Optimized Grid Tutorial (1/4)
21:54
Reids Channel
Рет қаралды 61 М.
Make An Open World Map in 20 Mins | Unreal Engine 5
20:01
Smart Poly
Рет қаралды 500 М.
Amazing Parenting Hacks! 👶✨ #ParentingTips #LifeHacks
00:18
Snack Chat
Рет қаралды 23 МЛН