You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using rukai data for a few weeks now to aid development of my Smash Clone. It is far nicer than BrawlBox or PSA Compressor for this!
One thing that would be very useful for me, and I imaging for other users as well, would be if every action, subaction, etc. had a list of all other actions, subactions, etc. where it is referenced.
This would make finding related bits of code much, much easier. Currently you pretty much just have to guess based on names, which not everything even has.
Anyway, thanks again for this great tool!
The text was updated successfully, but these errors were encountered:
I think this is a reasonable addition.
A "Used by Actions" section at the bottom of actions and subactions is how I would go about this.
Off the top of my head subactions dont link to subactions or actions so "Used by subactions" would not be a thing.
However I dont have time to work on this any time soon, so feel free to make a PR adding that functionality.
I'll post here if I do decide to start working on this to let you know.
I've been using rukai data for a few weeks now to aid development of my Smash Clone. It is far nicer than BrawlBox or PSA Compressor for this!
One thing that would be very useful for me, and I imaging for other users as well, would be if every action, subaction, etc. had a list of all other actions, subactions, etc. where it is referenced.
So for example, if you go to Mario/subactions/AttackHi4, it will have a link to Mario/actions/AttackHi4. This page would then have links to both Mario/actions/AttackHi4Start and Mario/actions/AttackHi4Hold.
This would make finding related bits of code much, much easier. Currently you pretty much just have to guess based on names, which not everything even has.
Anyway, thanks again for this great tool!
The text was updated successfully, but these errors were encountered: