Getting Started
First off, creating your own character doesn't require coding experience. Although, if you know even the basics of Unreal Engine blueprints, you can easily add your own unique mechanics. ✨
Editing The Template Mod
The first thing you'll want to do is locate the character manager. You can find the actor in the root folder of the template character mod.

What a Character Mod Contains
🖼️ Five Portraits
Character Select Portrait
Character Select Background
Moveset Menu Background
In-game Versus Portrait
Tournament Portrait
💾 Blueprint Actors
Character Blueprint Class - The class of the character that actually does the fighting.
Changing The 3D ModelPreview Actor Blueprint Class - The 3D character preview that you see in the character select screen (optional).
Create The Preview Mesh (Optional)💥Hit Map
The hit map is a dictionary variable that consists of 13 elements. Its purpose is to link a hit reaction type to a specific animation. 🕺🏾

Last updated
Was this helpful?

