Hi!
I'm pretty new to game programming (and programming in general, I started a little more than a year ago), just follow a few tutorials to get the basics of Unity.
I want to start a little project and make a game inspired by Strive for Power and Strive: Conquest.
I already made a few "scene" for each different menu and a few basic classes.
But I face a problem and I'm not sure which approach to take...
For those who don't know the games, its basically a sandbox game where you can recruit characters to help you in your quests, in combat... Each have their own statistics, skills, traits, equipment...
All of them are randomly generated and you can have as much companions as you want.
And I want to do something similar, i.e. generate random characters with their own attributes and store them somewhere to have access to their data and display them.
The random generation is not the problem, it's just the data storing part.
Do you know if there's a tutorial that cover that sort of problematics? And if not, how should I do it?
I'm pretty new to game programming (and programming in general, I started a little more than a year ago), just follow a few tutorials to get the basics of Unity.
I want to start a little project and make a game inspired by Strive for Power and Strive: Conquest.
I already made a few "scene" for each different menu and a few basic classes.
But I face a problem and I'm not sure which approach to take...
For those who don't know the games, its basically a sandbox game where you can recruit characters to help you in your quests, in combat... Each have their own statistics, skills, traits, equipment...
All of them are randomly generated and you can have as much companions as you want.
And I want to do something similar, i.e. generate random characters with their own attributes and store them somewhere to have access to their data and display them.
The random generation is not the problem, it's just the data storing part.
Do you know if there's a tutorial that cover that sort of problematics? And if not, how should I do it?