I’m a beginner, so if this is a silly question, i’m sorry. I’m working on a game and on this game i want the player to be able to increase his stats like speed, agility and strength as they level up in the game. Can someone please do a turorial on this. Thank you
I think it would be more productive if you looked at some introductory tutorials to blueprints and/or C++.
In a nutshell, you need to create a new player character class with your attributes defined, and increment them when the player performs certain actions. You probably also want to factor them into things like dealing damage, movement speed etc.
From a technical standpoint this is fairly straight forward, but you need a decent grasp of blueprints first otherwise you will be reliant on copy/pasting from tutorials, and guaranteed you will never find a tutorial that shows you how to achieve exactly what you want.
Neoptolemous is right. Just learn more about the basics. Stuff like speed is also tied into the animation blueprints and blendspace of a character, rather than just being a variable.
Strength and agility don’t mean anything in the game, on their own.
Have a look at Unreal’s YouTube channel. This would be a good playlist for a Third Person RPG: BP 3rd Person Game: Introduction | 01 | v4.8 Tutorial Series | Unreal Engine - YouTube
Thank you for replying i’ll start watching this series after i’ve finished watching the 3rd person game with bluprints series
I think it would be more productive if you looked at some introductory tutorials to blueprints and/or C++.
In a nutshell, you need to create a new player character class with your attributes defined, and increment them when the player performs certain actions. You probably also want to factor them into things like dealing damage, movement speed etc.
From a technical standpoint this is fairly straight forward, but you need a decent grasp of blueprints first otherwise you will be reliant on copy/pasting from tutorials, and guaranteed you will never find a tutorial that shows you how to achieve exactly what you want.
That sounds a bit hard but i think i can do it also thank you for replying
Just remember. Keep going even if you think it is hard! Those Blueprint tutorials are pretty nice and should help you get the job done!
Also Don’t forget to quote people. It gets confusing when you don’t quote!
Good luck man!