Hello everyone! (I will use Google Translate) I need help but first I want to explain what I am doing and what I need:
I have been developing an open world anthem style video game for 3 years, I am only 1 person, and the truth is that I finished creating the main maps approximately 1 month ago, my problem is programming since my knowledge is very basic and I don’t know how to who to go to.
I have all the character animations, although not in detail, however, I need to create a parent blueprint of weapons, which contains:
It’s in Spanish but I’ll translate it in order:
Nombre → Name ( weapon name)
Estilo → Style (basic, legendary, rare, epic weapon, etc.)
Arma → Static mesh (variable)
Avatar → Weapon Icon or avatar…
Nivel → Level
Balas trazadoras → tracer bullets (some bullets can be luminous)
Velocidad Balas → bullet speed ( depending on the power is the speed of the bullets and the damage)
Disparos por segundo → shots per second
Armas → shots per second (This is what type of weapon it will be, whether pistol, assault rifle, automatic rifle, shotgun, etc.)
Sonido de disparo → gunshot sound ( variable sound)
Sonido de recarga → Reload sound
Postura → animation posture (Posture that the character will have when having a specific weapon (must change depending on rifle, pistol, or shotgun)
Recarga → Reload (reload animation variable)
Disparo → shot (shot movement)
Movimiento → Movement with weapon (running movement with weapon equipped)
What I just showed is the child blueprint, the parent has only exposed variables, my idea is: Create this with the purpose of being able to duplicate this “child” in the future and add names, static mesh, level, shots, sounds and specific animations Depending on the weapon, mostly one rifle animation will work for many rifles, but eventually it can be a specific rifle with specific animations and sounds.
As I said before, I don’t know much about programming, I lack logic but despite that I will not give up on creating this game since it has been 3 years creating maps, armor, weapons, and I don’t want programming to stop all this, that is why I ask help, thank you very much!