rukai / rukaidata

Uses brawllib_rs to display frame data of characters
https://rukaidata.com
MIT License
8 stars 1 forks source link

Feature Request: References List #23

Open jagoly opened 3 years ago

jagoly commented 3 years ago

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!

rukai commented 3 years ago

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.