Hi,
I’m Ibrahim Akinde, and I’ve been designing and developing games and modules with the Unreal Engine since September 2015.
I’ll be continuously releasing free blueprints that serve as templates, or blueprints that solve particular problems, as well as tutorials here, so make sure to stay tuned!
For starters, here’s a link to a tutorial about exporting and importing characters from DAZ Studio into UE4 without any need for third party software:
Here’s a free Sidescroller template designed with the following features:
Sidescroller Genre: The characters face each other and move left and right. The player can pan the camera left and right as well. There’s also the Jump functionality as well.
Simple AI Melee Combat with certain variables to determine the personality of the AI:
Aggressiveness ID: How aggressive the AI is: High rushes at the opponent at any given opportunity (determined by modular probability), then you also have Mid and Low.
Defensiveness ID: How defensive the AI is: High evades a lot more when it perceives an incoming attack (determined by modular probability), and you also have Mid and Low.
Multiplayer Support: The template is multiplayer ready.
Simple User Interface (Health Bars and AI Personality Info): Health bars on screen reflect the health statuses of the characters, and the levels of aggressiveness and defensiveness of each character are also shown on-screen.
Simple Modular Combat System: The entire combat system was designed in a single component that can be re-attached to any actor. So you can just as easily use it in your own project.
Code Modularity: Every aspect of the code is written in blueprints, and is designed for modularity.
Perception: The AI uses UE4’s perception system to determine their targets.
Targeting System: The AICtrl blueprint (Custom AI Controller) contains blueprint code for an organic targeting system with the possibility of using tags to identify friend/foe/NPC. At this time foes and NPCs are already natively supported. Designing for friend identification is quite easy as well.
Blueprints:
Sidescroller GameMode
Sidescroller Level Blueprint
Sidescroller Character
Sidescroller Animation Blueprint
Custom AI Character Controller
AICombat Component
So if you’re interested in this, just go ahead download it, play with it, possibly learn from it, and design around it. If you’d like more features, let me know.
Total Duration For Completion from Start to Finish: 6hrs 30 mins.
Difficulty: Amateur.
Of course, if you have specific requests, just detail them here, and I’ll pick one per two weeks to design. This is a free service :).
Note: Whatever I design will be in the form of a component that you can easily reattach to other actors, and will also be available as a free download for everyone. Start thinking.
Hi
Would be interested to know how u achieved the jiggle for the breasts and if its possible to get the template for adding the feature to other characters. Awesome shot though. Kudos.
The jiggles are a combination of animation, morphs and physics on the skeleton. That’s all I can really say about that, so I don’t think I can give you the template. Thanks!
Hi, i tried that, but the mesh is not really smooth. For that i am looking "how to export a smooth daz character to UE4 with animation and smooth.
Is someone knows a solution?