Replies: 1 comment 2 replies
-
|
Maybe you can use core redirector to redirect the class to your derived class. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to either override the
AlsAnimNotify_FootstepEffectsand replace it on all animations or make my own instance ofFES_Als_Defaultand replace it in the FootstepEffects notifies in animations.Both these solutions would include an extensive change in animations that I am reluctant to commit because I am building my framework using ALS Refactored as submodule so that I'm sure I can pull updates all the times I want and keep everything nice and easy to update.
Is there an easy way to customize footsteps logic without having to change references in the plugin itself?
Edit:
The other solution I can think of now would be to commit changes to the default
FES_Als_Defaulttable adding my custom metasounds and eventually if that gets changed in the future merge it some way, what do you think?Beta Was this translation helpful? Give feedback.
All reactions