Skip to content

GMAS Demo v1.3#11

Open
Crezetique wants to merge 5 commits into
reznok:mainfrom
Crezetique:feature/gmas-v1p3
Open

GMAS Demo v1.3#11
Crezetique wants to merge 5 commits into
reznok:mainfrom
Crezetique:feature/gmas-v1p3

Conversation

@Crezetique
Copy link
Copy Markdown
Contributor

@Crezetique Crezetique commented Apr 8, 2026

Changelog

  • Added a readme with simple pre-requisite information.
  • Updated Ability Effects.
    • Added missing effects data information which were lost due to the GMAS effects refactor. This resulted in every demo related ability breaking.
  • Updated BP_TPAbilityCharacter
    • Removed OnAttributeChanged example.
      • The OnAttributeChanged example presents a way to handle attribute clamp, which is no longer necessary. Set Attribute value by tag is also deprecated and functionality has yet to be replaced.
      • image 1 (2)
    • Added OnPreAttributeChanged example.
      • Added an example of how to manipulate attribute prior to them being set.
      • image 2
  • Updated DA_AttributesData and DT_GameplayTags
    • Added attribute clamping for Health and Stamina. Previously handled through OnAttributeChanged, see above.
  • Updated legacy function usage in the following
    • BP_GrappleGun, BP_BurnBox, BP_HealBox and various abilities.
  • Updated ABP_GMASCharacter
    • Fixed invalid tag property mapping.
  • Imported assets for demo map, specifically static meshes, materials and game mode.
    • GMC Demo is required as a pre-requisite to the GMAS Demo. The latest version of GMC Demo no longer provides the static assets used within the GMAS Demo map hence they have been included directly.
    • Note: GMAS Demo is still dependent on GMC Demo as some assets are considered proprietary and can't be shared on git.
  • Reorganized folder structure.
    • Previously all folders were in the root, I believe this reorganization would benefit everyone with reduced view on assets vs blueprints.

- Added a readme with simple information.
- Updated legacy function usage in the following: BP_GrappleGun, BP_BurnBox and BP_HealBox.
- Replaced OnAttributeChanged example with OnPreAttributeChanged example.
- Fixed missing data in DA_AttributesData, ABP_GMASCharacter.
- Imported missing demo map assets.
- Reorganized folder structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant