Shooter Example Character

Im wondering is someone could assist me pleas,

I want to be able to start a fresh FPS but using the FPP and TPP from the shooter example so i have a working player that has all the animations etc, as im new at this it would be a starting point

I have tried migrating character, Animations and Blueprints to my project but not had any luck so far, i may be going about this ll the wrong way ?

Firstly is this possible and if so advice on doing this would be fantastic,

Any help greatly appreciated

Many Thanks

Hi Dylan , the issue with the blueprints in the shooter game is that they are based from different code classes than whats in the normal template games, this means the blueprints won’t work at all, what you need to do is look at the files and see what you actually need. personally i just use the whole shooter game as a base and go from there, at some time i’ll have to create my own code base but that can wait.

afaik you can mix the FPS and TPS templates you just need to find out how to do that with the blueprints

Great thank you, think using The shooter game as a base and removing the stuff i dont need is the way to go :slight_smile:

Thanks

As an opinion if your starting out with player model design then the Shooter example is not a very good starting point.

You will be able to figure out more from the stock TPP and FPP templates and the Animation Starter pack as to how things are interconnected which is difficult to follow along using the Hero models in Shooter.

There seems to be a level of complexity to the Shooter design that tends to bind the assets to the project so something that seems as simple as migrating a blueprint from one project to another does not usually result in what one expects.

With the three examples you should have more than enough to get your player model up and running about.

Thanks for the input, and looking into the Shooter example i do believe you are spot on with complexity of it, i think i need to focus on basics as per templates first
im trying to run before i walk

Thank you