Asset Creators

Soulslike Framework provides Utility tools for easily creating assets. This means that you won't have to navigate around the project as much as you would without them!

Item Creator

Used to streamline item creation. Simply Fill in all necessary item details and press "Create Item" to create your new item.

By default, all item assets are created in /Game/SoulslikeFramework/Data/_Items/. You can adjust this by navigating into the EUW_ItemCreator and adjusting the ItemsPath property.

Weapon Animset Creator

Used to streamline Weapon Animset creation. Fill in all necessary animations/montages and press "Create Moveset" to create your new Animset.

By default, all Weapon Animset assets are created in /Game/SoulslikeFramework/Data/WeaponAnimsets/. You can adjust this by navigating into the EUW_WeaponAnimsetCreator and adjusting the AnimsetPath property.

Weapon Ability Creator

Used to streamline Weapon Ability creation. Fill in all necessary data and press "Create Ability" to create your new Weapon Ability.

By default, all weapon ability assets are created in /Game/SoulslikeFramework/Data/WeaponAbilities/. You can adjust this by navigating into the EUW_WeaponAbilityCreator and adjusting the WeaponAbilityPath property.

Action Creator

Used to streamline Action creation. Fill in all necessary data and press "Create Action" to create your new Action asset & object.

By default, all Actions are created in /Game/SoulslikeFramework/Data/Actions/. You can adjust this by navigating into the EUW_ActionCreator and adjusting the ActionDataPath & ActionLogicPath properties.

Status Effect Creator

Used to streamline Status Effect creation. Fill in all necessary data and press "Create Status Effect" to create your new Status Effect asset & object.

By default, all Status Effects are created in /Game/SoulslikeFramework/Data/StatusEffects/. You can adjust this by navigating into the EUW_StatusEffectCreator and adjusting the StatusEffectDataPath & StatusEffectLogicPath properties.

AI Ability Creator

Used to streamline AI Ability creation. Fill in all necessary ability data and press "Create AI Ability" to create your new AI Ability asset.

By default, all AI Abilities are created in /Game/SoulslikeFramework/Data/AI_Abilities/. You can adjust this by navigating into the EUW_AI_AbilityCreator and adjusting the AiAbilityDataPath property.

Last updated

Was this helpful?